Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Maintenance ] Reworked Issue Template #3257

Merged
merged 2 commits into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

14 changes: 0 additions & 14 deletions HELP/github issue template.txt

This file was deleted.

22 changes: 0 additions & 22 deletions ISSUE_TEMPLATE.md

This file was deleted.

Loading