Skip to content

Commit 5e7cfa9

Browse files
add documentation issue template
1 parent a9ee9b0 commit 5e7cfa9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Documentation Improvement
2+
description: Suggest a change to the draw_tree documentation.
3+
title: "[Documentation]: "
4+
labels: ["documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this documentation improvement request!
10+
- type: textarea
11+
id: request-details
12+
attributes:
13+
label: Requested documentation improvement
14+
description: Please provide details about the documentation improvement you would like to see.
15+
placeholder: Describe the documentation improvement in detail.
16+
value: "A documentation improvement suggestion!"
17+
validations:
18+
required: true

0 commit comments

Comments
 (0)