Skip to content

Commit

Permalink
Merge pull request #57 from DadeKuma/DadeKuma-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
DadeKuma authored Feb 12, 2024
2 parents 340d46d + 6372adc commit c1a268b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A live website is available [here](https://botracer.xyz/).
To add a new race, follow these steps:

1. Fork this project
2. Modify `public/data/races.json`
2. Modify `public/data/races/<year>.json`
3. Keep the same format as this template:
```js
{
Expand All @@ -31,7 +31,15 @@ To add a new race, follow these steps:
}
}
```
5. Open a pull request
5. **The Bot name must be available in [bots.json](public/data/bots.json)**
6. **The Judge name must be available in [judges.json](public/data/judges.json)**
7. Open a pull request

### Adding a new Bot/Judge

1. Modify [bots.json](public/data/bots.json) to add a new Bot
2. Modify [judges.json](public/data/judges.json) to add a Judge bot
3. The order must be alphabetically sorted, ignoring the case

### Findings
To add a finding for your bot, follow these steps:
Expand Down

0 comments on commit c1a268b

Please sign in to comment.