Skip to content

Commit 1c57aee

Browse files
authored
Merge pull request #523 from joecus1/dev
documentation-change.yml: Created issue template for documentation ch…
2 parents 4123038 + db72545 commit 1c57aee

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Documentation Change
2+
description: Suggest a change to documentation
3+
title: "Documentation: "
4+
labels: ["documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for helping us maintain the CASDK documentation! If you'd just like to fix spelling/typos in the current documentation,
10+
feel free to submit a pull request without raising an issue. If you'd like to change the content of current documentation,
11+
please submit this issue to explain the purpose of the change.
12+
- type: input
13+
id: contact
14+
attributes:
15+
label: Contact Details
16+
description: How can we get in touch with you if we need more info?
17+
placeholder: ex. [email protected]
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: overview
22+
attributes:
23+
label: Overview of Change
24+
description: Please give a brief overview of your intended change. What is the purpose of the change and what content will be impacted?
25+
placeholder: Explain change
26+
value: "Describe change"
27+
validations:
28+
required: true
29+
- type: checkboxes
30+
id: terms
31+
attributes:
32+
label: Code of Conduct
33+
description: By submitting this issue, you agree to follow the [Way We Work](https://github.com/Green-Software-Foundation/standards_wg/blob/main/the_way_we_work.md)
34+
options:
35+
- label: I agree to follow this project's Code of Conduct
36+
required: true

0 commit comments

Comments
 (0)