Browse Source

Revert "Update .git"

This reverts commit de58a8f7458e3e91353e3ab6cdea0be065510952.
flabbet 4 years ago
parent
commit
685858b8ec
2 changed files with 33 additions and 0 deletions
  1. 17 0
      .github/ISSUE_TEMPLATE/feature_request.md
  2. 16 0
      .github/ISSUE_TEMPLATE/report_a_bug.md

+ 17 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+**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.

+ 16 - 0
.github/ISSUE_TEMPLATE/report_a_bug.md

@@ -0,0 +1,16 @@
+---
+name: Report a bug
+about: Report a bug, not working feature or anything related
+---
+
+**Describe as detailed as possible when it happens**
+A clear and concise description of what the problem is. Ex. Holding CTRL+Z and P at the same time, causes program to crash  
+
+**Describe what you tried to do in order to fix it**
+A clear and concise description of what you tried to do to fix the problem (if possible).
+
+**Include screenshots of error**
+If it is possible, include screenshots, videos etc.
+
+**Additional context**
+Add any other context here.