Skip to content

Commit 348d93d

Browse files
authored
Create pull_request_template.md
1 parent 7b324be commit 348d93d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Diff for: .github/pull_request_template.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# How to contribute to the pullrequest resource
2+
3+
## **Did you find a bug?**
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/jtarchie/pullrequest-resource/issues).
6+
7+
* 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.
8+
9+
## **Did you write a patch that fixes a bug?**
10+
11+
* Open a new GitHub pull request with the patch.
12+
13+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
14+
15+
* Write a test for your feature. Run all the tests! This will give you and us a higher confidence that nothing broke.
16+
17+
## **Do you intend to add a new feature or change an existing one?**
18+
19+
* Please open a [open a new issue](https://github.com/jtarchie/pullrequest-resource/issues/new) describing the feature you'd like to add.
20+
21+
## **Requirements for a Pull Request
22+
23+
A pull request won't be reviewed without the following:
24+
25+
* Updated docs
26+
* Test coverage of the added feature
27+
* Clear explaination of the intention of the pull request.
28+
29+
Thanks!

0 commit comments

Comments
 (0)