Skip to content

Commit 1e3aad9

Browse files
Fix typo and improve clarity
1 parent 8e63268 commit 1e3aad9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,22 @@ The compiled bot pack can be downloaded directly from the [RLBot GUI](https://gi
66
## Submission
77

88
Everyone is welcome to submit their bot/script to the bot pack.
9-
Bots/scripts are submodules of this repository.
109

11-
Requirements
10+
Requirements:
1211
- **Open source**: Your submission must be open source, and its repository must contain all necessary files and/or only use public dependencies.
13-
- **bot.toml**: Your submission must have a [`bot.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) or [`script.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) with
12+
- **bot.toml or script.toml**: Your submission must have a [`bot.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) or [`script.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) with
1413
- A unique agent id. We strongly recommend the format `<yourname>/<botname>/<version>`,
1514
- A name,
16-
- A working run command (an optionally a linux run command),
15+
- A working run command (and optionally a linux run command),
1716
- A logo file, and
1817
- All fields in the details section (description, fun fact, source link, developer, language, tags).
19-
- **bob.toml**: A properly configured `bob.toml` file which allows our tool [bob](https://github.com/swz-git/bob) to build and package the submission. See the bob repository for further instructions.
18+
- **bob.toml**: A properly configured `bob.toml` file which allows our tool [bob](https://github.com/swz-git/bob) to build and package the submission. See the bob repository for further instructions and examples.
2019
- **Skill Limit**: Your bot must be platinum rank or lower (equal to Element or lower) due to the risk of cheaters taking advantage of your bot.
2120
- **License (optional)**: Add a [LICENSE](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) file for your bot. The license must allow this bot pack to use the code and distribute the submission. If you do not include a LICENSE, the bot pack defaults to the [MIT license](https://license.md/licenses/mit-license/).
2221

2322
After checking the requirements above, make a pull request to this repository that adds your bot as a submodule using `git submodule add <yourgitrepo.git>`.
2423

25-
## License
24+
## Licensing
2625

2726
The submodules in this repository are under the MIT license (see LICENSE), unless the individual submodules specify otherwise. Moreover, the owner of each submodule repository is allowed to change their license at any time as long as the new license still allows the bot pack to use the code and distribute the submission.
2827

0 commit comments

Comments
 (0)