-
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
1 parent
b423eef
commit 97b2803
Showing
3 changed files
with
50 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,14 @@ | ||
--- | ||
name: Help! | ||
about: For when you're stuck | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**I want to…** | ||
[ A description of what the goal is ] | ||
|
||
**I've tried…** | ||
[ What have you tried? What happened? ] |
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,22 @@ | ||
--- | ||
name: Report a bug | ||
about: For problems with how Yozo works | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
[ A description of what the bug is. ] | ||
|
||
**When I do…** | ||
[ An example for where one might run into this bug. ] | ||
|
||
**Then I get…** | ||
[ What is actually happening. ] | ||
|
||
**But I want…** | ||
[ What should be happening. ] | ||
|
||
**I'm using…** | ||
[ The browser and environment used, as much as you believe is relevant ] |
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,14 @@ | ||
--- | ||
name: Suggestion | ||
about: For when you wish Yozo did something that it currently doesn't | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**I would love to be able to…** | ||
[ Describe the feature as clearly as possible ] | ||
|
||
**This would be great for when…** | ||
[ Describe one or more use cases for the feature ] |