mirror of https://github.com/winsw/winsw
Update issue templates
Using https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-formspull/866/head
parent
d31c2a6a0a
commit
d21de408bc
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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!
|
|
@ -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
|
|
@ -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.
|
||||
|
|
@ -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
|
Loadingโฆ
Reference in New Issue