Skip to content

Commit

Permalink
Reformat yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Mar 24, 2024
1 parent 6ffbbce commit 2b884d5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 82 deletions.
132 changes: 58 additions & 74 deletions .github/ISSUE_TEMPLATE/Bug.yml
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
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml
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

0 comments on commit 2b884d5

Please sign in to comment.