* add makefile * bump version * add isort and yapf * update contributing.md * update PR template * spelling check
10 lines
460 B
Markdown
10 lines
460 B
Markdown
- [ ] I have marked all applicable categories:
|
|
+ [ ] exception-raising fix
|
|
+ [ ] algorithm implementation fix
|
|
+ [ ] documentation modification
|
|
+ [ ] new feature
|
|
- [ ] I have reformatted the code using `make format` (**required**)
|
|
- [ ] I have checked the code using `make commit-checks` (**required**)
|
|
- [ ] If applicable, I have mentioned the relevant/related issue(s)
|
|
- [ ] If applicable, I have listed every items in this Pull Request below
|