mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
tweak issue template
This commit is contained in:
parent
e91f94d984
commit
e266c2253c
3 changed files with 29 additions and 30 deletions
10
.github/ISSUE_TEMPLATE/blank-issue.md
vendored
10
.github/ISSUE_TEMPLATE/blank-issue.md
vendored
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
name: Blank issue
|
||||
about: Create a new issue from scratch
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[bug] "
|
||||
labels: bug, triage needed
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is, as well as what you expected to happen when encountering it.
|
||||
|
||||
**To Reproduce**
|
||||
Describe how to reproduce your bug.
|
||||
|
||||
**Additional Info (please complete the following information):**
|
||||
- Sourcebot version: [e.g., v3.0.1]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
29
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
name: 🐞 Bug Report
|
||||
description: Create a bug report to help us improve
|
||||
title: "[bug] "
|
||||
labels: ["bug", "triage needed"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of the bug, as well as what you expected to happen when encountering it.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To reproduce
|
||||
description: Describe how to reproduce your bug.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Sourcebot deployment information
|
||||
description:
|
||||
placeholder: |
|
||||
Sourcebot version (e.g. v3.0.1):
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Add any other information related to the bug here such as screenshots, logs, etc.
|
||||
Loading…
Reference in a new issue