forked from ahmedgamal17/saikou
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
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,64 @@ | ||
name: Bug Report | ||
description: Report broken or incorrect behaviour | ||
labels: bug | ||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking your time to fill out this form. For real-time support, consider asking in the `#support` channel on our Discord: https://discord.gg/5TXAWTU5qr | ||
Please note that this form is for bug reports only! | ||
- type: input | ||
attributes: | ||
label: Summary | ||
description: A short summary of the bug report. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reproduction Steps | ||
description: What you did to make it happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Result | ||
description: What did you expect to happen? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual Result | ||
description: What actually happened? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Device Information | ||
description: Please provide some information of the device you are using. | ||
placeholder: | | ||
Example - | ||
Samsung galaxy note 20 | ||
Android 12 | ||
Saikou version 0.0.0 | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I have searched the open AND closed issues for any duplicates. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Information | ||
description: If there is anything else to say, please do so here. | ||
|
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discord Server | ||
url: https://discord.gg/ | ||
about: Join our Discord server for support and updates. | ||
- name: Telegram group | ||
url: https://telegram.me/saikou_app | ||
about: Join our Telegram group for releases and updates. |
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: Feature Request | ||
description: Suggest a feature for Saikou | ||
labels: enhancement | ||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Please make sure that you have read the entire README. | ||
Especially the [Planned Stuff](https://github.com/saikou-app/saikou#planned-stuff) and [Rejected Stuff](https://github.com/saikou-app/saikou#rejected-stuff). | ||
- type: input | ||
attributes: | ||
label: Summary | ||
description: A short summary of what your feature request is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: The Problem | ||
description: > | ||
What problem is your feature trying to solve? | ||
What becomes easier or possible when this feature is implemented? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: The Ideal Solution | ||
description: > | ||
What is your ideal solution to the problem? | ||
What would you like this feature to do? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: The Current Solution | ||
description: What is the current solution to the problem, if any? | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: If there is anything else to say, please do so here. | ||
|