This repository is for the development of the Revive Ecotech website.
Thank you for considering contributing to the ReviveEcotech Website! We welcome contributions that help improve the project. Please follow these guidelines to ensure a smooth collaboration process.
-
Fork the Repository
- Navigate to the main repository: ReviveEcotech/ReviveEcotech_website.
- Click the Fork button in the top-right corner to create a copy of the repository in your GitHub account.
-
Clone the Repository
- Clone the forked repository to your local machine:
git clone https://github.com/<your-username>/ReviveEcotech_website.git cd ReviveEcotech_website
- Clone the forked repository to your local machine:
-
Create a Branch
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Ensure that your branch name is descriptive and relevant to the changes you are making.
- Create a new branch for your feature or bug fix:
-
Follow the Issue Template
- Before starting work, check if an issue already exists for your task. If not, create a new issue using the Issue Templates. This helps maintainers track changes and updates.
-
Utilize Pull Request Templates
- Ensure that you use the Pull Request Template when submitting your PR. This will help you provide all necessary information about your changes.
-
Code Quality
- Write clean, readable, and well-documented code.
- Follow the coding standards and guidelines adopted by the project.
- Test your changes thoroughly before committing.
-
Push Changes
- Push your changes to the branch you created:
git add . git commit -m "Description of your changes" git push origin feature/your-feature-name
- Push your changes to the branch you created:
-
Create a Pull Request
- Navigate to your fork on GitHub and click on the Compare & Pull Request button.
- Make sure to target the
testbranch of the main repository for all pull requests. - Add a clear and concise description of your changes in the pull request, and link any relevant issues.
-
Wait for Review
- The maintainers will review your pull request. Please be responsive to feedback and make necessary changes if requested.
- Testing Environment: Always test your changes locally before submitting a pull request.
- Respect the Templates: Use the provided templates for issues and pull requests to ensure all necessary information is included.
- Collaborative Communication: Be respectful and patient during the review process. Collaboration is key to improving the project.
Thank you for contributing to the Revive Ecotech Website! Your efforts are greatly appreciated.