m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
318 stars 57 forks source link

[docs] Fix typo: templete -> template #301

Closed pn11 closed 1 year ago

pn11 commented 1 year ago

Fix typo (templete -> template) to be consistent with https://github.com/m3dev/cookiecutter-gokart/issues/4.

hirosassa commented 1 year ago

@pn11 Thank you for your contribution! Looks good!

hirosassa commented 1 year ago

@pn11 CI is failed but it doesn't come from your change.

I'm now fixing the problem in https://github.com/m3dev/gokart/pull/302 . I'll ask you to take the changes of #302 in this branch after the PR is merged. Please wait a moment.

hirosassa commented 1 year ago

@pn11 #302 is merged. Please rebase current master branch into this PR.

pn11 commented 1 year ago

@hirosassa Thank you. I rebased master.

hirosassa commented 1 year ago

@pn11 Thank you for your contribution!