From acfe8fc6313a4c8c4d93e08da6f3f02904a98125 Mon Sep 17 00:00:00 2001 From: k3rnelpan1c-dev <69395733+k3rnelpan1c-dev@users.noreply.github.com> Date: Sat, 20 Feb 2021 17:09:22 +0100 Subject: [PATCH] add basic community health files includes: * basic Issue templates * a basic PR template --- .github/ ISSUE_TEMPLATE/bug_report.md | 41 ++++++++++++++++++++++ .github/ ISSUE_TEMPLATE/config.yml | 2 ++ .github/ ISSUE_TEMPLATE/feature_request.md | 32 +++++++++++++++++ .github/ ISSUE_TEMPLATE/questions.md | 22 ++++++++++++ .github/pull_request_template.md | 25 +++++++++++++ 5 files changed, 122 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/questions.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 0000000..e57f6bf --- /dev/null +++ b/.github/ ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +### Describe the bug + + + +### To Reproduce + + + +### Expected behavior + + + +### Version + + +### Additional context + diff --git a/.github/ ISSUE_TEMPLATE/config.yml b/.github/ ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..64eb98d --- /dev/null +++ b/.github/ ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +blank_issues_enabled: true +contact_links: [] diff --git a/.github/ ISSUE_TEMPLATE/feature_request.md b/.github/ ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ef9b867 --- /dev/null +++ b/.github/ ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + +### Is your feature request related to a problem? Please describe. + + + +### Describe the solution you'd like + + + +### Describe alternatives you've considered + + + +### Additional context + + diff --git a/.github/ ISSUE_TEMPLATE/questions.md b/.github/ ISSUE_TEMPLATE/questions.md new file mode 100644 index 0000000..b3cefc9 --- /dev/null +++ b/.github/ ISSUE_TEMPLATE/questions.md @@ -0,0 +1,22 @@ +--- +name: Project Question +about: Ask a question regarding this project +title: "[QUESTION]" +labels: question +assignees: '' + +--- + +### Checklist for Questions + +> Note: +> Please make sure to at least couplet the first check. If you don't I will link the duplicate in the best case or simply close your duplicate question. + +* [ ] I have searched older issues/questions before opening this +* [ ] I have tried to find the answer of my question before opening this + +### Question + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..452f988 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +### Description + + + +### Changes + + + +### Issues + +