Skip to content

Commit

Permalink
Add Issue Templates (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz authored Jun 6, 2022
1 parent 4177d92 commit b9cb6a7
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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.

0 comments on commit b9cb6a7

Please sign in to comment.