-
Notifications
You must be signed in to change notification settings - Fork 218
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
9cf764b
commit a1d93d3
Showing
1 changed file
with
37 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,37 @@ | ||
--- | ||
name: "\U0001F41E\U0001F4DD Makeswift Bug report" | ||
about: You're running into a reproducible error while developing with Catalyst and Makeswift. | ||
title: '[x] is not working when I [y]' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
We really appreciate the help making Catalyst and Makeswift better. Every issue helps! | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
Please link to a repo that can be used to reproduce this issue, if possible. It'll help fix the bug faster. | ||
|
||
**Previously working?** | ||
Was this functionality previously working? If so, please link to a commit or PR that caused it to stop working. | ||
|
||
**Any Errors?** | ||
Were there any errors that surfaced when merging the above PR? | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |