Skip to content

Commit

Permalink
[Chore]: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Feb 18, 2024
1 parent dcd64a1 commit 1898fc5
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATES/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: 🔴 Bug report
description: Something is not working as expected.
title: "[BUG]: {description}"
labels:
- "type: bug"
- "needs review"

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!!!
- type: textarea
attributes:
label: Description
placeholder: >-
A clear and concise description of what the bug is...
validations:
required: true

- type: textarea
attributes:
label: Version
placeholder: >-
Please tell us which version you're using. Follow our Guide under Settings -> Info and Settings -> Help
- SLAvatarKit version [e.g. 1.0.0]
- iOS version [e.g. 17.0.3]
- iPadOS version [e.g. 17.0.3]
- macOS version [e.g. 14.0]
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reliably reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
placeholder: >-
A clear and concise description of what you expected to happen...
validations:
required: true

- type: textarea
attributes:
label: Additional Context
placeholder: >-
Any other context or considerations about the bug...
- type: textarea
attributes:
label: Screenshots
placeholder: >-
If applicable, please provide relevant screenshots or screen recordings...
- type: checkboxes
id: new-bug
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATES/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: ScribbleLab Comunity
url: https://discord.gg/Y9SmAGfJMR
about: Please ask and answer questions here.
- name: ScribbleLabApp support
email: n3v1010@gmail.com
about: support email
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATES/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: ✨ Feature request
description: Suggest an idea for this project
title: "[Feature]: {description}"
labels:
- "type: feature"
- "needs review"
- "help wanted"

body:
- type: textarea
attributes:
label: Description
placeholder: >-
A clear and concise description of what you would like to happen...
validations:
required: true

- type: textarea
attributes:
label: Alternatives Considered
placeholder: >-
Any alternative solutions or features you've considered...
- type: textarea
attributes:
label: Additional Context
placeholder: >-
Any other context or considerations about the feature request...
- type: textarea
attributes:
label: Screenshots
placeholder: >-
If applicable, please provide relevant screenshots or screen recordings...
- type: checkboxes
id: new-bug
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the feature you encountered.
options:
- label: I have searched the existing issues
required: true
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATES/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: 🙋 Question
description: Questions about this project
title: "[Question]: {description}"
labels: "type: question"

body:
- type: textarea
attributes:
label: Description
placeholder: >-
A clear and concise description of what you would like to ask...
validations:
required: true

- type: textarea
attributes:
label: What can we do?
placeholder: >-
Any alternative solutions or features you've considered...
validations:
required: true

- type: textarea
attributes:
label: Additional Context
placeholder: >-
Any other context or considerations about this question...
- type: textarea
attributes:
label: Screenshots
placeholder: >-
If applicable, please provide relevant screenshots or screen recordings...
- type: checkboxes
id: new-question
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the feature you encountered.
options:
- label: I have searched the existing issues
required: true

0 comments on commit 1898fc5

Please sign in to comment.