Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fake commit #130

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Description

<!-- Please describe your pull request here. -->

## Pull request checklist

- \[ \] add tests
- \[ \] add docstrings
- \[ \] if a module is new: add API reference file for Sphinx in `docs/source/api-reference`
- \[ \] check API doc of Sphinx - build and show with `make sphinx && make open-sphinx`
- \[ \] fix checks - locale checks with `make check` - fix formatting with `make format`
- \[ \] check and improve Python type info
- \[ \] double check if return types are specified - inclusing `-> None`
- \[ \] check TODO comments in code
- \[ \] check FIXME comments in code
- \[ \] check if the copyright header needs an update
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Build & Deploy Doc](https://github.com/telekom/mltb2/actions/workflows/build_deploy_doc.yml/badge.svg)](https://github.com/telekom/mltb2/actions/workflows/build_deploy_doc.yml)
[![GitHub issues](https://img.shields.io/github/issues-raw/telekom/mltb2)](https://github.com/telekom/mltb2/issues)

📦 A box of machine learning tools. 📦
📦 A box of machine learning tools... 📦

- [Documentation Page](https://telekom.github.io/mltb2/)
- [How to contribute](https://github.com/telekom/mltb2/blob/main/CONTRIBUTING.md)
Expand Down