Skip to content

Commit

Permalink
chore: set up pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 16, 2024
1 parent 1b5eb3b commit 4a1106a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--- These comments are hidden when you submit the pull request, --->
<!--- so you do not need to remove them. --->

<!--- 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 translations 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 --->

<!--- Please link to a related issue here --->
Resolves #ISSUE_NUMBER

## Motivation and Context
<!--- Why is this change required? What problem does it solve? --->

## How has this been tested?
<!--- Please describe in detail how you tested your changes. --->
<!--- Include details of your testing environment, and the tests you ran to --->
<!--- see how your change affects other areas of the code, etc. --->

## Screenshots (if appropriate)

<!--- 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 4a1106a

Please sign in to comment.