Skip to content

Commit

Permalink
feat(pr-template): Update PR Template
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas authored and mindrunner committed Sep 6, 2023
1 parent dd78c0f commit 370d7f2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/pull_request_template.md
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

0 comments on commit 370d7f2

Please sign in to comment.