Skip to content

Commit

Permalink
Merge pull request #664 from IBMa/issue_template_update
Browse files Browse the repository at this point in the history
Last two templates
  • Loading branch information
ErickRenteria authored Jan 31, 2022
2 parents f37987d + 0f1f330 commit 1d7fcc9
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 70 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/feature-request-or-enhancement.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_or_enhancement.yaml
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
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yaml
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

0 comments on commit 1d7fcc9

Please sign in to comment.