Skip to content

Commit 04d16de

Browse files
feat: add documentation issue template
1 parent eab304e commit 04d16de

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- type: textarea
13+
id: problem
14+
attributes:
15+
label: Problem
16+
description: What is unclear, inaccurate, or missing?
17+
18+
- type: textarea
19+
id: solution
20+
attributes:
21+
label: Proposed Improvement
22+
description: How should the documentation be improved?
23+
24+
- type: textarea
25+
id: references
26+
attributes:
27+
label: References
28+
description: Add links or examples if applicable.

0 commit comments

Comments
 (0)