Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fleaz authored Aug 27, 2021
1 parent 87f4ffe commit fbbd40e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!---
Before submitting a bug report please make sure that you are using the latest version of our plugin. Most of the time the reported issue is already fixed in the latest release because somebody else already discovered it.
--->

**Describe the bug:**
<!--- A clear and concise description of what the bug is. --->

**Steps to reproduce:**
1. ...
2. ...
3. ...

**Where is it happening?**
* [ ] On a server
* [ ] Local dev environment

**What are you requesting:**
Username: ...
Hashtag: ...

**Config file:**
<!-- If you are using a config file, please paste the full file into the code block -->
<!-- Please make sure to remove your ProxyKey if you have one! -->

```php

```

**Software versions:**
Plugin Version: x.x
PHP Version: x.x
CraftCMS Version: x.x
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**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. -->

0 comments on commit fbbd40e

Please sign in to comment.