Skip to content

Commit 8b3ac1b

Browse files
authored
chore: Add template for documentation issues. (serverpod#3159)
1 parent 74d7c11 commit 8b3ac1b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Documentation request
2+
description: Request a correction, clarification, or addition to the documentation.
3+
labels: ["documentation"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please use this template to help us improve the documentation. Be as specific and clear as possible!
9+
10+
- type: textarea
11+
id: issue-summary
12+
attributes:
13+
label: Summary of the issue
14+
description: Describe the documentation correction or the proposed addition. Please add references to relevant documentation sections if applicable.
15+
validations:
16+
required: true
17+
18+
- type: dropdown
19+
id: experience
20+
attributes:
21+
label: How experienced are you with this library?
22+
multiple: false
23+
description: This helps us understand where in the user journey this issue might arise.
24+
options:
25+
- Beginner - Just getting started with this library
26+
- Intermediate - Familiar with the basics or have used it in a few projects
27+
- Expert - Experienced and comfortable with using this library in complex projects
28+
29+
- type: checkboxes
30+
id: terms
31+
attributes:
32+
label: Are you interested in working on a PR for this?
33+
options:
34+
- label: I want to work on this

0 commit comments

Comments
 (0)