Skip to content

Commit

Permalink
Merge pull request #48 from delight-aug/kinetic
Browse files Browse the repository at this point in the history
Add issue forms
  • Loading branch information
mirkobrombin authored Dec 31, 2022
2 parents ec7693a + 72790fd commit 193ce7b
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: "🐝 Bug Report"
description: "In case something is broken or doesn't work as expected."
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help us
--------
Don't worry, we eat bugs for breakfast.
- type: textarea
id: description
attributes:
label: Issue Description
description: |
Tell us, what's the problem? But please keep it brief and on point.
Feel free to add screenshots or other necessary attachments.
placeholder: |
Sometimes I get booted into the C partition I never knew existed.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: |
What steps would we have to take to reproduce the issue?
placeholder: |
- Verify that the present partition is A (or B)
- Make sure that the future partition is the other one
- Reboot
- Check the present partition. Sometimes it's C.
validations:
required: true
- type: dropdown
id: os-version
attributes:
label: On what version of Vanilla OS this happens?
description: |
You can look it up in the Settings app, at the bottom of the About page.
options:
- "22.10"
- "Unreleased"
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Information
description: |
If you feel like it, share some thoughts or additional context.
placeholder: |
Maybe this is a leftover from my previous OS? IIRC, it used to be installed in the C partition.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: "🌼 Feature Request"
description: "In case you're missing some feature or have a cool idea."
labels: ["feature request", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help us
--------
Don't worry, we love both revolution and evolution.
- type: textarea
id: description
attributes:
label: Feature Description
description: |
Explain what feature you have in mind. But please keep the pitch brief and on point.
Feel free to add screenshots or other necessary attachments.
placeholder: |
A system configuration option to always keep it mutable.
validations:
required: true
- type: textarea
id: rationale
attributes:
label: Rationale
description: |
Why is this feature needed? What problem does it solve?
placeholder: >
I love messing with my root partition so much, that I'm getting
tired of turning off immutability.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Information
description: |
If you feel like it, share some thoughts or additional context.
placeholder: |
Maybe it would be better not to have immutability at all? Why do you need it?
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: "❓ Ask a Question on Discord"
url: https://discord.gg/vanilla-os-1023243680829681704
about: Please ask and answer questions there.

0 comments on commit 193ce7b

Please sign in to comment.