mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 21:05:22 +00:00
Update issue templates
This commit is contained in:
parent
607020b05d
commit
e91f94d984
2 changed files with 30 additions and 0 deletions
10
.github/ISSUE_TEMPLATE/blank-issue.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/blank-issue.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Blank issue
|
||||||
|
about: Create a new issue from scratch
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
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.
|
||||||
Loading…
Reference in a new issue