diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e1e4ede2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: 🐞 Report a bug +about: Found something broken? Let us know! If it's not yet reproducible, please `Ask a question` instead. +labels: 'bug' +--- + +### Summary + + + +### Steps to reproduce + + + +### Expected results + + + +### Actual results + + + +### Possible Solution + + + +### Screenshots + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2d6a80a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,15 @@ +--- +blank_issues_enabled: false + +contact_links: + - name: 💡 Discuss an idea + url: https://github.com/evilmartians/lefthook/discussions/new?category=ideas + about: Suggest a feature or an improvement. + + - name: ❔ Ask a question + url: https://github.com/evilmartians/lefthook/discussions/new + about: Ask questions and discuss with other `lefthook` users or maintainers. + + - name: 🙏 Request help + url: https://github.com/remirror/remirror/discussions/new + about: Ask the `lefthook` community for help. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..1054b7d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: ⭐ Feature request +about: Want something to be implemented in `lefthook`? Create a feature request! If you are not sure, or just have an idea, please `Discuss an idea` instead. +labels: 'feature request' +--- + +### Summary + + + +### Value + + + +### Behavior and configuration changes + +