added contributing section to readme

This commit is contained in:
Raymond Jessop 2025-04-22 23:24:48 -05:00
parent d0b9ae4715
commit 72509ecf73
1 changed files with 12 additions and 0 deletions

View File

@ -302,6 +302,18 @@ For a detailed list of changes, improvements, and fixes across versions, see [CH
Developed by the ZeeksGeeks team. See [CONTRIBUTORS.md](CONTRIBUTORS.md) for individual contributors and their roles. Developed by the ZeeksGeeks team. See [CONTRIBUTORS.md](CONTRIBUTORS.md) for individual contributors and their roles.
# Contributing to django_aws_ses
We welcome contributions! Please follow these steps:
1. Fork the repository: https://git-vault.zeeksgeeks.com/public/django_aws_ses
2. Create a branch: `git checkout -b feature/your-feature`
3. Commit changes: `git commit -m 'Add your feature'`
4. Push: `git push origin feature/your-feature`
5. Open a Pull Request.
See [CONTRIBUTORS.md](CONTRIBUTORS.md) for current contributors.
## License ## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details. This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.