Skip to content

Commit

Permalink
chore: add checklist to PR template (#1873)
Browse files Browse the repository at this point in the history
* chore: add checklist to PR template

* remove line

* add ! reminder

* remove link reminder
  • Loading branch information
weboko authored Mar 6, 2024
1 parent eebf127 commit 25f838a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Delete all but one category -->
This is a **bug report/feature or change request/support request**
This is a **bug report/feature request/support request/change request**

## Problem

Expand Down
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ If this is a bug fix, please describe why the old behavior was problematic.

- Resolves <issue number>
- Related to <link to specs>

Contribution checklist:
- [ ] covered by unit tests;
- [ ] covered by e2e test;
- [ ] add `!` in title if breaks public API;

0 comments on commit 25f838a

Please sign in to comment.