Skip to content

Commit 63491f0

Browse files
authored
Update bug_report.md
1 parent bba1c19 commit 63491f0

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+23-20
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,40 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: '0.kind: bug'
66
assignees: ''
77

88
---
99

10-
**Describe the bug**
10+
### Describe the bug
1111
A clear and concise description of what the bug is.
1212

13-
**To Reproduce**
13+
### Steps To Reproduce
1414
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
15+
1. ...
16+
2. ...
17+
3. ...
1918

20-
**Expected behavior**
19+
### Expected behavior
2120
A clear and concise description of what you expected to happen.
2221

23-
**Screenshots**
22+
### Screenshots
2423
If applicable, add screenshots to help explain your problem.
2524

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
25+
### Additional context
26+
Add any other context about the problem here.
3027

31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
28+
### Metadata
29+
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
3630

37-
**Additional context**
38-
Add any other context about the problem here.
31+
```console
32+
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
33+
output here
34+
```
35+
36+
---
37+
38+
Add a :+1: [reaction] to [issues you find important].
39+
40+
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
41+
[issues you find important]: https://github.com/kaeeraa/ayugram-desktop/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

0 commit comments

Comments
 (0)