-
Notifications
You must be signed in to change notification settings - Fork 708
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
Showing
2 changed files
with
63 additions
and
82 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,103 +1,87 @@ | ||
|
||
# | ||
# 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 | ||
|
||
name: "🪳 Bug Report" | ||
description: I found a bug in DarkRP. | ||
title: "[ Bug ] <Title>" | ||
labels: [bug] | ||
assignees: ["FPtje"] | ||
|
||
- type : textarea | ||
id : reproduce | ||
body: | ||
- type: markdown | ||
|
||
validations : | ||
required : true | ||
attributes: | ||
value: | | ||
This place is only intended for bug reports, | ||
if you need general join the **[DarkRP Discord](https://darkrp.page.link/discord)** | ||
attributes : | ||
- type: textarea | ||
id: problem | ||
|
||
description : | | ||
Describe how we can reproduce the issue. | ||
validations: | ||
required: true | ||
|
||
placeholder : | | ||
1. I first do x | ||
2. Then I do y and see z | ||
attributes: | ||
description: | | ||
Describe the issue as accurately as possible. | ||
label : Reproduction | ||
placeholder: | | ||
I'm unable to do x when .. | ||
label: Problem | ||
|
||
- type : markdown | ||
- type: textarea | ||
id: reproduce | ||
|
||
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. | ||
validations: | ||
required: true | ||
|
||
attributes: | ||
description: | | ||
Describe how we can reproduce the issue. | ||
- type : textarea | ||
id : errors | ||
placeholder: | | ||
1. I first do x | ||
2. Then I do y and see z | ||
validations : | ||
required : true | ||
label: Reproduction | ||
|
||
attributes : | ||
- type: markdown | ||
|
||
description : | | ||
Describe the issue as accurately as possible. | ||
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. | ||
placeholder : | | ||
I'm unable to do x when .. | ||
- type: textarea | ||
id: errors | ||
|
||
label : Errors | ||
validations: | ||
required: true | ||
|
||
attributes: | ||
description: | | ||
Describe the issue as accurately as possible. | ||
- type : markdown | ||
placeholder: | | ||
I'm unable to do x when .. | ||
attributes : | ||
value : | | ||
Please always check the startup log of the server for | ||
errors, as those can cause more errors down the line. | ||
label: Errors | ||
|
||
- type: markdown | ||
|
||
- type : textarea | ||
id : extra | ||
attributes: | ||
value: | | ||
Please always check the startup log of the server for | ||
errors, as those can cause more errors down the line. | ||
attributes : | ||
- type: textarea | ||
id: extra | ||
|
||
description : | | ||
Any additional information that you can provide. | ||
attributes: | ||
description: | | ||
Any additional information that you can provide. | ||
label : Additional Info | ||
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
blank_issues_enabled: false | ||
|
||
blank_issues_enabled : false | ||
|
||
contact_links : | ||
|
||
- about : I need help with DarkRP | ||
name : 🚨 Support | ||
url : https://darkrp.page.link/discord | ||
|
||
contact_links: | ||
- about: I need help with DarkRP | ||
name: 🚨 Support | ||
url: https://darkrp.page.link/discord |