If you have any new kata's that you would like to share, you could do the following.
- Clone the repository;
- Create a new branch for your new Kata;
- Add the Kata to the folder
/katas/
(e.g./katas/my-new-kata/
). - Open a Pull Request :)
Once the Pull Request has been approved, you can find your katas in the repository.
DON'T push to master
directly.
DO:
- Clone the repository;
- Create a branch from
master
and make your changes in it. - Create a PR to master.
- Wait for review (you can go to the Muses Code JS Slack to announce your changes)
- If approved, your changes will be merged by the reviewer(s).
If you're organising a coding-dojo in your chapter, first of all, congratulations and thank you for teaching the best practices to others. We want to keep a clean repository.
As an organiser, you'll have to share the work done during a session with all of the attendees. To do so, request access to the coding-dojo
repo on the Muses Code JS Slack and then do the following
DON'T push to master
directly in a folder.
DO:
- Create a branch from
master
following the branch naming convention. - Push your changes on Github.
- Clean the
katas/
folder. Only keep the katas you've done during the session and delete the others - Create a release tag with the same name as your branch.
- Share it with the attendants.