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

Commit 1216049

Browse files
Init documentation issue template (#4411)
1 parent 4a785fb commit 1216049

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Documentation
2+
description: Correction, suggestion, anything related to Web3.js' documentation
3+
labels: ["Documentation"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Is there an existing issue for this?
8+
description: Please search to see if an issue already exists for this
9+
options:
10+
- label: I have searched the existing issues
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: What would you like to say about Web3.js' documentation?
15+
description: Missing/wrong information? Dead/incorrect links? Feedback?
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Examples/References
21+
description: Do you have any examples or references regarding this?

0 commit comments

Comments
 (0)