1
0
Fork 0

Use GitHub issue forms

This commit is contained in:
ζeh Matt 2021-09-11 15:57:36 +03:00
parent b4f55233d3
commit 41e33b80b9
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
4 changed files with 83 additions and 33 deletions

View File

@ -1,33 +0,0 @@
Before submitting an issue, make sure it has not already been reported.
Then, make sure the following points are included in your issue:
- Debugger version (can be found on right hand side of menu bar of debugger).
- Operating system version and Service Pack (including 32 or 64 bits).
- Brief description of the issue.
- Elaborate reproduction steps for the bug/issue being reported.
Any issues that do not include these will be put on halt until clarification.
If you have questions, be sure to check:
- http://faq.x64dbg.com
- http://help.x64dbg.com/en/latest/introduction/index.html
- http://x64dbg.com/#contact
Additional information can help solve the issue quicker, such as:
- A POC or sample executable that causes the issue.
- A short clip or a screenshot clearly showing the issue.
- Any supporting information that could help solve/understand the issue.
- The translation you are using. Make sure to also test without translation.
- Plugins you have installed. Make sure to also test without plugins.
Examples of good issues:
- https://github.com/x64dbg/x64dbg/issues/1302
- https://github.com/x64dbg/x64dbg/issues/1407
- https://github.com/x64dbg/x64dbg/issues/1448
Thank you for your interest in improving this community project!
x64dbg team

52
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@ -0,0 +1,52 @@
name: Bug report
description: Issues and bugs for x64dbg.
labels:
- bug
- pending reproduction
body:
- type: markdown
attributes:
value: Before filing this bug, [please check if it hasn't already been reported](https://github.com/x64dbg/x64dbg/issues?q=is%3Aissue+label%3Abug). If it has, please add useful information to the existing issue instead.
- type: input
attributes:
label: Operating System
placeholder: Window 10 64bit, Build 18363
validations:
required: true
- type: input
attributes:
label: x64dbg Version
placeholder: Jul 29 2021
description: To get the version information, press "Help" on the menu bar and press "About".
validations:
required: true
- type: textarea
attributes:
label: Describe the issue
description: Please describe the issue you are experiencing here.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Please describe in small and detailed steps on how to reproduce the issue.
placeholder: Steps required to reproduce the issue.
value: |
1.
2.
3.
validations:
required: true
- type: textarea
attributes:
label: Attachments
description: If you can provide crashdumps or screenshots that help to investigate the issue please provide them.
placeholder: Drag and drop files here to add them
validations:
required: false

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: true

View File

@ -0,0 +1,30 @@
name: Feature request
description: Request a new feature to be added to x64dbg.
labels:
- feature
body:
- type: markdown
attributes:
value: Before filing this request, [please check if it hasn't already been suggested before](https://github.com/x64dbg/x64dbg/issues?q=is%3Aissue+label%3Afeature). If it has, please add to the existing issue instead.
- type: dropdown
attributes:
label: Feature type
description: Tell us what this feature would improve.
multiple: true
options:
- Quality of life
- Debugging
- Plug-ins
- Other
validations:
required: true
- type: textarea
attributes:
label: Describe the feature
placeholder: Describe your feature idea here. You can paste or drag & drop attachments here to help on illustrating it.
validations:
required: true