Skip to content

Commit 89b7218

Browse files
authored
Update and rename bug_report.md to BUG.yml
1 parent daf4677 commit 89b7218

File tree

2 files changed

+63
-27
lines changed

2 files changed

+63
-27
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: Bug Report
2+
description: Create a report to fix something that is broken
3+
title: "[Bug]: "
4+
labels: ["bug", "needs-triage"]
5+
body:
6+
- type: markdown
7+
id: summary
8+
validations:
9+
required: true
10+
attributes:
11+
label: Summary
12+
description: A clear and concise description of what the bug is.
13+
- type: input
14+
id: client-version
15+
attributes:
16+
label: Client version
17+
description: Paste output of `ssh -V`
18+
validations:
19+
required: true
20+
- type: input
21+
id: server-version
22+
attributes:
23+
label: Server version
24+
description: Paste output of `ssh-chat --version`
25+
placeholder: e.g., ssh-chat v0.1.0
26+
validations:
27+
required: true
28+
29+
- type: input
30+
id: latest-server-version
31+
attributes:
32+
label: Latest server version available (at time of report)
33+
description: Check https://github.com/shazow/ssh-chat/releases and paste the latest version
34+
placeholder: e.g., v0.2.0
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: reproduce
40+
attributes:
41+
label: To Reproduce
42+
description: Steps to reproduce the behavior:
43+
placeholder: |
44+
1. Full command to run...
45+
2. Resulting output...
46+
render: markdown
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
id: expected
52+
attributes:
53+
label: Expected behavior
54+
description: A clear and concise description of what you expected to happen.
55+
placeholder: Describe the expected behavior
56+
validations:
57+
required: true
58+
59+
- type: textarea
60+
id: context
61+
attributes:
62+
label: Additional context
63+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)