We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab304e commit 04d16deCopy full SHA for 04d16de
.github/ISSUE_TEMPLATE/d_documentation.yaml
@@ -0,0 +1,28 @@
1
+name: Documentation Improvement
2
+description: Suggest updates to the README or the generated project docs.
3
+title: "[Docs] "
4
+labels: [documentation]
5
+body:
6
+ - type: textarea
7
+ id: scope
8
+ attributes:
9
+ label: Topic
10
+ description: What documentation needs improvement?
11
+
12
13
+ id: problem
14
15
+ label: Problem
16
+ description: What is unclear, inaccurate, or missing?
17
18
19
+ id: solution
20
21
+ label: Proposed Improvement
22
+ description: How should the documentation be improved?
23
24
25
+ id: references
26
27
+ label: References
28
+ description: Add links or examples if applicable.
0 commit comments