Skip to content

Commit

Permalink
Reworked issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoneDroid committed Mar 20, 2024
1 parent ccc8871 commit e7fc0d9
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 22 deletions.
103 changes: 103 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@

#
# Check the docs on how to write GitHub forms:
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates
#

name : '🪳 Bug Report'

description : I found a bug in DarkRP.

title : '[ Bug ] <Title>'

labels : [ bug ]

assignees : [ 'FPtje' ]

body :

- type : markdown

attributes :
value : |
This place is only intended for bug reports,
if you need general join the **[DarkRP Discord](https://darkrp.page.link/discord)**
- type : textarea
id : problem

validations :
required : true

attributes :

description : |
Describe the issue as accurately as possible.
placeholder : |
I'm unable to do x when ..
label : Problem


- type : textarea
id : reproduce

validations :
required : true

attributes :

description : |
Describe how we can reproduce the issue.
placeholder : |
1. I first do x
2. Then I do y and see z
label : Reproduction


- type : markdown

attributes :
value : |
It's important for us to be able to reproduce your problem
so we fix it more easily and be sure it's solved.
- type : textarea
id : errors

validations :
required : true

attributes :

description : |
Describe the issue as accurately as possible.
placeholder : |
I'm unable to do x when ..
label : Errors


- type : markdown

attributes :
value : |
Please always check the startup log of the server for
errors, as those can cause more errors down the line.
- type : textarea
id : extra

attributes :

description : |
Any additional information that you can provide.
label : Additional Info
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

blank_issues_enabled : false

contact_links :

- about : I need help with DarkRP
name : 🚨 Support
url : https://darkrp.page.link/discord

22 changes: 0 additions & 22 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit e7fc0d9

Please sign in to comment.