better wording

This commit is contained in:
Matt Hill
2021-12-01 15:34:28 -07:00
committed by Matt Hill
parent 5830564933
commit fdfda3538c
2 changed files with 17 additions and 11 deletions

View File

@@ -2,6 +2,8 @@ name: 🐛 Bug Report
description: Create a report to help us improve EmbassyOS description: Create a report to help us improve EmbassyOS
title: '[bug]: ' title: '[bug]: '
labels: [Bug, Needs Triage] labels: [Bug, Needs Triage]
assignees:
- ProofOfKeags
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
@@ -14,6 +16,7 @@ body:
attributes: attributes:
label: EmbassyOS Version label: EmbassyOS Version
description: What version of EmbassyOS are you running? description: What version of EmbassyOS are you running?
placeholder: e.g. 0.3.0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@@ -27,12 +30,12 @@ body:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Operating System label: Device OS
description: What operating system is your device running? description: What operating system is your device running?
options: options:
- Linux
- MacOS - MacOS
- Windows - Windows
- Linux
- iOS - iOS
- Android - Android
- CalyxOS - CalyxOS
@@ -42,8 +45,8 @@ body:
required: true required: true
- type: input - type: input
attributes: attributes:
label: OS Version label: Device OS Version
description: What version is your operating system? description: What version is your device OS?
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@@ -51,9 +54,9 @@ body:
label: Browser label: Browser
description: What browser are you using to connect to Embassy? description: What browser are you using to connect to Embassy?
options: options:
- Tor Browser
- Firefox - Firefox
- Brave - Brave
- Tor Browser
- Safari - Safari
- Chrome - Chrome
- Opera - Opera
@@ -66,18 +69,19 @@ body:
attributes: attributes:
label: Browser Version label: Browser Version
description: What version is your browser? description: What version is your browser?
placeholder: e.g. 94.0.2
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Current Behavior label: Current Behavior
description: A clear description of what the bug is and how it manifests. description: A clear description of the bug and how it manifests.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Expected Behavior label: Expected Behavior
description: A clear description of what you expected to happen. description: A clear description of what you expect to happen.
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@@ -2,6 +2,8 @@ name: 💡 Feature Request
description: Suggest an idea for EmbassyOS description: Suggest an idea for EmbassyOS
title: '[feat]: ' title: '[feat]: '
labels: [Enhancement] labels: [Enhancement]
assignees:
- ProofOfKeags
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
@@ -13,23 +15,23 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Describe the Feature Request label: Describe the Feature Request
description: A clear and concise description of what the feature does. description: A clear and concise description of the feature.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the Use Case label: Describe the Use Case
description: A clear and concise use case for what problem this feature would solve. description: Why is this feature useful? What problem does it solve?
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe Preferred Solution label: Describe Preferred Solution
description: A clear and concise description of how you want this feature to be added to EmbassyOS description: How you want this feature added to EmbassyOS?
- type: textarea - type: textarea
attributes: attributes:
label: Describe Alternatives label: Describe Alternatives
description: A clear and concise description of any alternative solutions or features you have considered. description: Describe any alternative solutions or features you have considered.
- type: textarea - type: textarea
attributes: attributes:
label: Anything else? label: Anything else?