mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-29 13:00:17 +02:00
add: issue template
This commit is contained in:
parent
3411bb0ef1
commit
dadf4dc00e
64
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
64
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
name: "Bug report"
|
||||||
|
description: Report an issue to help the project improve.
|
||||||
|
title: "bug: - <title>"
|
||||||
|
labels: [
|
||||||
|
"bug"
|
||||||
|
]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "Description"
|
||||||
|
description: Please enter an explicit description of your issue
|
||||||
|
placeholder: Short and explicit description of your incident...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: reprod
|
||||||
|
attributes:
|
||||||
|
label: "Reproduction steps"
|
||||||
|
description: Steps to reproduce the behavior
|
||||||
|
value: |
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
render: bash
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: screenshot
|
||||||
|
attributes:
|
||||||
|
label: "Screenshots"
|
||||||
|
description: If applicable, add screenshots to help explain your problem
|
||||||
|
value: |
|
||||||
|

|
||||||
|
render: bash
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: "Logs"
|
||||||
|
description: Please copy and paste any relevant log output if available
|
||||||
|
render: bash
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: input
|
||||||
|
id: snapchat-version
|
||||||
|
attributes:
|
||||||
|
label: "Snapchat Version"
|
||||||
|
description: On which Snapchat version is this happening?
|
||||||
|
placeholder: ex. 12.35.0.45
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Agreement
|
||||||
|
description: By creating this issue I made sure that ...
|
||||||
|
options:
|
||||||
|
- label: I am using the latest stable SnapEnhance version.
|
||||||
|
required: true
|
||||||
|
- label: There is no issue already describing my problem.
|
||||||
|
required: true
|
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/README.md'
|
- '**/README.md'
|
||||||
|
- '.github/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user