Skip to content
This repository has been archived by the owner on Nov 8, 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
jtarchie authored Jun 7, 2018
1 parent 7b324be commit 348d93d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# How to contribute to the pullrequest resource

## **Did you find a bug?**

* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/jtarchie/pullrequest-resource/issues).

* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/jtarchie/pullrequest-resource/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.

## **Did you write a patch that fixes a bug?**

* Open a new GitHub pull request with the patch.

* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

* Write a test for your feature. Run all the tests! This will give you and us a higher confidence that nothing broke.

## **Do you intend to add a new feature or change an existing one?**

* Please open a [open a new issue](https://github.com/jtarchie/pullrequest-resource/issues/new) describing the feature you'd like to add.

## **Requirements for a Pull Request

A pull request won't be reviewed without the following:

* Updated docs
* Test coverage of the added feature
* Clear explaination of the intention of the pull request.

Thanks!

0 comments on commit 348d93d

Please sign in to comment.