Skip to content

Commit

Permalink
Merge pull request #1902 from IBMa/ErickRenteria-patch-1
Browse files Browse the repository at this point in the history
Update pull_request_template.md Revciew
  • Loading branch information
ErickRenteria authored May 6, 2024
2 parents a2aec44 + 4b5676f commit 4d52cd5
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
<!-- The title of this PR will be used for release notes, please provide a relevant title.
The following formats should be use for the release notes and PRs.
**Rule/Engine updates:**
newrule(`ruleid`): Title of PR
fixrule(`ruleid`): Title of PR
feature(engine): Title of PR
fix(engine): Title of PR
chore(`ruleid`|engine): Title of PR
**Tool updates:
feature(extension|node|karma|cypress): Title of PR
fix(extension|node|karma|cypress): Title of PR
chore(extension|node|karma|cypress|repo): Title of PR
Please review more info: https://github.com/IBMa/equal-access/wiki/Release-notes -->
<!-- For instructions regarding the PR title, see the bottom of the PR template -->

<!-- Specify what this PR is doing. Remove all that do not apply -->
* New Rule(s): **List rule IDs**
Expand All @@ -24,20 +9,30 @@ Please review more info: https://github.com/IBMa/equal-access/wiki/Release-notes
* Other (Provide information)

### This PR is related to the following issue(s):
- <!-- Provide each ticket on a new line with # -->


### Additional information can be found here:
- <!-- Provide the name of the rule & reference link or doc(s) -->

<!-- Provide each ticket on a new line with "Fixes" to close when the PR closes (e.g., Fixes #000) -->
-

### Testing reference:
- <!-- Provide testing file(s) or/and code sandbox link(s). Also, provide details on the expected behavior -->

<!-- Provide testing file(s) or/and code sandbox link(s). Also, provide details on the expected behavior -->
-

### I have conducted the following for this PR:
- [ ] I validated this code in Chrome and FF
- [ ] I validated this fix in my local env
- [ ] I provided details for testing
- [ ] This PR has been reviewed and is ready for test
- [ ] I understand that the title of this PR will be used for the next release notes.

<!--
-- TITLE INSTRUCTIONS START: DO NOT EDIT THIS SECTION --
The title of this PR will be used for release notes, please provide a relevant title.
The following templates should be used for the PR titles:
- newrule(`ruleid`): Title of PR
- fixrule(`ruleid`): Title of PR
- feature(engine|extension|node|karma|cypress): Title of PR
- fix(engine|extension|node|karma|cypress): Title of PR
- chore(engine|extension|node|karma|cypress|repo): Title of PR
Please review more info: https://github.com/IBMa/equal-access/wiki/Release-notes
-- TITLE INSTRUCTIONS END --
-->

0 comments on commit 4d52cd5

Please sign in to comment.