Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 1.52 KB

GDG Chennai DevFest23 Website - Contribution Guidelines

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.

Getting Started

  1. Fork the repository.
  2. Clone your forked repository: git clone https://github.com/gdgchennai/DevFest23
  3. Create a new branch for your changes: git checkout -b feature/your-feature-name

Making Changes

  1. Ensure your changes adhere to the project's coding style and standards.
  2. Test your changes locally to verify they work as expected.
  3. Include relevant comments in your code for clarity.
  4. Update the documentation if necessary.

Submitting Changes

  1. Commit your changes: git commit -m "Add your commit message here"
  2. Push your changes to your fork: git push origin feature/your-feature-name
  3. Create a pull request (PR) to the main branch of the original repository.

Pull Request Guidelines

  1. Provide a descriptive title for your PR.
  2. Clearly explain the purpose and scope of your changes in the PR description.
  3. Ensure your PR is linked to any relevant issues.
  4. Be responsive to any feedback or questions from maintainers.

Code of Conduct

Please note that we have a Code of Conduct in place. Make sure to follow it in all your interactions with the community.

Help and Support

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!