Skip to content

Commit

Permalink
Merge pull request #11 from BalintCsala/master
Browse files Browse the repository at this point in the history
[Administrative] Add issue templates
  • Loading branch information
MCRcortex authored Sep 17, 2023
2 parents d1501e4 + 64bd6ca commit 6119db7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Bug report
about: Help me improve the demo pack
title: "[BUG]: <Short description of the issue>"
labels: bug
assignees: BalintCsala

---

You _must_ include the following details:

- A longer description of the issue (where it occurs, when, can you reproduce it every time, etc.).
- If the issue is a visual glitch, post at least one screenshot of it,
- Your PC specs
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature request]: <Short description of the feature>"
labels: enhancement
assignees: BalintCsala

---

You must include the following things:

- Longer description of the feature
- What scenarios would this feature improve (preferably post a screenshot, but not a requirement)

Not including any one of these will result in an immediate deletion of the request.

0 comments on commit 6119db7

Please sign in to comment.