diff --git a/.github/ISSUE_TEMPLATE/1-feature-request.md b/.github/ISSUE_TEMPLATE/1-feature-request.md new file mode 100644 index 0000000..973fd31 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-feature-request.md @@ -0,0 +1,16 @@ +--- +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. diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.md b/.github/ISSUE_TEMPLATE/2-bug-report.md new file mode 100644 index 0000000..ef935ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug-report.md @@ -0,0 +1,28 @@ +--- +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 + +## Possible Solution + +If you have suggestions on a fix for the bug, please describe it here. diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md new file mode 100644 index 0000000..69cfce3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-documentation.md @@ -0,0 +1,8 @@ +--- +name: ":pencil: 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! diff --git a/.github/ISSUE_TEMPLATE/4-question.md b/.github/ISSUE_TEMPLATE/4-question.md new file mode 100644 index 0000000..7f5f9ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-question.md @@ -0,0 +1,16 @@ +--- +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. + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b690dc7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Gitter chat + url: https://gitter.im/winsw/winsw + about: Please ask and answer questions here.