Skip to content

Commit

Permalink
Adds Issue Template - related KyranRana#157
Browse files Browse the repository at this point in the history
As this template asks for a product version, a stable release process
should be used (see KyranRana#157) to identify which version of the codebase is
used.
This should close KyranRana#138, close KyranRana#140, close KyranRana#141, close KyranRana#143, close KyranRana#146,
close KyranRana#150, close KyranRana#151, close KyranRana#152, close KyranRana#153, close KyranRana#154, close KyranRana#155,
close KyranRana#156, close KyranRana#158, close KyranRana#159, close KyranRana#160, close KyranRana#161, close KyranRana#164
and close KyranRana#168
  • Loading branch information
jaymoulin committed Mar 24, 2020
1 parent 16b158b commit 5cb91d2
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!--
If you are reporting a new issue, make sure that we do not have any duplicates
already open. You can ensure this by searching the issue list for this
repository. If there is a duplicate, please close your issue and add a comment
to the existing issue instead.
If you suspect your issue is a bug, please edit your issue description to
include the BUG REPORT INFORMATION shown below. If you fail to provide this
information, we cannot debug your issue and will close it. We will, however,
reopen it if you later provide the information.
You do NOT have to include this information if this is a FEATURE REQUEST
-->

**Description**

<!--
Briefly describe the problem you are having in a few paragraphs.
-->

**Steps to reproduce the issue:**
1.
1.
1.

**Describe the results you received:**


**Describe the results you expected:**


**Additional information you deem important (e.g. issue happens only occasionally):**

**Provide some logs**

<details>
<pre>
(paste logs)
</pre>
</details>

**Version you are using (you may find this information in your `composer.lock` file)**

```
(paste your output here)
```

**PHP Version you are using**

```
(paste your output here)
```

0 comments on commit 5cb91d2

Please sign in to comment.