782 B
782 B
Contributing to Guardian AI Backend
Thank you for considering contributing! Please follow these guidelines:
Getting Started
- Fork the repo and clone locally.
- Create a new branch for your feature or bugfix.
- Install dependencies with
npm install.
Code Style
- Use Prettier and EditorConfig for formatting.
- Write clear, modular code and add comments where helpful.
- Use environment variables for all secrets/config.
Commits & PRs
- Write descriptive commit messages.
- Reference issues in your PRs if applicable.
- Ensure all tests pass before submitting a PR.
Issues
- Use GitHub Issues for bugs and feature requests.
- Provide as much detail as possible.
Code of Conduct
- Be respectful and inclusive.
Thank you for helping make Guardian AI better!