Skip to content

Commit 60b617c

Browse files
Add docs issue template (base#116)
1 parent 359ecb7 commit 60b617c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Docs request
2+
description: Request new docs, or changes to existing docs
3+
title: 'Docs Request: '
4+
labels: ['type: docs']
5+
6+
body:
7+
- type: textarea
8+
id: problem
9+
attributes:
10+
label: What is the issue you are encountering with the docs?
11+
description: A clear and concise description of what is wrong, missing, or unclear.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: links
17+
attributes:
18+
label: Links to Impacted Docs
19+
description: Please paste links to specific pages on docs.base.org that are related to your request.
20+
21+
- type: textarea
22+
id: solution
23+
attributes:
24+
label: Describe the solution you'd like to see.
25+
description: A clear and concise description of what you want to see in the docs.
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: other
31+
attributes:
32+
label: Additional context
33+
description: Add any other context or screenshots about the concern can be added here.

0 commit comments

Comments
 (0)