From 9b5b72bd4ef818be4ddfc0c55f7c1b3e29b03481 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:05:31 +0530 Subject: [PATCH] Chore/issue template (#312) --- .github/ISSUE_TEMPLATE/bug_report.yml | 45 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..cb476a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,45 @@ +name: Bug Report +description: Encountered some issue while building? +labels: + - "bug🐞" +assignees: + - nikhilbadyal + +body: + - type: checkboxes + attributes: + label: Request guidelines + description: Please read the request guidelines before proceeding. + options: + - label: I've read the [issue guidelines](https://github.com/nikhilbadyal/docker-py-revanced#only-builder-support) + required: true + + - type: input + attributes: + label: Name + description: | + Name of the app which failed to build. + validations: + required: true + + - type: textarea + attributes: + label: Error log or link to the logs if using Github Action + description: | + Please provide the error log or link to the error log if using Github Action + validations: + required: true + + - type: textarea + attributes: + label: ENVS + description: | + Please provide the ENVS used for building. If not using any write NA + validations: + required: true + + - type: textarea + attributes: + label: Additional info + description: | + Please provide any additional information that seem useful. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..db424eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Community Support + url: https://github.com/nikhilbadyal/docker-py-revanced/discussions/new/choose + about: Please ask and answer questions here.