From d977d27d7d13c2af84180da0c27e1a16da4f9bbf Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 9 Sep 2021 11:53:48 +0200 Subject: [PATCH] Issue template (#1569) --- .github/ISSUE_TEMPLATE/bug.yml | 73 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 14 ++++++ ISSUE_TEMPLATE.md | 57 ------------------------ 3 files changed, 87 insertions(+), 57 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 000000000..7216f51c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,73 @@ +name: Bug Report +description: File a bug report +labels: [bug] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests. + - type: textarea + id: reproduce + attributes: + label: Steps To Reproduce + description: How can we reproduce the behavior. + value: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. Click on '...' + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected Result + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: actual + attributes: + label: Actual Result + description: A clear and concise description of what is happening. + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots or Videos + description: If applicable, add screenshots and/or a short video to help explain your problem. + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Add any other context about the problem here. + - type: input + id: version + attributes: + label: Build Version + description: What version of our software are you running? + validations: + required: true + - type: dropdown + id: environment + attributes: + label: Environment + description: Which environment (Cloud / Self-Hosted) are you using? + multiple: true + options: + - Cloud (bitwarden.com) + - Self-Hosted + validations: + required: true + - type: textarea + id: environment-details + attributes: + label: Environment Details + description: If Self-Hosted please provide some additional environment details. + placeholder: | + - Operating system: [e.g. Windows 10, Mac OS Catalina] + - Environment: [e.g. Docker, EKS, ECS, K8S] + - Hardware: [e.g. Intel 6-core, 8GB RAM] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..61d7e2b96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: Feature Requests + url: https://community.bitwarden.com/c/feature-requests/ + about: Request new features using the Community Forums. Please search existing feature requests before making a new one. + - name: Bitwarden Community Forums + url: https://community.bitwarden.com + about: Please visit the community forums for general community discussion, support and the development roadmap. + - name: Customer Support + url: https://bitwarden.com/contact/ + about: Please contact our customer support for account issues and general customer support. + - name: Security Issues + url: https://hackerone.com/bitwarden + about: We use HackerOne to manage security disclosures. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 56d9af87c..000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,57 +0,0 @@ - - -## Describe the Bug - - - -## Steps To Reproduce - - - -1. HTTP GET to '...' -2. Copy response and HTTP POST to '....' -3. Run command '....' via CLI -4. Validate response has '...' - -## Expected Result - - - -## Actual Result - - - -## Screenshots or Videos - - - -## Environment - -- Operating system: [e.g. Cloud, Windows 10, Mac OS Catalina] -- Build Version: [e.g. 1.42.0] -- Self Hosted: [true/false] -- Environment: [e.g. Cloud, Docker, EKS, ECS, K8S] -- Hardware: [e.g. Intel 6-core, 8GB RAM] - -## Additional Context - -