-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pr-template): Update PR Template
- Loading branch information
1 parent
dd78c0f
commit 370d7f2
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
# Which Jira task belongs to this PR? | ||
|
||
# Why did I implement it this way? | ||
|
||
# Checklist before requesting a review | ||
|
||
- [ ] I have performed a self-review of my code | ||
- [ ] I have commented the code I wrote to make sure the next developers can understand it | ||
- [ ] I have added tests that cover the new functionality | ||
- [ ] I have made sure that existing tests are still passing | ||
- [ ] If this changed the API, I have updated the documentation (Gitbook and OpenAPI) | ||
- [ ] This pull request is as small as possible and only tackles one problem | ||
- [ ] I have added tests that cover the functionality / test the bug | ||
|
||
# Github Copilot | ||
# GitHub Copilot | ||
|
||
copilot:all |