mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-15 04:15:28 +07:00
update README
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -8,6 +8,7 @@
|
|||||||
"markdown.extension.toc.levels": "2..6",
|
"markdown.extension.toc.levels": "2..6",
|
||||||
"markdown.extension.toc.omittedFromToc": {
|
"markdown.extension.toc.omittedFromToc": {
|
||||||
"README.md": [
|
"README.md": [
|
||||||
|
"# Changelog",
|
||||||
"# API Reference"
|
"# API Reference"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
11
GUIDES.md
Normal file
11
GUIDES.md
Normal 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`.
|
||||||
@@ -1123,6 +1123,12 @@ builder_mt:destruction_policy :: id -> builder
|
|||||||
|
|
||||||
`evolved.lua` is licensed under the [MIT License][license]. For more details, see the [LICENSE.md](./LICENSE.md) file in the repository.
|
`evolved.lua` is licensed under the [MIT License][license]. For more details, see the [LICENSE.md](./LICENSE.md) file in the repository.
|
||||||
|
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.0
|
||||||
|
|
||||||
|
- Initial release
|
||||||
|
|
||||||
# API Reference
|
# API Reference
|
||||||
|
|
||||||
## Predefs
|
## Predefs
|
||||||
|
|||||||
Reference in New Issue
Block a user