-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccc8871
commit e7fc0d9
Showing
3 changed files
with
112 additions
and
22 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 |
---|---|---|
@@ -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 |
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,9 @@ | ||
|
||
blank_issues_enabled : false | ||
|
||
contact_links : | ||
|
||
- about : I need help with DarkRP | ||
name : 🚨 Support | ||
url : https://darkrp.page.link/discord | ||
|
This file was deleted.
Oops, something went wrong.