feat: add CONTRIBUTING.md and LICENSE files for project guidelines and legal terms
This commit is contained in:
16
README.md
16
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user