diff options
| author | David Anderson <danderson@tailscale.com> | 2021-05-06 19:14:19 -0700 |
|---|---|---|
| committer | David Anderson <danderson@tailscale.com> | 2021-05-06 19:14:19 -0700 |
| commit | a3b15bdf7e4e2f554c4667a7a5d4ad985f8eb76b (patch) | |
| tree | 735e8474a2ffaf6d67b7875de3afe37e98e34481 | |
| parent | 5bd38b10b49ec6446560d0da3ce67beaed69f68e (diff) | |
| download | tailscale-a3b15bdf7e4e2f554c4667a7a5d4ad985f8eb76b.tar.xz tailscale-a3b15bdf7e4e2f554c4667a7a5d4ad985f8eb76b.zip | |
.github: remove verbose issue templates, add triage label.
Signed-off-by: David Anderson <danderson@tailscale.com>
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 31 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 21 |
2 files changed, 2 insertions, 50 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7ad4388af..c7c4672ee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,36 +2,7 @@ name: Bug report about: Create a bug report title: '' -labels: '' +labels: 'needs-triage' assignees: '' --- - -<!-- Please note, this template is for definite bugs, not requests for -support. If you need help with Tailscale, please email -support@tailscale.com. We don't provide support via Github issues. --> - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Version information:** - - Device: [e.g. iPhone X, laptop] - - OS: [e.g. Windows, MacOS] - - OS version: [e.g. Windows 10, Ubuntu 18.04] - - Tailscale version: [e.g. 0.95-0] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c8be6ae06..8f3204c51 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,25 +2,6 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'needs-triage' 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. - -**Additional context** - -Add any other context or screenshots about the feature request here. |
