Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6a874bc5
Commit
6a874bc5
authored
Feb 08, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to disambiguate the Bug issue template
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
4b4e07cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Bug.md
+12
-12
No files found.
.gitlab/issue_templates/Bug.md
View file @
6a874bc5
...
...
@@ -6,13 +6,13 @@
(How one can reproduce the issue - this is very important)
###
Expected behavior
###
What is the current *bug* behavior?
(What
you should see instead
)
(What
actually happens
)
###
Actual behavior
###
What is the expected *correct* behavior?
(What
actually happens
)
(What
you should see instead
)
### Relevant logs and/or screenshots
...
...
@@ -23,23 +23,23 @@ logs, and code as it's very hard to read otherwise.)
(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)
#### Results of GitLab
application Check
#### Results of GitLab
environment info
(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:
check SANITIZE=true
`
)
`sudo gitlab-rake gitlab:
env:info
`
)
(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`
)
(we will only investigate if the tests are passing)
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`
)
#### Results of GitLab
environment info
#### Results of GitLab
application Check
(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:
env:info
`
)
`sudo gitlab-rake gitlab:
check SANITIZE=true
`
)
(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`
)
`sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`
)
(we will only investigate if the tests are passing)
### Possible fixes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment