Use GitHub issue/pull request templates

pull/264/head
Fabian Seitz 2023-01-21 10:37:45 +01:00
parent dd4cc700f2
commit ad3af6babf
3 changed files with 109 additions and 0 deletions

67
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,67 @@
name: Report an issue
description: Report an issue with WAU
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
This issue form is for reporting bugs only!
If you have a feature or enhancement request, please use the feature request template!
- type: textarea
validations:
required: true
attributes:
label: The problem
description: >-
Describe the issue you are experiencing here, to communicate to the
maintainers. Tell us what you were trying to do and what happened.
Provide a clear and concise description of what the problem is.
- type: markdown
attributes:
value: |
## Environment
- type: input
id: version
validations:
required: true
attributes:
label: What version of WAU has the issue?
placeholder:
description: >
Can be found in your installed program list.
- type: input
id: version_windows
validations:
required: false
attributes:
label: What version of Windows are you using (ex. Windows 11 22H2)?
placeholder:
description: >
Can be found for example by running a terminal window and entering "systeminfo"
- type: input
id: version_winget
validations:
required: true
attributes:
label: What version of winget are you using?
placeholder:
description: >
Can be found with the command "winget --info"
- type: markdown
attributes:
value: |
# Details
- type: textarea
attributes:
label: Log information
render: txt
description: >-
Please enter the relevant log information from the WAU log folder (default: C:\ProgramData\Winget-AutoUpdate\Logs) and / or the relevant log information from winget (can be found with the command "winget --info").
- type: textarea
attributes:
label: Additional information
description: >
If you have any additional information for us, use the field below.

View File

@ -0,0 +1,33 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature Request]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
This feature request form is for feature requests only!
If you have a bug or issue request, please use the bug report template!
- type: textarea
validations:
required: true
attributes:
label: The request
description: >-
A clear and concise description of what you want to happen.
- type: markdown
attributes:
value: |
# Details
- type: textarea
attributes:
label: Is your feature request related to a problem?
render: txt
description: >-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
attributes:
label: Additional information
description: >
If you have any additional information for us, use the field below.

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,9 @@
# Proposed Changes
> (Describe the changes and rationale behind them)
## Related Issues
> ([Github link][autolink-references] to related issues or pull requests)
[autolink-references]: https://help.github.com/articles/autolinked-references-and-urls/