Welcome to the GDG Chennai Community Website repository! We're excited that you're interested in contributing. Please take a moment to review the following guidelines.
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/gdgchennai/DevFest23
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Ensure your changes adhere to the project's coding style and standards.
- Test your changes locally to verify they work as expected.
- Include relevant comments in your code for clarity.
- Update the documentation if necessary.
- Commit your changes:
git commit -m "Add your commit message here"
- Push your changes to your fork:
git push origin feature/your-feature-name
- Create a pull request (PR) to the
main
branch of the original repository.
- Provide a descriptive title for your PR.
- Clearly explain the purpose and scope of your changes in the PR description.
- Ensure your PR is linked to any relevant issues.
- Be responsive to any feedback or questions from maintainers.
Please note that we have a Code of Conduct in place. Make sure to follow it in all your interactions with the community.
If you need help or have questions, feel free to reach out to us on Discord.
Thank you for contributing to the GDG Chennai DevFest Website!