Skip to content

Commit 6c40244

Browse files
committed
docs: create issue template documentation_issue.yml
1 parent 615fe8b commit 6c40244

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Documentation Issue
2+
description: Report errors or suggest improvements to Number Systems Converter documentation
3+
labels: ["documentation", "triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please follow our [Contributing Guidelines](https://github.com/VoxDroid/Number-Systems-Converter/blob/main/CONTRIBUTING.md). Do not post unverified links or promotional content, as they will be considered spam and may lead to restrictions.
9+
- type: checkboxes
10+
id: guidelines
11+
attributes:
12+
label: Guidelines
13+
description: Confirm that you have read and agree to follow our guidelines.
14+
options:
15+
- label: I have read the [Contributing Guidelines](https://github.com/VoxDroid/Number-Systems-Converter/blob/main/CONTRIBUTING.md) and agree to follow them.
16+
required: true
17+
- type: textarea
18+
id: doc-issue
19+
attributes:
20+
label: Documentation Issue
21+
description: Describe the issue or improvement needed in the documentation.
22+
placeholder: e.g., Missing steps in README, unclear instructions...
23+
validations:
24+
required: true
25+
- type: input
26+
id: doc-location
27+
attributes:
28+
label: Documentation Location
29+
description: Where is the issue located?
30+
placeholder: e.g., README.md, docs/index.md
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: suggestion
35+
attributes:
36+
label: Suggested Fix
37+
description: If you have a suggestion for how to fix this, please describe it.
38+
placeholder: e.g., Add a section on installation...
39+
validations:
40+
required: false

0 commit comments

Comments
 (0)