Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 1.78 KB

Contributing to RCCTechz Website Revamp

Thank you for your interest in contributing to the RCCTechz Website Revamp! We welcome contributions from everyone in the community and aim to create a friendly and inclusive environment. Please take a moment to review this document before you start contributing.

How Can You Contribute?

There are many ways to contribute to this project, including:

  1. Reporting Bugs: If you find any bugs, please report them by creating an issue.
  2. Suggesting Features: If you have ideas to improve the project, feel free to suggest them.
  3. Improving Documentation: Enhancing the documentation helps others understand and use the project better.
  4. Coding: If you’re familiar with web development, you can contribute by writing code for features, fixing bugs, or refactoring existing code.
  5. Design: We welcome any UI/UX improvements or new design ideas for the project.

Getting Started

To contribute, follow these steps:

  1. Fork the Repository: Click the "Fork" button on the top right to create a copy of this repository on your GitHub account.

  2. Clone Your Fork:

    git clone https://github.com/RCCTechzClub/TechzRevamp.git
  3. Create a Branch: Create a new branch for your changes to keep your contributions organized.

    git checkout -b feature-name
  4. Make Changes: Implement your changes locally. Be sure to run tests if applicable and format your code according to the project’s style.

  5. Commit and Push:

    git add .
    git commit -m "Description of changes"
    git push origin feature-name
  6. Create a Pull Request: Go to the repository on GitHub. Click the "Pull Request" button. Choose your branch and submit the pull request with a clear title and description of your changes.