Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create issue template #160

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Problem report
description: Please report your problem here.
body:
- type: textarea
id: what-happened
attributes:
label: Describe your issue
validations:
required: true
- type: input
id: download-link
attributes:
label: Download link of installer
description: |
If you had an issue, it is highly recommended to include a download link to the incompatible software.
If not, you can type something like "Not relevant" or "Not available".
placeholder: https://
validations:
required: true
- type: input
id: security-software
attributes:
label: Please mention any installed security software
placeholder: e.g. Microsoft Defender Antivirus
validations:
required: true
- type: input
id: regression
attributes:
label: Is it a regression?
description: If applicable, specify in which innoextract version this problem was introduced the first time.
placeholder: e.g. Since v1.8
- type: textarea
id: innoextract-version
attributes:
label: Output of innoextract -v
description: |
Please paste the output of innoextract -v
placeholder: |
innoextract 1.x
Extracts installers created by Inno Setup 1.2.10 to x.x.x
render: shell
validations:
required: true