aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 1dd022c38d7f3eee4d59fa502943c4018f2f28f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
name: Bug report
about: Report problems and unexpected behavior

---

<!--

First of all, please read https://www.chiark.greenend.org.uk/~sgtatham/bugs.html.

If you don't want to read, it's up to you. But don't waste your time continue reporting.

The issue will be closed without any explanation if it does not satisfy any of following requirements:

1. Please speak English, we have forum in 中文: https://discuss.gogs.io/c/getting-help/getting-help-chinese.
2. Please post any questions, configuration or deploy problems on our forum: https://discuss.gogs.io.
3. Please do not end your title with a question mark or period.
4. Please take a moment to search and make sure the issue doesn't already exist.
5. Please give all relevant information below for bug reports; incomplete details are considered invalid report.

-->

**Describe the bug**
<!-- A clear and concise description of what the bug is -->

**Gogs version or commit**
<!-- The version number or the commit SHA of the Gogs instance you use -->

**Git version**

```
$ git version

```

**Operating system**
<!-- The name and version of your operating system -->

**Database**
<!-- The database and version you use -->

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Can you reproduce the bug at https://try.gogs.io?**
<!-- If yes, please provide the example URL; if no, please explain why -->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen -->

**Actual behavior**
<!-- A clear and concise description of what you see instead -->

**Screenshots**
<!-- If applicable, add screenshots to help explain your problem -->

**Additional context**
<!-- Please include any error logs found in `log/gogs.log` -->