-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add a pull request template (#728)
- Pull request template to help contributors avoid common omissions when submitting pull requests. Signed-off-by: Scott Wickersham <swickers@redhat.com>
- Loading branch information
Showing
2 changed files
with
31 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
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,11 @@ | ||
## Describe your changes | ||
|
||
## Relevant Jira | ||
|
||
## Checklist before requesting a review | ||
- [ ] I have marked as draft or added `do not merge` label if there's a dependency PR | ||
- If you want reviews on your draft PR, you can add reviewers or add the `release-service-maintainers` handle if you are unsure who to tag | ||
- [ ] My commit message includes `Signed-off-by: My name <email>` | ||
- [ ] I have bumped the task/pipeline version string and updated changelog in the relevant README | ||
- [ ] I read CONTRIBUTING.MD and [commit formatting](CONTRIBUTING.md#commit-message-formatting-and-standards) | ||
|