Skip to content

Commit

Permalink
Merge pull request #1025 from rdmorganiser/update_pr_template
Browse files Browse the repository at this point in the history
Update pull request template
  • Loading branch information
jochenklar authored Jul 2, 2024
2 parents 13e342b + 0ea4a71 commit 9b4b6e3
Showing 1 changed file with 19 additions and 30 deletions.
49 changes: 19 additions & 30 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
<!-- These comments are hidden when you submit the pull request, so you do not need to remove them. -->
<!--- These comments are hidden when you submit the pull request, --->
<!--- so you do not need to remove them. --->

<!--- Provide a general summary of your changes in the Title above --->
<!--- Before opening a pull request, go over all the following points: --->
<!--- * I have read the contributor guide (CONTRIBUTING.md) --->
<!--- * My code follows the code style of this project --->
<!--- * I added tests to cover my changes --->
<!--- * If needed, I updated the documentation --->
<!--- * If needed, I added tranlations if they are needed --->
<!--- * If needed, I added migration files and checked for potential conflicts --->

<!--- This project only accepts pull requests related to open issues. --->
<!--- If suggesting a new feature or change, please discuss it in an issue first. --->
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce. --->

<!--- Please provide a general summary of your changes in the title of the pull request --->

## Description
<!--- Describe your changes in detail --->

<!--- This project only accepts pull requests related to open issues --->
<!--- If suggesting a new feature or change, please discuss it in an issue first --->
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --->
<!--- Please link to the issue here: --->
<!--- Please link to a releated issue here --->
Related issue: #ISSUE_NUMBER

## Motivation and Context
Expand All @@ -21,27 +31,6 @@ Related issue: #ISSUE_NUMBER

## Screenshots (if appropriate)

## Types of Changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## Checklist
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --->
- [ ] I have read the [contributor guide](https://github.com/rdmorganiser/rdmo/blob/main/CONTRIBUTING.md).
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.

<!--- This pull request template is adapted from:
<!--- "open-source-templates", https://github.com/TalAter/open-source-templates (MIT License). --->
<!--- "amazing-github-template", https://github.com/dec0dOS/amazing-github-template (MIT License). --->
<!--- This pull request template is adapted from: --->
<!--- https://github.com/TalAter/open-source-templates (MIT License). --->
<!--- https://github.com/dec0dOS/amazing-github-template (MIT License). --->

0 comments on commit 9b4b6e3

Please sign in to comment.