diff --git a/.github/ISSUE_TEMPLATE/bug-issue-report.md b/.github/ISSUE_TEMPLATE/bug-issue-report.md index de47b202e..1c63eeaee 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue-report.md +++ b/.github/ISSUE_TEMPLATE/bug-issue-report.md @@ -2,15 +2,17 @@ name: Bug/Issue report about: Create a report to help us improve title: '' -labels: '' +labels: ['triage'] assignees: '' --- **Describe the problem** + A clear and concise description of what the problem is. **To Reproduce** + Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -18,13 +20,25 @@ Steps to reproduce the behavior: 4. See error **Expected behavior** + A clear and concise description of what you expected to happen. +**Are you using NetBird Cloud?** + +Please specify whether you use NetBird Cloud or self-host NetBird's control plane. + +**NetBird version** + +`netbird version` + **NetBird status -d output:** -If applicable, add the output of the `netbird status -d` command + +If applicable, add the `netbird status -d' command output. **Screenshots** + If applicable, add screenshots to help explain your problem. **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 bbcbbe7d6..4a3e5782c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: ['feature-request'] assignees: '' ---