Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dojutsu-user authored Nov 9, 2019
1 parent cbd7cfc commit f9aeaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Official leaderboard for Get Set FOSS.
4. Each merged PR must have two labels so that it gets counted:
* `getsetfoss2019`: Every PR must have this label so that it gets recognized as a valid PR for the event. If the PR doesn't have this label, it will get ignored and no points will be rewarded.
* To change this to some other label, edit the `MAIN_LABEL` variable in `settings.py`.
* To change this to some other label, edit the `MAIN_LABEL` setting in `settings.py`.
* Every PR must have a label which corresponds to its points. Valid labels are: `extra` (5 points), `very easy` (10 points), `easy` (15 points), `medium` (25 points), `hard` (30 points), `pro` (50 points) and `codeburst` (100 points).
* To add/remove any label, edit the `POINTS_DATA` in `settings.py`.
* To add/remove any label, edit the `POINTS_DATA` setting in `settings.py`.
* Always run these two commands after editing `POINTS_DATA`:
```bash
$ python manage.py makemigrations
Expand Down

0 comments on commit f9aeaac

Please sign in to comment.