This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
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?
You can’t perform that action at this time.
0 commit comments