Skip to content

Commit

Permalink
docs: πŸ“ add scoring system
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 5, 2023
1 parent 39fd02f commit b8f8ce9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this workshop, we will restrict ourselves with some extreme rules _(cf. [Rule
1. ☝️ all developers must commit to the same branch _(i.e. **no branching** / **no PRs**)_
2. 🀝 each commit must be propagated immediately _(i.e. each commit must be pushed immediately and pulled by others)_ _(cf. [Limbo](#limbo))_
3. ⏳ all developers must use [autorevert](#autorevert) or [tcr](#tcr)
4. βœ… ci workflow should never break
4. βœ… ci workflow should never break _(except missing visual regression snapshots)_
5. πŸ€– manual testing is forbidden _(i.e. **starting the app is not allowed, but TDD is highly encouraged πŸ˜‰**)_
6. πŸ—‘οΈ in case of conflict, the first commit wins _(i.e. **never fix conflicts**)_

Expand All @@ -34,6 +34,12 @@ In this workshop, we will restrict ourselves with some extreme rules _(cf. [Rule
- [ ] User should not be able to add the same recipe to favorites twice.
- [ ] User should be able to visit the details page of a recipe showing: ingredients, steps.

## Scoring system

- `+10` points for each requirement implemented & tested _(`0` points if not tested)_.
- `-5` points for each CI workflow failure _(except missing visual regression snapshots)_.
- **🚨 CHEATING 🚨** : 15 minutes AFK penalty for the whole team.

## Useful commands

### Running build, lint & tests
Expand Down

0 comments on commit b8f8ce9

Please sign in to comment.