Skip to content

Commit

Permalink
improve wording of PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
kharit committed Dec 5, 2023
1 parent e09efae commit 677e87d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Thank you for your contribution.
Before submitting this PR, please make sure:

- [ ] PR description and commit message should describe the changes done in this PR
- [ ] Verify the PR is pointing to correct branch i.e. Release or Beta branch if the code fix is for specific release , else point it to master
- [ ] Latest Code from master or specific release branch is merged to your branch
Expand All @@ -11,7 +12,7 @@ Before submitting this PR, please make sure:
- [ ] Sanity Tests are successfully executed for New and Existing Functionality
- [ ] Verify that changes are compatible with all relevant browsers and platforms.
- [ ] After creating pull request there should not be any conflicts
- [ ] Resolve codacy comments
- [ ] Resolve all Codacy comments
- [ ] Builds and checks are passed before PR is sent for review
- [ ] Resolve code review comments
- [ ] Help Libray document is updated accordingly for Feature changes.
- [ ] Update the Help Library document to match any feature changes

0 comments on commit 677e87d

Please sign in to comment.