chore: Fix issue template to remove browser and fix PR template. (#1673)
This commit is contained in:
parent
dae5fcd8aa
commit
4be9784f70
2 changed files with 3 additions and 12 deletions
7
.github/ISSUE_TEMPLATE/01_bug.md
vendored
7
.github/ISSUE_TEMPLATE/01_bug.md
vendored
|
|
@ -2,7 +2,6 @@
|
|||
name: Bug report
|
||||
about: Report a problem or unexpected behavior
|
||||
title: ""
|
||||
labels: bug, triage
|
||||
assignees:
|
||||
---
|
||||
|
||||
|
|
@ -12,9 +11,9 @@ Use English with clear and concise description of the bug, if you just have a qu
|
|||
|
||||
## Environment
|
||||
|
||||
- OS: [e.g., macOS, Windows, Linux]
|
||||
- Browser: [e.g., Chrome, Firefox, Safari]
|
||||
- Version: [e.g., 1.0.0]
|
||||
- GPUI: [e.g., v0.2.2]
|
||||
- GPUI Component: [e.g., v0.4.0]
|
||||
- Platform: [e.g., macOS 26, Windows 11, Ubuntu 20.04]
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
---
|
||||
name: Pull Request
|
||||
about: Submit a pull request to fix a bug or add a feature.
|
||||
title: "[component name]: Fix [short description]"
|
||||
labels: enhancement, review-needed
|
||||
assignees:
|
||||
---
|
||||
|
||||
Closes #[issue number]
|
||||
|
||||
## Description
|
||||
Loading…
Reference in a new issue