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
|
name: Bug report
|
||||||
about: Report a problem or unexpected behavior
|
about: Report a problem or unexpected behavior
|
||||||
title: ""
|
title: ""
|
||||||
labels: bug, triage
|
|
||||||
assignees:
|
assignees:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -12,9 +11,9 @@ Use English with clear and concise description of the bug, if you just have a qu
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
- OS: [e.g., macOS, Windows, Linux]
|
- GPUI: [e.g., v0.2.2]
|
||||||
- Browser: [e.g., Chrome, Firefox, Safari]
|
- GPUI Component: [e.g., v0.4.0]
|
||||||
- Version: [e.g., 1.0.0]
|
- Platform: [e.g., macOS 26, Windows 11, Ubuntu 20.04]
|
||||||
|
|
||||||
## Steps to Reproduce
|
## 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]
|
Closes #[issue number]
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
Loading…
Reference in a new issue