diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000000..b8f15f426f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,41 @@ +--- +name: Issue Template +about: Custom Template +title: '' +labels: '' +assignees: '' + +--- + +## Type +- [ ] Bug +- [ ] Feature +- [ ] Other + +## Description + + +## Current Behavior + + +## Expected Behavior + + +## Steps to Reproduce + +1. +2. +3. + +## Environment +- SuperDoc Version: +- Browser & Version: +- OS: + +## Additional Context + + +## Checklist +- [ ] Tested with latest version +- [ ] Checked for duplicates +- [ ] Added relevant labels