Skip to content

Commit 197feff

Browse files
committed
refactor: simplify bug report template to essential fields only
1 parent d8fa291 commit 197feff

1 file changed

Lines changed: 2 additions & 44 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,6 @@ body:
3030
validations:
3131
required: true
3232

33-
- type: textarea
34-
id: expected-behavior
35-
attributes:
36-
label: Expected Behavior
37-
description: A clear and concise description of what you expected to happen.
38-
placeholder: What should have happened?
39-
validations:
40-
required: true
41-
42-
- type: textarea
43-
id: actual-behavior
44-
attributes:
45-
label: Actual Behavior
46-
description: A clear and concise description of what actually happened.
47-
placeholder: What actually happened?
48-
validations:
49-
required: true
50-
5133
- type: dropdown
5234
id: platform
5335
attributes:
@@ -69,20 +51,11 @@ body:
6951
validations:
7052
required: true
7153

72-
- type: input
73-
id: nitro-modules-version
74-
attributes:
75-
label: React Native Nitro Modules Version
76-
description: The version of react-native-nitro-modules you're using
77-
placeholder: e.g. 0.31.5
78-
validations:
79-
required: true
80-
8154
- type: textarea
8255
id: code-example
8356
attributes:
8457
label: Code Example
85-
description: A minimal code example that reproduces the issue
58+
description: A minimal code example that reproduces the issue (optional)
8659
render: typescript
8760
placeholder: |
8861
// Please provide a minimal code example
@@ -93,24 +66,9 @@ body:
9366
id: error-messages
9467
attributes:
9568
label: Error Messages/Logs
96-
description: Paste any error messages or logs here
69+
description: Paste any error messages or logs here (optional)
9770
render: shell
9871
placeholder: |
9972
Paste error messages or logs here
10073
validations:
10174
required: false
102-
103-
- type: textarea
104-
id: additional-context
105-
attributes:
106-
label: Additional Context
107-
description: Add any other context about the problem here
108-
placeholder: Any additional information that might be helpful...
109-
110-
- type: textarea
111-
id: possible-solution
112-
attributes:
113-
label: Possible Solution
114-
description: If you have suggestions on how to fix the bug, please describe them here
115-
placeholder: Describe a possible solution (optional)
116-

0 commit comments

Comments
 (0)