29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
## Description
|
|
|
|
<!-- Add a more detailed description of the changes if needed. -->
|
|
|
|
## Related Issue
|
|
|
|
<!-- If your PR refers to a related issue, link it here. -->
|
|
|
|
## Type of Change
|
|
|
|
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
|
|
|
|
- [ ] 📚 Examples / docs / tutorials / dependencies update
|
|
- [ ] 🔧 Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] 🥂 Improvement (non-breaking change which improves an existing feature)
|
|
- [ ] 🚀 New feature (non-breaking change which adds functionality)
|
|
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change)
|
|
- [ ] 🔐 Security fix
|
|
|
|
## Checklist
|
|
|
|
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
|
|
|
|
- [ ] I've read the [`CODE_OF_CONDUCT.md`](https://github.com/internet-ml/internet-ml/blob/master/CODE_OF_CONDUCT.md) document.
|
|
- [ ] I've read the [`CONTRIBUTING.md`](https://github.com/internet-ml/internet-ml/blob/master/CONTRIBUTING.md) guide.
|
|
- [ ] I've updated the code style using `make codestyle`.
|
|
- [ ] I've written tests for all new methods and classes that I created.
|
|
- [ ] I've written the docstring in Google format for all the methods and classes that I used.
|