Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 4a785fb

Browse files
Init something_else issue template - Closes #4368 (#4412)
* Init something_else issue template - Closes #4368 * Fix syntax error * Fix syntax error * Update description
1 parent 50afcd0 commit 4a785fb

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Something Else
2+
description: Have something that's not a Bug Report, Feature Request, or related to Documentation?
3+
labels: ["Something Else"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
If it's a:
9+
10+
- Announcement
11+
- General Discussion
12+
- Idea
13+
- Question
14+
- You'd like show everyone something you've built
15+
16+
please [Start A Discussion](https://github.com/ChainSafe/web3.js/discussions/new) instead of opening an issue
17+
- type: checkboxes
18+
attributes:
19+
options:
20+
- label: This is not a Bug Report, Feature Request, or related to Documentation
21+
required: true
22+
- type: checkboxes
23+
attributes:
24+
label: Is there an existing issue for this?
25+
description: Please search to see if an issue already exists for this
26+
options:
27+
- label: I have searched the existing issues
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: What's up?
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: Examples/References
37+
description: Do you have any examples or references regarding this?

0 commit comments

Comments
 (0)