If you have any new katas 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 and merged, 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 (e.g.git checkout -b melbourne-kata-update
). - Create a PR to master.
- Wait for review (you can go to the Muses Code JS 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-melbourne
repo on the Muses Code JS and then do the following:
DON'T push to master
directly in a folder.
DO:
- Create a branch from
master
following the below branch naming convention. - Add your folder and files to the folder by year - e.g.
2020/melbourne/28-03-2018-fizz-buzz
. - Push your changes to GitHub.
- Create a release tag with the same name as your branch.
- Share it with the attendants.
The branch name has to contain your chapter's name and the coding-dojo date like so: melbourne/28-03-2018
. If your coding dojo session has more than one group, suffix the name with a letter from A to Z :
melbourne/28-03-2018_A
melbourne/28-03-2018_B