Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Apple committed Jun 13, 2017
1 parent 7951c16 commit 2f7cdf8
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pull_request_template.md
@@ -1,33 +1,37 @@
## Pull Request Template

Please use this to create a roadmap for your project or to track bugs. A pull request template improves development quality and provides a common guideline for contributors to follow. It also enables to you to reference issues and shows others your development progress.

<!--- Provide a general summary of your changes in the Title above -->

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

## Related Issue
### Related Issue
<!--- 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: -->
<!--- You can reference to an issue or pr with the #<number> -->

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

## How Has This Been Tested?
### 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. -->
<!--- If you already have CI configured you can remove this part -->

## Screenshots (if appropriate):
### Screenshots (if appropriate):

## Types of changes
### 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)

## Checklist:
### 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! -->
- [ ] My code follows the code style of this project.
Expand All @@ -37,4 +41,3 @@
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
<!--- Provide a general summary of your changes in the Title above -->

0 comments on commit 2f7cdf8

Please sign in to comment.