From d7b6e764d10def08baaa03e9f492ad4a2756897a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Fri, 16 Apr 2021 10:24:10 +0100 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++ .pre-commit-config.yaml | 4 ++-- 4 files changed, 54 insertions(+), 2 deletions(-) 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..7ced7084 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Report a bug +title: "" +labels: bug +assignees: "" +--- + + + +## Describe the bug + +A clear and concise description of what the bug is. + +## To Reproduce + +**Affected versions**: + +Steps to reproduce the behavior: + +1. +2. +3. + +**Expected behavior** A clear and concise description of what you expected to happen. + +**Additional context** Add any other context about the problem here. (e.g. OS, Docker +version, ...) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..14ada72c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question or general talk + url: https://github.com/Tecnativa/doodba/discussions + about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..5be53c3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: enhancement +assignees: "" +--- + +**Is your feature request related to a problem?** If so, please provide clear and +concise description of what the problem is. + +**Describe the solution you'd like** A clear and concise description of what you want to +happen. + +**Describe alternatives you've considered** A clear and concise description of any +alternative solutions or features you've considered. + +**Additional context** Add any other context about the feature request here. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 775122ff..1f4b4a10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,8 +27,8 @@ repos: rev: v4.3.21 hooks: - id: isort - - repo: https://github.com/prettier/prettier - rev: 1.19.1 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v2.2.1 hooks: - id: prettier - repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs