-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #664 from IBMa/issue_template_update
Last two templates
- Loading branch information
Showing
4 changed files
with
76 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
.github/ISSUE_TEMPLATE/feature_request_or_enhancement.yaml
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,38 @@ | ||
name: 'Feature request or enhancement 💡' | ||
description: Suggest an idea for this project. | ||
title: '[Feature]: ' | ||
labels: 'type: enhancement' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: '## Welcome!' | ||
- type: markdown | ||
attributes: | ||
value: | ||
Thanks for taking the time to share your idea or enhancement. | ||
- type: dropdown | ||
id: project | ||
attributes: | ||
label: Project | ||
description: What project is this idea/enhancement for? | ||
multiple: true | ||
options: | ||
- 'able site' | ||
- 'a11y checker engine' | ||
- 'a11y checker extension' | ||
- 'a11y checker' | ||
- 'cypress accessibility checker' | ||
- 'karma accessibility checker' | ||
- 'rule-server' | ||
- 'other' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | ||
"Tell us more about your idea or enhancement" | ||
placeholder: Provide as much details for this idea? | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
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,38 @@ | ||
name: 'Question ❓' | ||
description: Question or discussion about our tools. | ||
title: '[Question]: ' | ||
labels: 'type: question' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: '## Welcome!' | ||
- type: markdown | ||
attributes: | ||
value: | ||
'Hi there! 👋 It looks like you might have a question about our work.' | ||
- type: dropdown | ||
id: project | ||
attributes: | ||
label: Project | ||
description: What project is your question related to? | ||
multiple: true | ||
options: | ||
- 'able site' | ||
- 'a11y checker engine' | ||
- 'a11y checker extension' | ||
- 'a11y checker' | ||
- 'cypress accessibility checker' | ||
- 'karma accessibility checker' | ||
- 'rule-server' | ||
- 'other' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | ||
"What's your question?" | ||
placeholder: Please share the details of your question. | ||
validations: | ||
required: true |