Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 754 Bytes

File metadata and controls

25 lines (16 loc) · 754 Bytes

Contributing to Aethel

Thank you for your interest in contributing!

How to Contribute

  • Fork the repository and create your branch from main.
  • Run bun run lint and ensure code passes ESLint and Prettier.
  • Add tests for any new features or bugfixes.
  • Open a pull request with a clear description of your changes.
  • Be respectful and constructive in code reviews and discussions.

Reporting Issues

  • Use GitHub Issues for bugs, feature requests, or questions.
  • Include steps to reproduce, expected/actual behavior, and environment info.

Code Style

  • Follow existing code style (ESLint, Prettier, file organization).
  • Use clear, descriptive commit messages.

Community

  • Please be kind and inclusive. See CODE_OF_CONDUCT.md.