Skip to content

Commit c8faf08

Browse files
authored
Reorder issue template and add doc URL field
- Rename new-contribution.yaml to 1_new-contribution.yaml to have it show first in the list of issue templates - Add an input field for documentation page URL
1 parent 138ec92 commit c8faf08

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/new-contribution.yaml renamed to .github/ISSUE_TEMPLATE/1_new-contribution.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ body:
3434
default: 0
3535
validations:
3636
required: true
37+
- type: markdown
38+
attributes:
39+
value: |
40+
Please provide a link to your contribution's documentation page.
41+
- type: input
42+
id: documentation_url
43+
attributes:
44+
label: documentation_url
45+
description: URL of the documentation page for your contribution.
46+
placeholder: https://
47+
validations:
48+
required: true
3749
- type: markdown
3850
attributes:
3951
value: |

0 commit comments

Comments
 (0)