From eee10855b8014e588ea92ede04d8e91a4a607abf Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Sun, 30 Oct 2022 17:34:47 +0300 Subject: [PATCH 1/2] chore: New issues template Signed-off-by: Valentin Kiselev --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 15 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c65f563e --- /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 + + + +### Screenshot(s) + + 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 + + From 5c838480c398cb89e8688d2208f733e0ab4a9eff Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Sun, 30 Oct 2022 17:36:15 +0300 Subject: [PATCH 2/2] chore: Style fix Signed-off-by: Valentin Kiselev --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c65f563e..e1e4ede2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,6 @@ labels: 'bug' -### Screenshot(s) +### Screenshots