Skip to content

Commit 5e17d9c

Browse files
committed
2 parents 486d9ca + 628f2d3 commit 5e17d9c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ The process described here has several goals:
9797

9898
Please follow these steps to have your contribution considered by the maintainers:
9999

100-
1. Follow the [styleguides](#styleguides)
101-
2. After you submit your pull request, verify that all [status checks](https://help.github.com/articles/about-status-checks/) are passing <details><summary>What if the status checks are failing?</summary>If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.</details>
100+
1. Select the proper [template](https://github.com/alexZajac/react-native-skeleton-content/blob/master/PULL_REQUEST_TEMPLATE.md)
101+
2. Follow the [styleguides](#styleguides)
102+
3. After you submit your pull request, verify that all [status checks](https://help.github.com/articles/about-status-checks/) are passing <details><summary>What if the status checks are failing?</summary>If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.</details>
102103

103104
While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.
104105

PULL_REQUEST_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Hello there! 👋
2+
Please follow the steps below to tell us about your contribution.
3+
4+
1. Copy the correct template for your contribution
5+
- 🐛 Are you fixing a bug? Copy the template from [there](https://gist.github.com/alexZajac/d82e0ed1d75cc6b06bc747d1b00aafca)
6+
- 📈 Are you improving performance? Copy the template from [there](https://gist.github.com/alexZajac/01b83283abb8993550f4ab8c7f721e5c)
7+
- 💻 Are you changing functionality? Copy the template from [there](https://gist.github.com/alexZajac/b02b7428066eca7b2ea81b608a1a0412)
8+
2. Replace this text with the contents of the template
9+
3. Fill in all sections of the template
10+
4. Click "Create pull request"
11+
5. Feel free to ping me at [[email protected]](mailto:[email protected])

0 commit comments

Comments
 (0)