Skip to content

Commit

Permalink
📦 NEW: Issue Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Awais ⚡️ committed May 9, 2018
1 parent b25c97b commit bcaf18a
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 0 deletions.
101 changes: 101 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
name: "\U0001F41B BUG REPORT"
about: "If something isn't working as expected. \U0001F914"

---

<!--
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon.
In either case, please fill as many fields below as you can.
-->

## Bug Report

### Expected Behavior

<!--
How did you expect the tool to behave?
It’s fine if you’re not sure your understanding is correct.
Just write down what you thought would happen.
-->

(Write what you thought would happen.)


### Actual Behavior

<!--
Did something go wrong?
Is something broken, or not behaving as you expected?
Please attach screenshots if possible! They are extremely helpful for diagnosing issues.
-->

(Write what happened. Please add screenshots!)


### Steps to Reproduce

<!--
How would you describe your issue to someone who does not know you or your project?
Try to write a sequence of steps that anybody can repeat to see the issue.
-->

(Write your steps here:)

1.
2.
3.

<!--
Please fill in all the relevant fields by running these commands in terminal.
-->

1. `node -v`:
2. `npm -v`:
3. `yarn --version` (if you use Yarn):

Then, specify:

1. Operating system:
2. Browser and version (if relevant):

**Possible Solution**
<!--- Only if you have suggestions on a fix for the bug -->

### Reproducible Demo

<!--
If you can, please share a project that reproduces the issue.
This is the single most effective way to get an issue fixed soon.
There are two ways to do it:
* Create a new app and try to reproduce the issue in it.
This is useful if you roughly know where the problem is, or can’t share the real code.
* Or, copy your app and remove things until you’re left with the minimal reproducible demo.
This is useful for finding the root cause. You may then optionally create a new project.
This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve
Once you’re done, push the project to GitHub and paste the link to it below:
-->

(Paste the link to an example project and exact instructions to reproduce the issue.)

<!--
What happens if you skip this step?
We will try to help you, but in many cases it is impossible because crucial
information is missing. In that case we'll tag an issue as having a low priority,
and eventually close it if there is no clear direction.
We still appreciate the report though, as eventually somebody else might
create a reproducible example for it.
Thanks for helping us help you!
-->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F91D SUPPORT QUESTION"
about: "If you have a support question! \U0001F4AC"

---

-----------^ Click "Preview" for a nicer view!

This is a FOSS (Free & Open Source Software) project. Providing support is a full-time job and so it's not provided for free. No promises there. 😇

If you'd like to support this project or hire [Ahmad Awais](https://twitter.com/mrahmadawais/) (maker of `WPGulp`) then feel free to contact here → https://AhmadAwais.com/contact/.


---

If you'd like us to keep producing professional free and open source software (FOSS). Consider paying for an hour of our dev-time. We'll spend two hours on open source for each contribution. Yeah, that's right, you pay for one hour and get both of us (Awais & Maedah) to spend an hour as a thank you.

🚀 $99.99 — [Support for one hour or more →](https://pay.paddle.com/checkout/515568)
🔰 $49.99 — [Support half an hour maintenance →](https://pay.paddle.com/checkout/527253)
☕️ $9.99 — [Buy us lunch or coffee to keep us trucking #OpenSource →](https://pay.paddle.com/checkout/527254)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F680 FEATURE REQUEST"
about: "I have a suggestion (and may want to implement it)! \U0001F642"

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit bcaf18a

Please sign in to comment.