From 3e431908bc58ca951b33ada5b312a9fb736d2ecd Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Thu, 23 Feb 2023 16:05:52 +0300 Subject: [PATCH] chore: add issue and PR templates (#18) --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/need_help.md | 9 +++++++++ .github/ISSUE_TEMPLATE/question.md | 8 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 6 files changed, 55 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 create mode 100644 .github/ISSUE_TEMPLATE/need_help.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..8a958457 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,14 @@ +--- +name: 🐞 Report a bug +about: Something didn't work as expected. +labels: 'bug' +--- + +### What was wrong? + + + +### Logs + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..95e03f23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,3 @@ +--- +blank_issues_enabled: true + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..fcca7171 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: ⭐ Feature request +about: Need something to be added! +labels: 'feature request' +--- + +### :zap: Summary + + + diff --git a/.github/ISSUE_TEMPLATE/need_help.md b/.github/ISSUE_TEMPLATE/need_help.md new file mode 100644 index 00000000..5118670c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/need_help.md @@ -0,0 +1,9 @@ +--- +name: 🙏 Request help +about: Ask for help with usage, configuration, integration, etc. +labels: 'help wanted' +--- + +### Summary + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..0f051c1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,8 @@ +--- +name: ❔ Question +about: Ask a question +labels: 'question' +--- + +### Question + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..bf091edb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +Closes # (issue) + + + +#### :zap: Summary + + + +#### :ballot_box_with_check: Checklist + +- [ ] Add specs