From 366277c6c1865731530815fd88c70901506eeef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Wed, 26 Jan 2022 08:10:14 +1300 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/regression.md | 23 ++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/regression.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8f16ba9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Something is wrong +title: '' +labels: bug, need-info +assignees: '' + +--- + +Please delete this template text before filing, but you _need_ to include the following: + +- Watchexec's version +- The OS you're using +- A log with `-vvv` (if it has sensitive info you can email it at felix@passcod.name — do that _after_ filing so you can reference the issue ID) +- A sample command that you've run that has the issue + +Thank you diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..47cf1d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Something is missing +title: '' +labels: feature +assignees: '' + +--- + + + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +If proposing a new CLI option, option names you think would fit. + +**Additional context** +Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md new file mode 100644 index 0000000..9093e7c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -0,0 +1,23 @@ +--- +name: Regression +about: Something changed unexpectedly +title: '' +labels: '' +assignees: '' + +--- + +**What used to happen** + +**What happens now** + +**Details** +- Latest version that worked: +- Earliest version that doesn't: (don't sweat testing earlier versions if you don't remember or have time, your current version will do) +- OS: +- A debug log with `-vvv`: + +``` +``` + +