-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now with 80% more of...I don't know. ;-;!
- Loading branch information
Showing
5 changed files
with
102 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |