-
Notifications
You must be signed in to change notification settings - Fork 55
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
1 parent
d10b18a
commit ae20aa8
Showing
3 changed files
with
67 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,26 @@ | ||
--- | ||
name: Bug Spotting | ||
about: Found an irritating bug? Let us know! | ||
title: "[BUG]: " | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
Explain the bug as clear as possible, no code involving. | ||
|
||
**Explain how to recreate the bug** | ||
For example: Steps to reproduce the behavior: | ||
1. Add this [...] | ||
2. Call this [...] | ||
3. See error | ||
|
||
**What should happen?** | ||
Explain what the function or thing is supposed to happen. | ||
|
||
**Adobe Animate Version** | ||
Adobe Animate version [...]. | ||
|
||
**Additional context** | ||
Add any other context about the problem 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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]: " | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
Explain the bug as clear as possible, no code involving. | ||
|
||
**Explain how to recreate the bug** | ||
For example: Steps to reproduce the behavior: | ||
1. Add this [...] | ||
2. Call this [...] | ||
3. See error | ||
|
||
**What should happen?** | ||
Explain what the function or thing is supposed to happen. | ||
|
||
**Adobe Animate Version** | ||
Adobe Animate version [...]. | ||
|
||
**Additional context** | ||
Add any other context about the problem 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,15 @@ | ||
--- | ||
name: Enhancement Request | ||
about: Recommend us a solution of a problem or something not implemented and that | ||
should of! | ||
title: "[ENHANCEMENT]: " | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your suggestion a solution to a problem? Please specify which one.** | ||
A clear explanation of the problem. Ex. I'm always frustrated when [...] when using [...] | ||
|
||
**Describe the solution you are proposing** | ||
Add a clear explanation of what's your suggestion exactly, You can add sources of other repos that use the same thing and we aren't or explanatory images that can make us understand the suggestion better! |