Skip to content

Commit

Permalink
[ADD] Pull Request Templates (#2010)
Browse files Browse the repository at this point in the history
🌟 FEATURE 🌟

We already have Issue Templates, but what about Pull Request Templates?
I did that, feel free to edit them to your needs 😊
  • Loading branch information
peanutbother authored and DeMoorJasper committed Sep 13, 2018
1 parent 232da49 commit 2f9b1f5
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/Documentation.md
@@ -0,0 +1,13 @@
---
name: πŸ“š Documentation
about: Have any new documentation about how parcel works?
---

<!---
Thanks for filing an issue πŸ˜„ ! Before you submit, please read the following:
⚠️ This is not the docs repo. File an issue/PR here: https://github.com/parcel-bundler/website ⚠️
-->

<!-- Love parcel? Please consider supporting our collective:
πŸ‘‰ https://opencollective.com/parcel/donate -->
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,27 @@
---
name: πŸ™‹ New Pull Request
about: Do you want to change something on parcel?
---

<!---
Thanks for filing a pull request πŸ˜„ ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have pushed the same thing before!
-->
## β†ͺ️ Pull Request
<!---
Provide a general summary of the pull request here
Does this address an existing issue?
-->

## πŸ’» Examples

<!-- Examples help us understand the requested feature better -->

## βœ”οΈ PR Todo

- [ ] Added/updated unit tests for this change
- [ ] Filled out test instructions
- [ ] Included links to related issues/PRs
<!-- Love parcel? Please consider supporting our collective:
πŸ‘‰ https://opencollective.com/parcel/donate -->
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/Documentation.md
@@ -0,0 +1,13 @@
---
name: πŸ“š Documentation
about: Have any new documentation about how parcel works?
---

<!---
Thanks for filing a pull request πŸ˜„ ! Before you submit, please read the following:
⚠️ This is not the docs repo. File an issue/PR here: https://github.com/parcel-bundler/website ⚠️
-->

<!-- Love parcel? Please consider supporting our collective:
πŸ‘‰ https://opencollective.com/parcel/donate -->
46 changes: 46 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bugfix.md
@@ -0,0 +1,46 @@
---
name: πŸ› Bug Fix
about: Did you fix something that did not work as expected?
---

<!---
Thanks for filing a pull request πŸ˜„ ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have pushed the same thing before!
-->

# πŸ› bug fix

<!--- Provide the details of the pull request here -->

## πŸ€” What was not working?

<!--- Tell us what should happen -->

## πŸ’ Your Solution

<!--- Describe how you fixed the bug -->

## πŸ”¦ Tests

<!--- Providing tests is not always necessary but helps us test for future bugs -->

## 🌍 Your Environment

<!--- Include as many relevant details about the environment you experienced the bug in -->

| Software | Version(s) |
| ---------------- | ---------- |
| Parcel |
| Node |
| npm/Yarn |
| Operating System |

## βœ”οΈ PR Todo

- [ ] Added/updated unit tests for this change
- [ ] Filled out test instructions
- [ ] Included links to related issues/PRs

<!-- Love parcel? Please consider supporting our collective:
πŸ‘‰ https://opencollective.com/parcel/donate -->
39 changes: 39 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
@@ -0,0 +1,39 @@
---
name: πŸ™‹ New Feature
about: Do you want to add something to parcel?
---

<!---
Thanks for filing a pull request πŸ˜„ ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have pushed the same thing before!
-->

# ✨ New Feature

<!---
Provide a general summary of the feature here
Does this address an existing feature request?
Tell us how the feature should work
-->

## πŸ”¦ Context

<!--- How has this issue affected you? What are you trying to accomplish? -->

<!--- Providing context helps us come up with a solution that is most useful in the real world -->

## πŸ’» Examples

<!-- Examples help us understand the requested feature better -->


## βœ”οΈ PR Todo

- [ ] Added/updated unit tests for this change
- [ ] Filled out test instructions
- [ ] Included links to related issues/PRs

<!-- Love parcel? Please consider supporting our collective:
πŸ‘‰ https://opencollective.com/parcel/donate -->

0 comments on commit 2f9b1f5

Please sign in to comment.