Skip to content

Commit ed24bd7

Browse files
Merge pull request #18 from web3community/krishguptadev-patch-1
docs: issue templates
2 parents f23d1d3 + 100181d commit ed24bd7

2 files changed

Lines changed: 118 additions & 0 deletions

File tree

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: Bug report
2+
description: Create a report to help us improve. Report bugs found while using the project
3+
title: "[BUG] <description>"
4+
labels: [bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "Provide a general summary of the issue in the title above"
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Description
13+
description: Provide a general summary of the issue in the title above
14+
validations:
15+
required: true
16+
- type: input
17+
id: expectedbhv
18+
attributes:
19+
label: Expected behavior
20+
description: Tell us what should happen
21+
validations:
22+
required: true
23+
- type: input
24+
id: actualbhv
25+
attributes:
26+
label: Actual behavior
27+
description: Tell us what happens instead
28+
validations:
29+
required: true
30+
- type: input
31+
id: possiblefix
32+
attributes:
33+
label: Possible fix
34+
description: Not obligatory, but suggest a fix or reason for the bug
35+
validations:
36+
required: false
37+
- type: textarea
38+
id: steps
39+
attributes:
40+
label: Steps to reproduce
41+
description: |
42+
Provide a link to a live example, or an unambiguous set of steps to
43+
reproduce this bug. Include code to reproduce, if relevant
44+
placeholder: |
45+
1.
46+
2.
47+
3.
48+
4.
49+
validations:
50+
required: true
51+
- type: textarea
52+
id: context
53+
attributes:
54+
label: Context
55+
description: How has this bug affected you? What were you trying to accomplish?
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: extrainformation
60+
attributes:
61+
label: Additional information
62+
description: Is there anything else we should know about this bug?
63+
validations:
64+
required: false
65+
- type: checkboxes
66+
id: terms
67+
attributes:
68+
label: Code of Conduct
69+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/web3community/web3community.github.io/blob/main/CODE_OF_CONDUCT.md)
70+
options:
71+
- label: I agree to follow this project's Code of Conduct
72+
required: true
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Feature request
2+
description: Suggest features, propose improvements, discuss new ideas.
3+
title: "[FEATURE] <description>"
4+
labels: [enhancement]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Provide a general summary of the issue in the title above
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Detailed description
13+
description: Provide a detailed description of the change or addition you are proposing
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: context
18+
attributes:
19+
label: Context
20+
description: |
21+
Why is this change important to you? How would you use it?
22+
How can it benefit other users?
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: possibleimpl
27+
attributes:
28+
label: Possible implementation
29+
description: Not obligatory, but suggest an idea for implementing addition or change
30+
validations:
31+
required: false
32+
- type: textarea
33+
id: extrainformation
34+
attributes:
35+
label: Additional information
36+
description: Is there anything else we should know about this feature?
37+
validations:
38+
required: false
39+
- type: checkboxes
40+
id: terms
41+
attributes:
42+
label: Code of Conduct
43+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/web3community/web3community.github.io/blob/main/CODE_OF_CONDUCT.md)
44+
options:
45+
- label: I agree to follow this project's Code of Conduct
46+
required: true

0 commit comments

Comments
 (0)