Skip to content

Commit

Permalink
update Issue templates yaml files (#2114)
Browse files Browse the repository at this point in the history
* Update bug_report.yaml

* Update bug_report.yaml

* Update bug_report.yaml

* Update bug_report.yaml

* Update bug_report.yaml

* Update accessibility_issue.yaml

* Update accessibility_issue.yaml

* Update bug_report.yaml
  • Loading branch information
sct-will authored Dec 4, 2024
1 parent 8e8fc69 commit 35de02f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/accessibility_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,16 @@ body:
'How do we reproduce the accessibility violation you described?'
validations:
required: true

- type: markdown
attributes:
value: |
### Definition of Done
(DO NOT EDIT THIS SECTION. This section is for IBM internal use only.)
- [ ] Design artifacts reviewed
- [ ] Work item implemented
- [ ] Automated test case created (when applicable)
- [ ] Unit test completed
- [ ] Run Checker (when applicable)
- [ ] Manual and Screen Reader Testing (when applicable)
- [ ] Video recording of user experience walkthrough (if impact to UX)
- [ ] PR created
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,18 @@ body:
'How do we reproduce the issue you described using the?'
validations:
required: true
- type: markdown
attributes:
value: |
### Definition of Done
(DO NOT EDIT THIS SECTION. This section is for IBM internal use only.)
- [ ] Design artifacts reviewed
- [ ] Work item implemented
- [ ] Automated test case created (when applicable)
- [ ] Unit test completed
- [ ] Run Checker (when applicable)
- [ ] Manual and Screen Reader Testing (when applicable)
- [ ] Video recording of user experience walkthrough (if impact to UX)
- [ ] PR created

0 comments on commit 35de02f

Please sign in to comment.