docs: Simplify templates

This commit is contained in:
krille-chan 2023-07-19 06:04:06 +02:00
parent 2bf29538e7
commit 7a1c51699f
No known key found for this signature in database
2 changed files with 1 additions and 52 deletions

View file

@ -2,20 +2,14 @@ name: 🐛 Bug report
description: Create a report to help us improve description: Create a report to help us improve
labels: ["Bug"] labels: ["Bug"]
body: body:
- type: markdown
attributes:
value: "## Describe the bug"
- type: textarea - type: textarea
id: bug-description id: bug-description
attributes: attributes:
label: "Bug Description" label: "Bug Description"
description: "A clear and concise description of what the bug is." description: "A clear and concise description of what the bug is. Please add screenshots if you have as they usually help us a lot."
placeholder: "Describe the bug here..." placeholder: "Describe the bug here..."
validations: validations:
required: true required: true
- type: markdown
attributes:
value: "## To Reproduce"
- type: textarea - type: textarea
id: reproduce-steps id: reproduce-steps
attributes: attributes:
@ -24,9 +18,6 @@ body:
placeholder: "1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. See error" placeholder: "1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. See error"
validations: validations:
required: true required: true
- type: markdown
attributes:
value: "## Expected behavior"
- type: textarea - type: textarea
id: expected-behavior id: expected-behavior
attributes: attributes:
@ -35,19 +26,6 @@ body:
placeholder: "Describe what you expected to happen here..." placeholder: "Describe what you expected to happen here..."
validations: validations:
required: true required: true
- type: markdown
attributes:
value: "## Screenshots"
- type: input
id: screenshots
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."
validations:
required: false
- type: markdown
attributes:
value: "## Platform"
- type: input - type: input
id: app-version id: app-version
attributes: attributes:
@ -64,9 +42,6 @@ body:
placeholder: "Device: [e.g. iPhone6, PC, Pixel 3]\nOS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser (if applicable): [e.g. Chrome, Safari]" placeholder: "Device: [e.g. iPhone6, PC, Pixel 3]\nOS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser (if applicable): [e.g. Chrome, Safari]"
validations: validations:
required: true required: true
- type: markdown
attributes:
value: "## Additional context"
- type: textarea - type: textarea
id: additional-context id: additional-context
attributes: attributes:

View file

@ -2,9 +2,6 @@ name: 💡 Feature Request
description: Suggest an idea for this project description: Suggest an idea for this project
labels: ["Enhancement"] labels: ["Enhancement"]
body: body:
- type: markdown
attributes:
value: "## Feature Description"
- type: textarea - type: textarea
id: feature-description id: feature-description
attributes: attributes:
@ -13,9 +10,6 @@ body:
placeholder: "Describe the feature here..." placeholder: "Describe the feature here..."
validations: validations:
required: true required: true
- type: markdown
attributes:
value: "## Rationale"
- type: textarea - type: textarea
id: rationale id: rationale
attributes: attributes:
@ -24,9 +18,6 @@ body:
placeholder: "Describe the rationale for the feature here..." placeholder: "Describe the rationale for the feature here..."
validations: validations:
required: true required: true
- type: markdown
attributes:
value: "## Functionality"
- type: textarea - type: textarea
id: functionality id: functionality
attributes: attributes:
@ -35,9 +26,6 @@ body:
placeholder: "Describe the functionality of the feature here..." placeholder: "Describe the functionality of the feature here..."
validations: validations:
required: true required: true
- type: markdown
attributes:
value: "## Mockup"
- type: input - type: input
id: mockup id: mockup
attributes: attributes:
@ -45,20 +33,6 @@ body:
description: "If applicable, add any visual mock-ups of the feature." description: "If applicable, add any visual mock-ups of the feature."
validations: validations:
required: false required: false
- type: markdown
attributes:
value: "## Platform"
- type: input
id: platform-info
attributes:
label: "Platform Information"
description: "Please provide the following information if applicable:"
placeholder: "OS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser [e.g. Chrome, Safari]\nVersion [e.g. 22]"
validations:
required: false
- type: markdown
attributes:
value: "## Additional context"
- type: textarea - type: textarea
id: additional-context id: additional-context
attributes: attributes: