Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Merge requests
!462
Add tests question to MR template
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
Add tests question to MR template
chore/mr-template-tests-checklist
into
master
Overview
2
Commits
3
Pipelines
0
Changes
1
Merged
Robert Rosca
requested to merge
chore/mr-template-tests-checklist
into
master
4 years ago
Overview
2
Commits
3
Pipelines
0
Changes
1
Expand
Description
MR template has a checklist, this adds "I added tests where appropriate." to the checklist
Also (since I just thought of it) expands the 'types of changes' to include some new categories (docs, style, refactor, test, and chore)
How Has This Been Tested?
N/A
Relevant Documents (optional)
N/A
Types of changes
Chore (no code changes)
Checklist:
N/A
Reviewers
@calibration
0
0
Merge request reports
Compare
master
version 1
2c73765c
4 years ago
master (base)
and
latest version
latest version
c8ff6a47
3 commits,
4 years ago
version 1
2c73765c
2 commits,
4 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab/merge_request_templates/default.md
+
6
−
0
Options
@@ -19,6 +19,11 @@
<!-- - Bug fix (non-breaking change which fixes an issue) -->
<!-- - New feature (non-breaking change which adds functionality) -->
<!-- - Breaking change (fix or feature that would cause existing functionality to not work as expected) -->
<!-- - Docs (changes to the documentation) -->
<!-- - Style (formatting changes only, no code changes) -->
<!-- - Refactor (refactoring code with no functionality changes) -->
<!-- - Test (additional or refactored tests) -->
<!-- - Chore (non-code changes, e.g. comments, readme, grammar, etc...) -->
## Checklist:
<!--- Go over all the following points, and uncomment all lines that apply: -->
@@ -26,6 +31,7 @@
<!-- - My code follows the code style of this project. -->
<!-- - My change requires a change to the documentation. -->
<!-- - I have updated the documentation accordingly. -->
<!-- - I added tests where appropriate. -->
## Reviewers
<!--- Tag a minimum of two reviewers -->
Loading