Skip to content

Commit

Permalink
adding pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed Oct 2, 2019
1 parent 383dc18 commit d415240
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/general-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: General requests
about: general template for pull requests
---

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

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

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

## 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 not work as expected -->

## 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! -->
- [ ] if you had any questions you reached out via [SUPPORT](/.github/SUPPORT.md) or you didn't have any questions
- [ ] I have read the [CONTRIBUTING](/.github/CONTRIBUTING.md) document.
- [ ] I have read the [CODE_OF_CONDUCT](/.github/CODE_OF_CONDUCT.md) document.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have created a related github issue and it's number is:
- [ ] I have added tests to cover my changes. <!-- if applicable -->
- [ ] All new and existing tests passed. <!-- if applicable -->
<!-- don't have a style yet :D -->
<!-- - [] My code follows the code style of this project. -->
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ If you would like to submit a contribution (i.e. correction, improvement, or alt
- https://help.github.com/en/articles/about-github-actions
- https://help.github.com/en/articles/configuring-a-workflow
- others
- https://github.com/gobuffalo/buffalo/blob/master/CODE_OF_CONDUCT.md
- https://github.com/gobuffalo/buffalo/blob/master/CODE_OF_CONDUCT.md
- https://github.com/trailofbits/algo/blob/master/PULL_REQUEST_TEMPLATE.md

0 comments on commit d415240

Please # to comment.