From c64156fd7a8a2c25e895b8c6ac5a661db0cd41e6 Mon Sep 17 00:00:00 2001 From: hypsug0 Date: Mon, 18 Mar 2024 22:38:37 +0100 Subject: [PATCH] github_settings --- .github/ISSUE_TEMPLATE/10_bug_report.yml | 49 +++++++++++++++++++ .github/ISSUE_TEMPLATE/15_feature_request.yml | 24 +++++++++ .github/ISSUE_TEMPLATE/config.yml | 6 +++ 3 files changed, 79 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/10_bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/15_feature_request.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml new file mode 100644 index 00000000..515e5124 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -0,0 +1,49 @@ +name: Bug/Crash report. +description: Create a bug report to help us improve our app. +labels: + - "Bug" + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report correctly. + + - type: textarea + id: what + attributes: + label: What is the bug or the crash? + validations: + required: true + + - type: textarea + id: steps + attributes: + label: Steps to reproduce the issue + description: | + Steps, sample datasets to reproduce the behavior. + Screencasts or screenshots are more than welcome, you can drag&drop them in the text box. + + 1. Go to '...' + 2. Click on '...' + 3. Scroll down to '...' + 4. See error + validations: + required: true + + - type: textarea + id: about-info + attributes: + label: Versions + description: | + Which version is in use. Version can be find in VERSION file, in project root or from backoffice. + validations: + required: true + + + - type: textarea + id: additional-context + attributes: + label: Additional context + description: | + Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/15_feature_request.yml b/.github/ISSUE_TEMPLATE/15_feature_request.yml new file mode 100644 index 00000000..b7acee57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/15_feature_request.yml @@ -0,0 +1,24 @@ +name: Feature request +description: Suggest a feature idea. +labels: + - 'Feature Request' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request correctly. + + - type: textarea + id: what + attributes: + label: Feature description + description: A clear and concise description of what you want to happen. + validations: + required: true + + - type: textarea + id: Additional + attributes: + label: Additional context + description: | + Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..dfa178ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +blank_issues_enabled: true + +contact_links: + - name: Documentation + url: https://geonature-citizen.readthedocs.io/ + about: Please read carefully the documentation before to submit an issue.