Main Information
Rules
Please follow the contribution rules:
- Use the template for every function. Template can be found here
- Please use correct English sentences. Swearing is forbidden
- Make clear what you have changed when you make a pull request. Use an appropriate title & description
- Make sure you make docs on functions you know well. You should avoid, in any way possible, that wrong information is pushed.
Editing existing or adding docs
You can edit pages in our github repo. You can click the edit page button for existing page.
Requirements
Since the function doesn't exist,you have to create a file inside the specific folder in the repo Example $botCount
- Check in
undone.md
to be sure,that nobody else already documented the function. - Fork the repo
- Create a file in bot folder with name
botCount.md
- Use the template here and edit it.You can check current function files,if you need some inspiration.
- Save and Commit your File
- go to undone.md and move the function to done
- If you have done all your changes(add/change many function docs,not only 1), do a pull request,which we will review.