Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Establish issue guidelines
Browse files Browse the repository at this point in the history
Added templates to expedite and organize contributions to the project.
  • Loading branch information
VectorSatyr authored Sep 28, 2020
1 parent b3ddbc0 commit b0ea795
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Report any bugs or issues found
title: "[Environment] [Issue location] Issue description"
labels: bug
assignees: ''

---

**Environment (please complete the following information):**
- Device: [e.g. PC; iPhone6]
- OS: [e.g. Windows 10; iOS 11]
- Version, if applicable [e.g. 22]

**Steps To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected Result**
A clear and concise description of what you expected to happen.

**Observed Result**
A clear and concise description of what the bug is.

**Additional context**
Add any other context about the problem here.

**Screenshots**
If applicable, add screenshots to help explain your problem.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest new features and ideas for the game
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.

**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.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/questions-and-answers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Questions and Answers
about: Any questions about the project that are not related to bugs or feature requests
title: ''
labels: question
assignees: ''

---

Ask any question here!

0 comments on commit b0ea795

Please sign in to comment.