- Have git properly configured on your machine.
- Fork this repository.
- Clone your fork.
- Download the Bot Land documentation editor.
- Edit the documentation using the Bot Land documentation editor.
- Review your changes using the Export button at the top right of the editor.
- Save the archive containing your changes.
Changes made outside of the editor may be rejected. If you can't edit something in the editor or you encounter a problem, please open an issue.
- Create a new branch in your fork.
- Paste the modified files.
- Push the new branch to your fork.
- Submit a pull request with your changes.
- Optionally ping Adam on Discord to tell him that you've made a change (Adam13531#3531).
If you have any new issues, please report them.
For example, this error:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
For me, this showed up when using CMD on Windows. To fix it, I had to launch the application from bash
with ssh-agent
running. This probably indicates an issue with your Git configuration though, for which this guide may help.