Skip to content

Commit 7fe681c

Browse files
Add docs template
1 parent ee4e14a commit 7fe681c

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Documentation
2+
description: Report a problem with the documentation
3+
labels: ["docs"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
If the issue is trivial, for example a typo, an issue is not necessary.
9+
- type: textarea
10+
attributes:
11+
label: "Documentation"
12+
description: "A clear and concise description of the issue."
13+
validations:
14+
required: true

0 commit comments

Comments
 (0)