-
Notifications
You must be signed in to change notification settings - Fork 1
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
4 changed files
with
166 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,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 |
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: true | ||
contact_links: | ||
- name: ScribbleLab Comunity | ||
url: https://discord.gg/Y9SmAGfJMR | ||
about: Please ask and answer questions here. | ||
- name: ScribbleLabApp support | ||
email: [email protected] | ||
about: support email |
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,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 |
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,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 |