Contribute to GreenLander
connecting minds, advancing science
Project Submission
GreenLander is proudly submitted as a project for the Hack for Earth
hackathon. Our platform is a dedicated initiative designed to educate and empower individuals in the fight against climate change. GreenLander facilitates an immersive learning experience, community engagement, and actionable steps toward a sustainable future. Join us as we harness technology to make a positive impact on the planet 🌍💡.
Contribute to GreenLander
Thank you for considering contributing to GreenLander! We appreciate your interest in helping make our platform better and more impactful. This guide outlines the steps for contributing to our GitHub repository.
Getting Started
Let's start hacking!!
Fork the Repository
Click on the "Fork" button at the top right corner of the GreenLander repository. This will create a copy of the repository in your GitHub account.
Clone Your Fork
Clone your fork to your local machine. Replace <your-username>
with your GitHub username.
git clone https://github.com/<your-username>/greenland.git
Set Up the Development Environment
Navigate to the project directory and install the dependencies.
cd greenland
npm install
Making Changes
Create a Branch
Create a new branch for your changes. Use a descriptive branch name that reflects the changes you are making.
git checkout -b feature/your-feature
Make Your Changes
Implement your changes. Follow the project's coding guidelines and ensure that your code is well-documented.
Commit Your Changes
Commit your changes with a clear and concise commit message.
git add .
git commit -m "Add your commit message here"
Push to Your Fork
Push your changes to your fork on GitHub.
git push origin feature/your-feature
Submit a Pull Request
Create Pull Request
Visit your fork on GitHub and click on the "New Pull Request" button. Ensure that you are comparing the correct branches.
Review Process
Your pull request will be reviewed by the maintainers. Be responsive to any feedback and make necessary changes. Once approved, your changes will be merged into the main repository.
Code of Conduct
Please read and adhere to our Code of Conduct to ensure a positive and inclusive community environment.
License
By contributing to GreenLander, you agree that your contributions will be licensed under the MIT License.