2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 15:20:56 +00:00

fixed issue template prettifier issues

This commit is contained in:
Isaac Gray-Christensen 2024-01-15 18:54:29 -08:00
parent 9f3222d9b8
commit e0a9532ab7
3 changed files with 28 additions and 28 deletions

View File

@ -1,7 +1,7 @@
name: "🐛 Bug Report"
name: '🐛 Bug Report'
description: Create a new ticket for a bug.
title: "🐛 [Bug] - <title>"
labels: [ "bug" ]
title: '🐛 [Bug] - <title>'
labels: ['bug']
body:
- type: markdown
@ -15,7 +15,7 @@ body:
### Steps to Reproduce
---
Please try to describe the issue as best as possible
1. Go to '...'
@ -26,7 +26,7 @@ body:
- type: input
id: version
attributes:
label: "FrappeBooks Version"
label: 'FrappeBooks Version'
# description: Please enter your GitHub URL to provide a reproduction of the issue
placeholder: ex. 0.20.0
validations:
@ -35,7 +35,7 @@ body:
- type: input
id: path_feature_name
attributes:
label: "Path or Feature name"
label: 'Path or Feature name'
description: Please enter the path (i.e. /import-wizard) or Feature name where the bug was seen
placeholder: ex. Import-Wizard
validations:
@ -44,16 +44,16 @@ body:
- type: input
id: country_code
attributes:
label: "Country"
label: 'Country'
description: Please enter the two digit country code for your country (i.e. BR, CH, IN, US)
placeholder: ex. IN
validations:
required: true
- type: input
id: language
attributes:
label: "Language"
label: 'Language'
description: Please enter the two digit language code or full lanaguage used in the application
placeholder: ex. EN or english
validations:
@ -62,7 +62,7 @@ body:
- type: dropdown
id: os
attributes:
label: "OS"
label: 'OS'
description: What is the impacted environment ?
multiple: true
options:
@ -80,8 +80,8 @@ body:
- type: input
id: additional_os_info
attributes:
label: "Additional OS Info"
label: 'Additional OS Info'
description: Please enter any additional information regarding your OS that may aid in troubleshooting (i.e. Macos 10.14, Ubuntu 20.04, etc)
placeholder: ex. Macos 10.14 / Ubuntu 20.04
validations:
required: false
required: false

View File

@ -1,22 +1,22 @@
name: "💡 Feature Request"
name: '💡 Feature Request'
description: Create a new ticket for a new feature request
title: "💡 [Feature Request] - <title>"
labels: [ "enhancement" ]
title: '💡 [Feature Request] - <title>'
labels: ['enhancement']
body:
- type: textarea
id: summary
attributes:
label: "Summary"
label: 'Summary'
description: Provide a brief explanation of the feature
placeholder: Describe in a few lines your feature request
validations:
required: true
- type: textarea
id: basic_example
attributes:
label: "Basic Example"
label: 'Basic Example'
description: Indicate here some basic examples of your feature.
placeholder: A few specific words about your feature request.
validations:
@ -25,7 +25,7 @@ body:
- type: textarea
id: drawbacks
attributes:
label: "Drawbacks"
label: 'Drawbacks'
description: What are the drawbacks/impacts of your feature request ?
placeholder: Identify the drawbacks and impacts while being neutral on your feature request
validations:
@ -34,8 +34,8 @@ body:
- type: textarea
id: reference_issues
attributes:
label: "Reference Issues"
label: 'Reference Issues'
description: Common issues
placeholder: "#Issues IDs"
placeholder: '#Issues IDs'
validations:
required: false
required: false

View File

@ -1,14 +1,14 @@
name: "General Question"
name: 'General Question'
description: Create a new ticket for a general question
title: "🐛 [General Question] - <title>"
labels: [ "question" ]
title: '🐛 [General Question] - <title>'
labels: ['question']
body:
- type: textarea
id: summary
attributes:
label: "Summary"
label: 'Summary'
description: General Question(s) (for Bugs and Feature Requests, please use the appropriate template)
placeholder: "..."
placeholder: '...'
validations:
required: true
required: true