Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
c9b0d9b3
Commit
c9b0d9b3
authored
Jul 01, 2020
by
Kenzo-Hugo Hillion
♻
Browse files
add template for issues and merge request
parent
5a3e8899
Pipeline
#33293
passed with stages
in 3 minutes and 39 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/issue_templates/bug.md
0 → 100644
View file @
c9b0d9b3
## Description
### Observed
*Description of bug*
### Expected
*What behaviour you would expect*
## Tasks
*
[ ] First step
*
[ ] Second step
\ No newline at end of file
.gitlab/issue_templates/feature.md
0 → 100644
View file @
c9b0d9b3
## Description
*Description of the new feature*
## Tasks
*
[ ] First step
*
[ ] Second step
\ No newline at end of file
.gitlab/issue_templates/test_template.md
deleted
100644 → 0
View file @
5a3e8899
# First template
This is an attempt to add a template to GitLab
.gitlab/merge_request_templates/bug.md
0 → 100644
View file @
c9b0d9b3
## Definition of Done
*
[ ] Test has been added to reproduce and fix the bug (
*only apply for Python at the moment*
)
*
[ ] Merge request has been revised and validated
## Related issue(s)
Closes
*Issue number (e.g. #35)*
.gitlab/merge_request_templates/feature.md
0 → 100644
View file @
c9b0d9b3
## Description
*Description of the new feature (if different from the one described in the corresponding issue)*
## Definition of Done
*
[ ] New code added is tested (
*only apply for Python at the moment*
)
*
[ ] Merge request has been revised and validated
## Related issue(s)
Closes
*Issue number (e.g. #35)*
Write
Preview
Supports
Markdown
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