update README

This commit is contained in:
BlackMATov
2025-05-23 22:05:09 +07:00
parent 9c6e53e610
commit e78c4e8d6b
3 changed files with 18 additions and 0 deletions

11
GUIDES.md Normal file
View File

@@ -0,0 +1,11 @@
# Guidelines
## Checklists
### Adding a New Top-Level Function
1. Insert the new function into the `evolved` table in `evolved.lua`.
2. Create tests for the function in `develop/testing/function_name_tests.lua`.
3. Add the new test to `develop/all.lua`.
4. Document the function in the **Cheat Sheet** and **API Reference** sections of `README.md`.
5. Provide a description in the **Overview** section of `README.md`.
6. Describe the update in the **Changelog** section of `README.md`.