benwa 2021-09-10 14:30:23 -05:00
parent d31c2a6a0a
commit d21de408bc
8 changed files with 90 additions and 68 deletions

View File

@ -1,16 +0,0 @@
---
name: "๐Ÿš€ Feature request"
labels: new-feature
about: I have a suggestion (and may want to implement it ๐Ÿ™‚)!
---
### Feature Request
**Problem statement.**
A clear and concise description of what the problem is. Ex. `I have an issue when [...]`, `As a WinSW user, I want to [...]`
**Describe the solution you'd like.**
Add any considered drawbacks.
**Describe alternatives you've considered.**
A clear and concise description of any alternative solutions or features you've considered.

View File

@ -0,0 +1,21 @@
name: ๐Ÿš€ Feature request
description: I have a suggestion (and may want to implement it ๐Ÿ™‚)!
labels: [new-feature]
body:
- type: textarea
attributes:
label: Problem statement
description: A clear and concise description of what the problem is.
placeholder: ex. I have an issue when [...], As a WinSW user, I want to [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: Add any considered drawbacks.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.

View File

@ -1,28 +0,0 @@
---
name: "๐Ÿ› Bug report"
labels: bug
about: Create a bug report to help us improve
---
**Summary**. Describe the expected and actual behavior here.
## Steps to reproduce
Please clarify how to reproduce the issue.
If you need to attach your configuration, please do it pelow:
```xml
TODO
```
## Environment
* WinSW version: TODO
* WinSW package type: TODO (e.g. .NET 4.6.1 )
* Windows version: TODO
* Wrapped executable and version: TODO <!-- e.g. "internal project", "Jenkins 2.222.1"-->
## Possible Solution
If you have suggestions on a fix for the bug, please describe it here.

49
.github/ISSUE_TEMPLATE/2-bug-report.yml vendored Normal file
View File

@ -0,0 +1,49 @@
name: ๐Ÿ› Bug report
description: Create a bug report to help us improve
labels: [bug]
body:
- type: textarea
attributes:
label: Summary
description: Describe the expected and actual behavior.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Please clarify how to reporduce the issue.
validations:
required: true
- type: textarea
attributes:
label: Configuration
description: Paste your XML here
render: xml
- type: input
attributes:
label: WinSW version
validations:
required: true
- type: dropdown
attributes:
label: WinSW package type
options:
- .NET Framework
- .NET Core
validations:
required: true
- type: input
attributes:
label: Windows version
validations:
required: true
- type: input
attributes:
label: Wrapped executable and version
description: ex. Jenkins 2.222.1
validations:
required: true
- type: textarea
attributes:
label: Possible solution
description: If you have suggestions on a fix for the bug, please describe it here.

View File

@ -1,8 +0,0 @@
---
name: "๐Ÿ“ Documentation"
labels: documentation
about: Let us know if any documentation is missing or could be improved
---
**Summary**. Describe your use-case which is not covered by existing documentation.
If it is easier to submit a documentation patch instead of writing an issue, just do it!

View File

@ -0,0 +1,10 @@
name: ๐Ÿ“ Documentation
description: Let us know if any documentation is missing or could be improved
labels: [documentation]
body:
- type: textarea
attributes:
label: Summary
description: Describe your use-case which is not covered by existing documentation. If it is easier to submit a documentation patch instead of writing an issue, just do it!
validations:
required: true

View File

@ -1,16 +0,0 @@
---
name: "โ“ Need help"
labels: question
about: Please ask in our Gitter channel first
---
---
We primarily use GitHub as an issue tracker.
For usage and support questions, please ask in our [Gitter chat](https://gitter.im/winsw/winsw) first.
Thanks!
---
### Problem statement
Please describe your issue here, and explain what you have already tried to resolve it.

10
.github/ISSUE_TEMPLATE/4-question.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: โ“ Need help
description: Please ask in our Gitter channel first
labels: [question]
body:
- type: textarea
attributes:
label: Problem statement
description: Please describe your issue here, and explain what you have already tried to resolve it.
validations:
required: true