Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Correct score thresholds table formatting (#25)

* docs: Correct score thresholds table formatting

Escape the `>` so it doesn't cause a blockquote

* docs: remove unnecessary escape

The Google Docs → Markdown copy likes to add lots of unnecessary backslashes to escape things. This one's not needed!

authored by

Cassidy James Blaede and committed by
GitHub
4d3c9fb7 0408de5b

+2 -2
+2 -2
docs/CONCEPTS.md
··· 144 144 145 145 The User Score is calculated based on the ratio of penalties to submissions: 146 146 147 - `weightedPenaltyRate \= sum(penalties) / numSubmissions` 147 + `weightedPenaltyRate = sum(penalties) / numSubmissions` 148 148 149 149 #### Score Thresholds 150 150 ··· 154 154 ≤ 5% | 4 155 155 ≤ 10% | 3 156 156 ≤ 25% | 2 157 - > 25% | 1 (Worst) 157 + \> 25% | 1 (Worst) 158 158 159 159 #### How Penalties Work 160 160