Skip to content

Commit

Permalink
Add bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Jul 22, 2023
1 parent 6eef59a commit 19cabd4
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 11 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Bug Report
description: Report an issue you've encountered
labels: [bug]
body:
- type: markdown
attributes:
value: "## Welcome!"
- type: markdown
attributes:
value: |
Thank you for taking your time to report this bug!
Make sure you are running the latest version before reporting.
- type: input
id: description
attributes:
label: Describe the bug
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
id: repro
attributes:
label: Steps to reproduce
description: |
How do you trigger this bug? Please walk us through it step by step.
If applicable, add screenshots to help explain your problem.
value: |
1.
2.
3.
...
validations:
required: true
- type: input
id: logs
attributes:
label: Logs
description: |
If applicabble (crash, error output in console), please provide your crash report or latest.log
To upload logs, use an external site to post the crash report, such as [Ubuntu Pastebin](https://paste.ubuntu.com/), [Pastebin](http://pastebin.com/), or [Github Gist](https://gist.github.com/)
- type: textarea
id: context
attributes:
label: Additional context
description: "Add any other context about the problem here, such as the modpack you're playing or other mods that might be causing this bug."
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: FabricMC Discord
url: https://discord.gg/v6v4pMv
about: Please ask here for help with installing Fabric.
- name: GitHub Discussions
url: https://github.com/FabricMC/fabric/discussions
about: Please look here for frequently asked questions and questions on how to use Fabric API.
url: https://github.com/Sinytra/ForgifiedFabricAPI/discussions
about: Please look here for frequently asked questions and questions on how to use Forgified Fabric API.
12 changes: 6 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"provides": [
"fabric"
],
"name": "Fabric API",
"name": "Forgified Fabric API",
"version": "${version}",
"environment": "*",
"license": "Apache-2.0",
"icon": "assets/fabric/icon.png",
"contact": {
"homepage": "https://fabricmc.net",
"irc": "irc://irc.esper.net:6667/fabric",
"issues": "https://github.com/FabricMC/fabric/issues",
"sources": "https://github.com/FabricMC/fabric"
"homepage": "https://github.com/Sinytra",
"issues": "https://github.com/Sinytra/ForgifiedFabricAPI/issues",
"sources": "https://github.com/Sinytra/ForgifiedFabricAPI"
},
"authors": [
"FabricMC"
"FabricMC",
"Sinytra"
],
"depends": {
"fabricloader": ">=0.14.21",
Expand Down

0 comments on commit 19cabd4

Please sign in to comment.