File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Documentation
2+ description : Report problems and suggest ideas for the documentation
3+ labels : [docs]
4+
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : >-
9+ Before opening a new issue, make sure it isn't covered by an existing issue.
10+ Please search for [issues with the `docs` label][docs-issues] (including
11+ closed issues) before you continue.
12+
13+
14+ [docs-issues]: https://github.com/javaistic/javaistic/issues?q=is%3Aissue+label%3Adocs+is%3Aopen
15+
16+ - type : dropdown
17+ attributes :
18+ label : Kind of Issue
19+ description : >-
20+ If your issue type is not here, select "other" and explain in the
21+ "Description" field below.
22+ options : [Improvement, Mistake, Other]
23+ validations :
24+ required : true
25+
26+ - type : textarea
27+ attributes :
28+ label : Description
29+ description : |
30+ Include as much detail as possible, for example:
31+ - A (perma)link to the docs in question
32+ - Suggestions for how to change the docs
33+ placeholder : " Example: The documentation doesn't cover my use case of the NPM package..."
34+ validations :
35+ required : true
36+
37+ - type : dropdown
38+ attributes :
39+ label : Contributing
40+ description : >-
41+ This is an open source project and we welcome contributions. Do you want to
42+ work on this issue?
43+ options :
44+ - ' Yes'
45+ - ' No'
46+ validations :
47+ required : true
You can’t perform that action at this time.
0 commit comments