The master branch of this repository contains the latest stable changes.
- Fork this repository
- Join us on Discord
- Join the Trello board: the link will be shared with you through Discord
- Add your new content by :
- Adding a new markdown file under
content/Flavours
- Use the following template
- Adding a new markdown file under
---
categories:
- <1st category>
authors:
- <1st author name>
- <n author name>
problems:
- <Problem 1 that solves expressed as a question>
- <Problem n that solves expressed as a question>
---
# <Title>
<Describe in a few line the practice / technique>
## Why?
<Explain the `WHY`, how it can be useful>
## Problems
<Duplicate your problems questions from the yaml part> --- We need to work on it
## How to
<Explain how to start>
Make it as visual as possible with subtitles, code examples, images
## Constraint
<How to add this technique as a constraint in a kata / workshop>
## Resources
<Additional resources / curated resources (books, links)>
- For now we have created 5 categories / tags :
Architecture
,Design
,Refactoring
,Techniques
,Testing
This website is generated through docusaurus :
- Install yarn
- Run the folowing commands :
yarn #install the dependencies
yarn dev #run the site locally
- Once you have validated your local content development
- Please create a
Pull Request
- Pull requests should be submitted against the latest head of master
- Fill the template and then wait for the review
- Thanks for your contribution 😊