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.