Bug.md 1.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Please read this!

Before opening a new issue, make sure to search for keywords in the issues
filtered by the "regression" or "bug" label:

- https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name%5B%5D=regression
- https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name%5B%5D=bug

and verify the issue you're about to submit isn't a duplicate.

Please remove this notice if you're confident your issue isn't a duplicate.

------

15
### Summary
16

17
(Summarize the bug encountered concisely)
18

19
### Steps to reproduce
20 21 22

(How one can reproduce the issue - this is very important)

23
### What is the current *bug* behavior?
24

25
(What actually happens)
26

27
### What is the expected *correct* behavior?
28

29
(What you should see instead)
30

31
### Relevant logs and/or screenshots
32 33 34 35

(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)

36
### Output of checks
37

38 39
(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)

40
#### Results of GitLab environment info
41

42
<details>
43
<pre>
44

45
(For installations with omnibus-gitlab package run and paste the output of:
46
`sudo gitlab-rake gitlab:env:info`)
47 48

(For installations from source run and paste the output of:
49
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
50

51
</pre>
52 53
</details>

54
#### Results of GitLab application Check
55

56
<details>
57
<pre>
58

59
(For installations with omnibus-gitlab package run and paste the output of:
60
`sudo gitlab-rake gitlab:check SANITIZE=true`)
61 62

(For installations from source run and paste the output of:
63 64 65
`sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`)

(we will only investigate if the tests are passing)
66

67
</pre>
68 69
</details>

70
### Possible fixes
71 72

(If you can, link to the line of code that might be responsible for the problem)
73 74

/label ~bug