BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
534f7f51
Commit
534f7f51
authored
Feb 09, 2017
by
Sean Packham
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '27718-improve-bug-template' into 'master'
Try to disambiguate the Bug issue template Closes #27718 See merge request !9064
parents
36f39f36
6a874bc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Bug.md
.gitlab/issue_templates/Bug.md
+12
-12
No files found.
.gitlab/issue_templates/Bug.md
View file @
534f7f51
...
...
@@ -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