You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+23-15Lines changed: 23 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@ labels: [":bug: bug"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
-
value: >
8
-
Thanks for taking the time to fill out this bug report!
7
+
value: |-
8
+
Thanks for letting us know about a bug! 💖
9
+
10
+
Use the questions below to help explain what you think is wrong, and what we should do to fix it.
9
11
- type: textarea
10
12
id: what-happened
11
13
attributes:
@@ -18,36 +20,42 @@ body:
18
20
id: what-was-expected
19
21
attributes:
20
22
label: ✅ What did you expect to see?
21
-
description: Describe what you would like to have happen instead.
23
+
description: Describe what you would like to have happened instead.
22
24
placeholder: Tell us what you expected to see!
23
25
validations:
24
26
required: true
25
27
- type: textarea
26
28
id: version
27
29
attributes:
28
-
label: 📦 Which package version are you using?
29
-
description: What version of our software are you running?
30
-
placeholder: |
31
-
python 3.12.0
32
-
pysamplelib 0.1.0
30
+
label: 📦 Which tool/library version are you using?
31
+
description: What version of Cucumber/GoDog/etc. are you running? What version of your programming language platform? Anything else that might be relevant?
32
+
placeholder: |-
33
+
node v18.17.0
34
+
cucumber-js v10.3.2
33
35
- type: textarea
34
36
id: how-to-reproduce
35
37
attributes:
36
38
label: 🔬 How could we reproduce it?
37
-
description: >
39
+
description: |-
38
40
It order to fix the problem, we need to be able to reproduce it.
41
+
39
42
A [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) can be really helpful for anyone
40
43
trying to diagnose and fix the problem.
41
44
42
-
43
-
Please outline the steps below:
44
-
placeholder: |
45
+
Please outline the steps below.
46
+
placeholder: |-
45
47
1. Install '...' version '...'
46
-
2. Create a file called '....'
47
-
3. Run command '....'
48
-
4. See error '....'
48
+
2. Create a file called '...'
49
+
3. Run command '...'
50
+
4. See error '...'
51
+
52
+
Include screenshots if that would be helpful.
49
53
- type: textarea
50
54
id: context
51
55
attributes:
52
56
label: 📚 Any additional context?
53
57
description: Add any other context, references, logs or screenshots about the problem here.
58
+
- type: markdown
59
+
attributes:
60
+
value: |-
61
+
*This text was originally generated from a [template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates), then edited by hand. [You can modify the template here.](https://github.com/cucumber/.github/edit/main/.github/ISSUE_TEMPLATE/bug_report.yaml)*
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/developer_experience.yaml
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
name: Developer Experience
2
2
description: >
3
-
Refactoring or technical debt payback that makes the codebase more
4
-
pleasant to work on
3
+
Refactoring or technical debt payback that makes the codebase more pleasant to work on
5
4
labels: [":bank: debt"]
6
5
body:
7
6
- type: markdown
8
7
attributes:
9
-
value: Thanks for suggesting an improvement to the code!
8
+
value: |-
9
+
Thanks for suggesting an improvement to the code!
10
+
11
+
Use the questions below to help explain why you think this change is needed.
10
12
- type: textarea
11
13
id: problem
12
14
attributes:
@@ -25,3 +27,8 @@ body:
25
27
label: 📚 Any additional context?
26
28
placeholder: >
27
29
Add any other context, references or screenshots here.
30
+
- type: markdown
31
+
attributes:
32
+
value: >
33
+
*This text was originally generated from a [template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates), then edited by hand. [You can modify the template here.](https://github.com/cucumber/.github/edit/main/.github/ISSUE_TEMPLATE/developer_experience.yaml)*
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yaml
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,17 @@ labels: [":zap: enhancement"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
-
value: >
8
-
Thanks for taking the time to suggest an idea for this project!
7
+
value: |-
8
+
Thanks for suggesting an improvement to Cucumber! 💖
9
+
10
+
Use the questions below to help explain why you think this change is needed.
9
11
- type: textarea
10
12
id: problem
11
13
attributes:
12
14
label: 🤔 What's the problem you're trying to solve?
13
15
description: >
14
-
A clear and concise description of what the problem is e.g. I'm
15
-
always frustrated when ...
16
+
A clear and concise description of what the problem is.
17
+
placeholder: I'm always frustrated when ...
16
18
validations:
17
19
required: true
18
20
- type: textarea
@@ -34,5 +36,9 @@ body:
34
36
attributes:
35
37
label: 📚 Any additional context?
36
38
description: >
37
-
Add any other context, references or screenshots about the feature
38
-
request here.
39
+
Add any other context, references or screenshots about the feature request here.
40
+
- type: markdown
41
+
attributes:
42
+
value: |-
43
+
*This text was originally generated from a [template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates), then edited by hand. [You can modify the template here.](https://github.com/cucumber/.github/edit/main/.github/ISSUE_TEMPLATE/feature_request.yaml)*
0 commit comments