-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Add issue templates for example and test, and update the contrib…
…ution guidelines and PR templates with corresponding examples
- Loading branch information
1 parent
8bb00f9
commit d302174
Showing
4 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Report an issue with an example | ||
description: Add or enhance examples. | ||
labels: [ 'example' ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping us update our example! | ||
- type: textarea | ||
id: example_description | ||
attributes: | ||
label: Example Description | ||
description: The specific details of the example. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: Rationale | ||
description: What problem does this example solve? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional_information | ||
attributes: | ||
label: Additional Information | ||
description: What additional information do you need to provide? | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Report an issue with an test | ||
description: Add or improve tests. | ||
labels: [ 'test' ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping us update our test! | ||
- type: textarea | ||
id: test_description | ||
attributes: | ||
label: Test Description | ||
description: The specific details of the test. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: Rationale | ||
description: What problem does this test solve? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional_information | ||
attributes: | ||
label: Additional Information | ||
description: What additional information do you need to provide? | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters