Chore/issue template (#312)

This commit is contained in:
Nikhil Badyal
2023-08-26 10:05:31 +05:30
committed by GitHub
parent 87669c1e88
commit 9b5b72bd4e
2 changed files with 50 additions and 0 deletions
+45
View File
@@ -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.
+5
View File
@@ -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.