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.
There are many ways to contribute to this project, including:
- Reporting Bugs: If you find any bugs, please report them by creating an issue.
- Suggesting Features: If you have ideas to improve the project, feel free to suggest them.
- Improving Documentation: Enhancing the documentation helps others understand and use the project better.
- Coding: If you’re familiar with web development, you can contribute by writing code for features, fixing bugs, or refactoring existing code.
- Design: We welcome any UI/UX improvements or new design ideas for the project.
To contribute, follow these steps:
-
Fork the Repository: Click the "Fork" button on the top right to create a copy of this repository on your GitHub account.
-
Clone Your Fork:
git clone https://github.com/RCCTechzClub/TechzRevamp.git
-
Create a Branch: Create a new branch for your changes to keep your contributions organized.
git checkout -b feature-name
-
Make Changes: Implement your changes locally. Be sure to run tests if applicable and format your code according to the project’s style.
-
Commit and Push:
git add . git commit -m "Description of changes" git push origin feature-name
-
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.