- greenconf - A directory of vendors to organize eco-friendly conferences and meetups in India
Want to add a new vendor or update existing information? Here's how you can contribute:
-
Fork the repository:
- Go to https://github.com/fossdot/greenconf
- Click the "Fork" button in the top right
- This creates your own copy of the repository
-
Clone your fork:
git clone https://github.com/YOUR_USERNAME/greenconf.git cd greenconf -
Install dependencies:
pip3 install dirmaker
-
Make your changes:
- Edit
data.ymlto add/update vendor information - Follow the existing format in the file
- Make sure to include all required fields
- Edit
-
Test your changes locally:
dirmaker --build cd site python3 -m http.server 8000Visit http://localhost:8000 to preview
-
Commit and push:
cd .. git add . git commit -m "Add [vendor name]" # or "Update [vendor name]" git push origin main
-
Create a Pull Request:
- Go to https://github.com/fossdot/greenconf
- Click "Pull requests" > "New pull request"
- Select "compare across forks"
- Select your fork and branch
- Click "Create pull request"
- Fill in the description template
- Submit!
We'll review your contribution and merge it if everything looks good. Thank you for helping make conferences more eco-friendly! 🌱
Licensed under CC BY-SA