Skip to content

Commit

Permalink
More issue templates changes
Browse files Browse the repository at this point in the history
Now with 80% more of...I don't know. ;-;!
  • Loading branch information
SoyRA committed Jul 17, 2021
1 parent ed93c5b commit 7d745b9
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 44 deletions.
64 changes: 40 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,50 @@
---
name: Bug report
about: Create a report to help us improve
name: 🐛 Bug report
about: Unexpected program behaviour that needs code correction
title: ''
labels: ''
labels: 🐛 Bug, 👀 Evaluation
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
<!--
Hey kid, read carefully and don't forget to preview before sending.
For example: if you type <!-- inside this --\> nobody will be able to see it. :P
-->
## Bug report

**To Reproduce**
Steps to reproduce the behavior:
### Describe the bug
<!-- A clear and concise description of what the bug is. -->

### To Reproduce
<!-- Steps to reproduce the behavior.
- For example:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment:**
- Java version: [e.g. Java 8]
- OS version: [e.g. Windows 10 1809]

**Logs**
Pastebin the log [e.g. `Ayria/PNL/Logs/ln.exe.log` and the CMD window] and link it below:

**Additional context**
Add any other context about the problem here.
4. See error -->

### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->

### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

### Environment
<!-- Fill in the following, an example:
- Java version: AdoptOpenJDK 8 HotSpot
- OS version: Windows 10 21H1
-->
- Java version:
- OS version:

### Logs
```text
Paste the entire Ayria/PNL/Logs/ln.exe.log content here, in-between triple backtick tags!
```
```text
Paste the entire CMD window (PNLauncher.bat) content here, in-between triple backtick tags!
```

### Additional context
<!-- Add any other context about the problem here. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 🌈 Support question or technical issue about ProjectNova
url: https://projectnova.us/community/
about: Use the forum or Discord server
- name: 🗯️ Negative feedback, complaints and demands
url: https://www.youtube.com/watch?v=dQw4w9WgXcQ
about: I'm taking those very seriously
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: ✨ Enhancement idea
about: General idea for improving the project
title: ''
labels: ✨ Enhancement, 👀 Evaluation
assignees: ''

---

<!--
Hey kid, read carefully and don't forget to preview before sending.
For example: if you type <!-- inside this --\> nobody will be able to see it. :P
-->

## Enhancement

### Purpose
<!-- Purpose of the enhancement - if it solves some problem, precise in particular what. If it benefits the program in some other way, precise in particular why. Present the underlying reason why this enhancement makes sense, and what is the context of it. -->

### Solution
<!-- What would you like to see as a solution to the purpose specified by you above? What would work for you? -->

### Why currently available solutions are not sufficient?
<!-- If something you're suggesting is already possible, then explain to me why currently available solutions are not sufficient. If it's not possible yet, then explain to me why it should be. -->

### Additional info
<!-- Everything else you consider worthy that I didn't ask for. -->
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/wiki_correction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 📕 Wiki correction
about: All issues related to the wiki documentation, mainly corrections and ideas
title: ''
labels: 📕 Wiki, 👀 Evaluation
assignees: ''

---

<!--
Hey kid, read carefully and don't forget to preview before sending.
For example: if you type <!-- inside this --\> nobody will be able to see it. :P
-->

## Wiki correction

### Wiki page
<!-- Please link the appropriate URL of the wiki page with the issue, if applicable. -->

### The issue
<!-- Please explain the problem with the current state of things. If you're reporting a mistake/correction, state which one, if you're suggesting an idea, explain the details. -->

### Possible solution
<!-- Not mandatory, but if you have an idea how to address the issue explained by you above, e.g. helpful sentences, words or resources, you can include them here. -->

### Additional info
<!-- Everything else you consider worthy that I didn't ask for. -->

0 comments on commit 7d745b9

Please sign in to comment.