diff --git a/.github/ISSUE_TEMPLATE/report-for-the-sveltekit-project.md b/.github/ISSUE_TEMPLATE/report-for-the-sveltekit-project.md new file mode 100644 index 0000000..b53d763 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-for-the-sveltekit-project.md @@ -0,0 +1,26 @@ +--- +name: Report for the SvelteKit project +about: Create a report for bugs in the SvelteKit project +title: '' +labels: bug +assignees: '' + +--- + +### What happens? + +... + +### What were you expecting to happen? + +... + +### What are the steps to reproduce this issue? + +1. Click on '...' +2. Scroll down to '...' +3. See error + +### Any logs, error output, etc? + +... diff --git a/.github/ISSUE_TEMPLATE/report-for-ui-examples.md b/.github/ISSUE_TEMPLATE/report-for-ui-examples.md new file mode 100644 index 0000000..5d4be4d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-for-ui-examples.md @@ -0,0 +1,34 @@ +--- +name: Report for UI examples +about: Create a report for problems with existing UI examples +title: '' +labels: bug +assignees: '' + +--- + +### Which tag? + +navbar + +### Which UI example? + +simpleWithDropdown + +### What happens? + +... + +### What were you expecting to happen? + +... + +### What are the steps to reproduce this issue? + +1. Click on '...' +2. Scroll down to '...' +3. See error + +### Screenshots + +If applicable, add screenshots to help explain your problem