Skip to content

Commit b312374

Browse files
committed
:octocat: updated issue templates
1 parent 4bbabfd commit b312374

File tree

2 files changed

+95
-95
lines changed

2 files changed

+95
-95
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -8,55 +8,55 @@ labels: ["bug"]
88

99
body:
1010

11-
- type: markdown
12-
attributes:
13-
value: "### Please read before posting an issue!\nYou've found a bug? Does the library not behave as expected?\nPlease help us to improve this project and fill out the following form."
14-
15-
- type: textarea
16-
validations:
17-
required: true
18-
attributes:
19-
label: "Issue description"
20-
description: "Please describe the bug or unexpected behaviour, add screenshots to help explain the problem if applicable."
21-
placeholder: "A clear and concise description of the issue"
22-
23-
- type: textarea
24-
validations:
25-
required: true
26-
attributes:
27-
label: "Expected behavior"
28-
description: "Please describe what you expected to happen or how the library should behave in this case."
29-
placeholder: "A clear and concise description of what you expected to happen"
30-
31-
- type: textarea
32-
validations:
33-
required: false
34-
attributes:
35-
label: "Code sample"
36-
description: "If applicable, please add a code sample that reproduces the issue.\nNote: the content of this textarea will be rendered as PHP code!"
37-
placeholder: "PHP code"
38-
render: php
39-
40-
- type: dropdown
41-
id: version
42-
validations:
43-
required: true
44-
attributes:
45-
label: "Library version"
46-
description: "What version of the library are you running?"
47-
options:
48-
- "latest"
49-
- "dev-main"
50-
- "other (specify below)"
51-
default: 0
52-
53-
- type: textarea
54-
validations:
55-
required: false
56-
attributes:
57-
label: "Additional context"
58-
description: "Add any other context that might be of use here, e.g. exact library version, PHP Version, operating system, other code snippets..."
59-
60-
- type: markdown
61-
attributes:
62-
value: "Thanks for taking the time to fill out this issue report!"
11+
- type: markdown
12+
attributes:
13+
value: "### Please read before posting an issue!\nYou've found a bug? Does the library not behave as expected?\nPlease help us to improve this project and fill out the following form.\nIf you are unsure whether it is a bug, or you have a question or an issue that is not a bug, please go to [the discussions section](../discussions) instead."
14+
15+
- type: textarea
16+
validations:
17+
required: true
18+
attributes:
19+
label: "Issue description"
20+
description: "Please describe the bug or unexpected behaviour, add screenshots to help explain the problem if applicable."
21+
placeholder: "A clear and concise description of the issue"
22+
23+
- type: textarea
24+
validations:
25+
required: true
26+
attributes:
27+
label: "Expected behavior"
28+
description: "Please describe what you expected to happen or how the library should behave in this case."
29+
placeholder: "A clear and concise description of what you expected to happen"
30+
31+
- type: textarea
32+
validations:
33+
required: false
34+
attributes:
35+
label: "Code sample"
36+
description: "If applicable, please add a code sample that reproduces the issue.\nNote: the content of this textarea will be rendered as PHP code!"
37+
placeholder: "PHP code"
38+
render: php
39+
40+
- type: dropdown
41+
id: version
42+
validations:
43+
required: true
44+
attributes:
45+
label: "Library version"
46+
description: "What version of the library are you running?"
47+
options:
48+
- "latest"
49+
- "dev-main"
50+
- "other (specify below)"
51+
default: 0
52+
53+
- type: textarea
54+
validations:
55+
required: false
56+
attributes:
57+
label: "Additional context"
58+
description: "Add any other context that might be of use here, e.g. exact library version, PHP Version, operating system, other code snippets..."
59+
60+
- type: markdown
61+
attributes:
62+
value: "Thanks for taking the time to fill out this issue report!"

.github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,46 @@ labels: ["enhancement"]
88

99
body:
1010

11-
- type: markdown
12-
attributes:
13-
value: "You have an idea for a new feature (or improve an existing one)? Great!\nPlease help us to improve this project and fill out the following form.\nIf you have a question or an issue that is not a feature request, please go to [the discussions section](../discussions) instead. Thanks!"
14-
15-
- type: textarea
16-
validations:
17-
required: true
18-
attributes:
19-
label: "Feature description"
20-
description: "Please describe the requested feature."
21-
placeholder: "A clear and concise description of the requested feature"
22-
23-
- type: textarea
24-
validations:
25-
required: false
26-
attributes:
27-
label: "Code sample"
28-
description: "If applicable, please add a code sample to illustrate the feature.\nNote: the content of this textarea will be rendered as PHP code!"
29-
placeholder: "PHP code"
30-
render: php
31-
32-
- type: textarea
33-
validations:
34-
required: false
35-
attributes:
36-
label: "Additional context"
37-
description: "Add any other context that might be of use here, e.g. other code snippets..."
38-
39-
- type: dropdown
40-
validations:
41-
required: true
42-
id: pr
43-
attributes:
44-
label: "Pull Request"
45-
description: "**Are you (the requester) willing to submit a pull request for that feature?**\nA yes will greatly increase the chance that the feature will be added."
46-
options:
47-
- ""
48-
- "No - I can't/won't submit a PR"
49-
- "Yes - I will submit a PR"
50-
51-
- type: markdown
52-
attributes:
53-
value: "Thanks for taking the time to fill out this feature request!"
11+
- type: markdown
12+
attributes:
13+
value: "You have an idea for a new feature (or improve an existing one)? Great!\nPlease help us to improve this project and fill out the following form.\nIf you have a question or an issue that is not a feature request, please go to [the discussions section](../discussions) instead. Thanks!"
14+
15+
- type: textarea
16+
validations:
17+
required: true
18+
attributes:
19+
label: "Feature description"
20+
description: "Please describe the requested feature."
21+
placeholder: "A clear and concise description of the requested feature"
22+
23+
- type: textarea
24+
validations:
25+
required: false
26+
attributes:
27+
label: "Code sample"
28+
description: "If applicable, please add a code sample to illustrate the feature.\nNote: the content of this textarea will be rendered as PHP code!"
29+
placeholder: "PHP code"
30+
render: php
31+
32+
- type: textarea
33+
validations:
34+
required: false
35+
attributes:
36+
label: "Additional context"
37+
description: "Add any other context that might be of use here, e.g. other code snippets..."
38+
39+
- type: dropdown
40+
validations:
41+
required: true
42+
id: pr
43+
attributes:
44+
label: "Pull Request"
45+
description: "**Are you (the requester) willing to submit a pull request for that feature?**\nA yes will greatly increase the chance that the feature will be added."
46+
options:
47+
- " "
48+
- "No - I can't/won't submit a PR"
49+
- "Yes - I will submit a PR"
50+
51+
- type: markdown
52+
attributes:
53+
value: "Thanks for taking the time to fill out this feature request!"

0 commit comments

Comments
 (0)