Welcome to Web3DAO Community👋.
You can kick off your web3 developer journey with the web3DAO community from zero to hero we will take you from setting up your first crypto-wallet all the way to creating a DAO. We believe in learning by doing things following our roadmap, resources, sessions, and building the projects with us. Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and improve it further
To start contributing, follow the below guidelines:
🌟 Star the project to bookmark and appreciate the work.
1. Fork
the repository: Creates a replica of repository to your local environment.
2. Clone the repository -
Downloads all repo files to your machine, using:-
git clone https://github.com/repository-url
3. Now the repository has been setup in your local machine. Open your editor and start coding.
4. Perform your desired changes to the code base.
5. Track your changes ✅
git add .
6. Commit your changes.
git commit -m "Relevant message"
7. Check for your changes.
git status
8. Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
9. To create a pull request, click on compare and pull requests
. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.
10. Add appropriate title and description to your pull request explaining your changes and efforts done.
11. Click on Create Pull Request
.
12. Now You have made a PR to the website 💥.
Connect with us