-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📜 Docs: update issue templates (#193)
* docs: update issue templates * docs: format SECURITY.md * docs: update code of conduct link
- Loading branch information
1 parent
660df77
commit 26fbf48
Showing
7 changed files
with
89 additions
and
61 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Feature Request | ||
description: You want something added to the app \U0001F389 | ||
labels: [enhancement] | ||
projects: [SwitchbackTech/4] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
- type: input | ||
attributes: | ||
label: Feature Title | ||
description: Provide a short and descriptive title for the feature request. | ||
placeholder: Add Fancy New Thing | ||
|
||
- type: textarea | ||
attributes: | ||
label: Feature Description | ||
description: Describe the feature you would like to see added. | ||
placeholder: New Thing should work like this ... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Use Case | ||
description: Explain the use case for this feature. How will it benefit users? | ||
placeholder: This'll save users time by ... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder: Here's where I got this idea ... |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Bug Report | ||
description: Report technical issues. \U0001F41E | ||
labels: [bug] | ||
projects: [SwitchbackTech/4] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: dropdown | ||
attributes: | ||
label: Where did this happen? | ||
multiple: true | ||
options: | ||
- Production app | ||
- Local code with an up-to-date main branch | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: What should have happened? | ||
placeholder: Describe the expected behavior... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: What went wrong? | ||
placeholder: Describe the current behavior... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Include a step-by-step guide, along with any stack traces, screenshots, or screen recordings. | ||
placeholder: "1.\n\n2.\n\n3.\n\n4." | ||
|
||
- type: textarea | ||
attributes: | ||
label: Possible Solution | ||
description: Suggest a reason for the bug or how to fix it. | ||
placeholder: If you already know how we could solve this, describe it here... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Context | ||
description: How has this issue affected users? What are they trying to accomplish? | ||
placeholder: Describe the context... |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Code of Conduct 🤝 | ||
|
||
The Compass Code of Conduct is available on the official doc: | ||
[https://docs.compasscalendar.com/docs/CodeOfConduct](https://docs.compasscalendar.com/docs/CodeOfConduct) | ||
[https://docs.compasscalendar.com/docs/code-of-conduct](https://docs.compasscalendar.com/docs/code-of-conduct) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters