4 changed files with 23 additions and 44 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
name: Bug Report |
||||
name: Web Bug Report |
||||
description: File a bug report |
||||
labels: [bug] |
||||
labels: [bug, web] |
||||
body: |
||||
- type: markdown |
||||
attributes: |
||||
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
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. |
||||
@ -1,28 +0,0 @@
@@ -1,28 +0,0 @@
|
||||
## Type of change |
||||
|
||||
- [ ] Bug fix |
||||
- [ ] New feature development |
||||
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) |
||||
- [ ] Build/deploy pipeline (DevOps) |
||||
- [ ] Other |
||||
|
||||
## Objective |
||||
|
||||
<!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> |
||||
|
||||
## Code changes |
||||
|
||||
<!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> |
||||
<!--Also refer to any related changes or PRs in other repositories--> |
||||
|
||||
- **file.ext:** Description of what was changed and why |
||||
|
||||
## Screenshots |
||||
|
||||
<!--Required for any UI changes. Delete if not applicable--> |
||||
|
||||
## Before you submit |
||||
|
||||
- [ ] I have checked for **linting** errors (`npm run lint`) (required) |
||||
- [ ] This change requires a **documentation update** (notify the documentation team) |
||||
- [ ] This change has particular **deployment requirements** (notify the DevOps team) |
||||
Loading…
Reference in new issue