-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1181 from m-herold/CATTY-113
CATTY-113 Add pull request template
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
*Please enter a short describtion of your pull request and add a reference to the Jira ticket.* | ||
|
||
### Your checklist for this pull request | ||
Please review the [contributing guidelines](https://github.com/Catrobat/Catty/blob/develop/README.md) and [wiki pages](https://github.com/Catrobat/Catroid/wiki/) of this repository. | ||
|
||
- [ ] Include the name of the Jira ticket in the PR’s title | ||
- [ ] Include a summary of the changes plus the relevant context | ||
- [ ] Choose the proper base branch (*develop*) | ||
- [ ] Confirm that the changes follow the project’s coding guidelines | ||
- [ ] Verify that the changes generate no compiler or linter warnings | ||
- [ ] Perform a self-review of the changes | ||
- [ ] Verify to commit no other files than the intentionally changed ones | ||
- [ ] Include reasonable and readable tests verifying the added or changed behavior | ||
- [ ] Confirm that new and existing unit tests pass locally | ||
- [ ] Check that the commits’ message style matches the [project’s guideline](https://github.com/Catrobat/Catroid/wiki/Commit-Message-Guidelines) | ||
- [ ] Stick to the project’s git workflow (rebase and squash your commits) | ||
- [ ] Verify that your changes do not have any conflicts with the base branch | ||
- [ ] After the PR, verify that all CI checks have passed |