Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
esde
machine-learning
MLAir
Commits
827e7159
Commit
827e7159
authored
4 years ago
by
leufen1
Browse files
Options
Downloads
Patches
Plain Diff
added templates for release and bug
parent
32b3f35b
No related branches found
No related tags found
3 merge requests
!226
Develop
,
!225
Resolve "release v1.2.0"
,
!210
Resolve "issue templates"
Pipeline
#55014
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/issue_templates/bug.md
+19
-0
19 additions, 0 deletions
.gitlab/issue_templates/bug.md
.gitlab/issue_templates/release.md
+40
-0
40 additions, 0 deletions
.gitlab/issue_templates/release.md
with
59 additions
and
0 deletions
.gitlab/issue_templates/bug.md
0 → 100644
+
19
−
0
View file @
827e7159
<!-- Use this template for a bug in MLAir. -->
# Bug
## Error description
<!-- Provide a context when the bug / error arises -->
## Error message
<!-- Provide the error log if available -->
## First guess on error origin
<!-- Add first ideas where the error could come from -->
## Error origin
<!-- Fill this up when the bug / error origin has been found -->
## Solution
<!-- Short description how to solve the error -->
This diff is collapsed.
Click to expand it.
.gitlab/issue_templates/release.md
0 → 100644
+
40
−
0
View file @
827e7159
<!-- Use this template for a new release of MLAir. -->
# Release
<!-- add your release version here -->
vX.Y.Z
## checklist
*
[ ] Create Release Issue
*
[ ] Create merge request: branch
`release_vX.Y.Z`
into
`master`
*
[ ] Merge
`develop`
into
`release_vX.Y.Z`
*
[ ] Checkout
`release_vX.Y.Z`
*
[ ] Adjust
`changelog.md`
(see template for changelog)
*
[ ] Update version number in
`mlair/__ init__.py`
*
[ ] Create new dist file:
`python3 setup.py sdist bdist_wheel`
*
[ ] Update file link
`distribution file (current version)`
in
`README.md`
*
[ ] Update file link in
`docs/_source/get-started.rst`
*
[ ] Commit + push
*
[ ] Merge
`release_vX.Y.Z`
into
`master`
*
[ ] Create new tag with
*
[ ] distribution file (.whl)
*
[ ] link to Documentation
*
[ ] Example Jupyter Notebook
*
[ ] changelog
## template for changelog
<!-- use this structure for the changelog. Link all issue to at least one item. -->
```
## vX.Y.Z - yyyy-mm-dd - <release description>
### general:
* text
### new features:
* words (issue)
### technical:
*
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment