feat: add CONTRIBUTING.md and LICENSE files for project guidelines and legal terms

This commit is contained in:
Thibault Pouch
2026-03-03 09:21:42 +01:00
parent 8f8cdc3872
commit 4768bd5184
3 changed files with 374 additions and 2 deletions

View File

@@ -181,12 +181,24 @@ See `nest-backend/prisma/schema.prisma` for the complete schema.
## Contributing
We welcome contributions from authorized team members and approved contributors! Please read our [Contributing Guidelines](./CONTRIBUTING.md) for detailed information on:
- Development workflow
- Coding standards
- Testing guidelines
- Commit message conventions
- Pull request process
Quick start for contributors:
1. Create a feature branch from `main`
2. Make your changes in the appropriate sub-project
3. Test locally with `npm run dev`
4. Run linting (`npm run lint` for frontends)
5. Submit a pull request
5. Submit a pull request following our PR template
## License
Proprietary - CrowMate Team © 2026
This project is proprietary software owned by the CrowMate Team. See the [LICENSE](./LICENSE) file for details.
Copyright © 2026 CrowMate Team. All rights reserved.