Guardian-admin-backend/CONTRIBUTING.md
2025-07-16 17:58:08 +05:30

27 lines
782 B
Markdown

# 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!