1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

docs(development.md): add placeholders for new sections to provide more detailed information about different parts of the project in the future

This commit is contained in:
kzndotsh 2024-08-16 22:30:23 +00:00
parent 6e61e06165
commit 5632a90437

View file

@ -76,3 +76,27 @@ The project is structured as follows:
- `.pre-commit-config.yaml`: The pre-commit configuration file containing the pre-commit hooks for the bot.
- `.github/workflows/`: The GitHub Actions directory containing the CI/CD workflows for the bot.
- `renovate.json`: The Renovate configuration file containing the dependency update settings for the bot.
## Cogs Primer
TODO: Add cogs primer
## Database Primer
TODO: Add database primer
## Handlers Primer
TODO: Add handlers primer
## UI Primer
TODO: Add UI primer
## Utils Primer
TODO: Add utils primer
## Wrappers Primer
TODO: Add wrappers primer