Skip to content

Commit

Permalink
docs: added makeswift bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesqquick committed Jan 28, 2025
1 parent 9cf764b commit a1d93d3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/πŸžπŸ“-bug-report-makeswift.md
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.

0 comments on commit a1d93d3

Please sign in to comment.