From a1d93d3d897b942e257dad8c8c4461e9e97f2a26 Mon Sep 17 00:00:00 2001 From: jamesqquick Date: Tue, 28 Jan 2025 14:36:19 -0600 Subject: [PATCH] docs: added makeswift bug template --- ...6\360\237\223\235-bug-report-makeswift.md" | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\236\360\237\223\235-bug-report-makeswift.md" diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\236\360\237\223\235-bug-report-makeswift.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\236\360\237\223\235-bug-report-makeswift.md" new file mode 100644 index 0000000000..98e7dcf03d --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\236\360\237\223\235-bug-report-makeswift.md" @@ -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.