Aethel Bot OSS repository!
aethel.xyz
bot
fun
ai
discord
discord-bot
aethel
1# Contributing to Aethel
2
3Thank you for your interest in contributing!
4
5## How to Contribute
6
7- Fork the repository and create your branch from `dev`.
8- Run `pnpm run lint` and ensure code passes ESLint and Prettier.
9- Add tests for any new features or bugfixes.
10- Open a pull request with a clear description of your changes.
11- Be respectful and constructive in code reviews and discussions.
12
13## Reporting Issues
14
15- Use GitHub Issues for bugs, feature requests, or questions.
16- Include steps to reproduce, expected/actual behavior, and environment info.
17
18## Code Style
19
20- Follow existing code style (ESLint, Prettier, file organization).
21- Use clear, descriptive commit messages.
22
23## Community
24
25- Please be kind and inclusive. See `CODE_OF_CONDUCT.md`.