Skip to content

Commit

Permalink
Update PR template. (#1019)
Browse files Browse the repository at this point in the history
* Update PR template.

* Update PR template.

* Fix wording.
  • Loading branch information
arkid15r committed Mar 14, 2023
1 parent f7b42ec commit 6f94281
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Your PR description goes here.
be split into multiple PRs.
-->

- [ ] New country holidays support (thank you!)
- [ ] Supported country holidays update (calendar discrepancy fix, localization)
- [ ] Existing code/test/process improvement (best practice, cleanup, refactoring, optimization)
- [ ] New country/market holidays support (thank you!)
- [ ] Supported country/market holidays update (calendar discrepancy fix, localization)
- [ ] Existing code/test/process quality improvement (best practice, cleanup, refactoring, optimization)
- [ ] Dependency upgrade (version update)
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] Breaking change (a code change causing existing functionality to break)
Expand All @@ -33,12 +33,12 @@ Your PR description goes here.
Put an `x` in the boxes that apply. You can change them after PR is created.
-->

- [x ] I've followed the [contributing guidelines][contributing-guidelines]
- [x ] This PR is filed against `beta` branch of the repository
- [x ] This PR doesn't contain any merge conflicts and has clean commit history
- [x ] The code style looks good (`make pre-commit`)
- [x ] I've added tests to verify that the new code works and all tests pass locally (`make test`, `make tox`)
- [x ] The related [documentation][docs] has been added/updated (check off the box for free if no updates is required)
- [ ] I've followed the [contributing guidelines][contributing-guidelines]
- [ ] This PR is filed against `beta` branch of the repository
- [ ] This PR doesn't contain any merge conflicts and has clean commit history
- [ ] The code style looks good (`make pre-commit`)
- [ ] I've added tests to verify that the new code works and all tests pass locally (`make test`, `make tox`)
- [ ] The related [documentation][docs] has been added/updated (check off the box for free if no updates is required)

<!--
Thanks again for your contribution!
Expand Down

0 comments on commit 6f94281

Please sign in to comment.