This project is now open to contributions under hacktoberfest 2022 and your contributions are welcome.
To get started with contributing and the flow check out 👉 below. This repo follows all the standard measures and compliances to ensure a healthy environment for collaboration and community engagement.
How you can contribute ?
- Check out the existing issues and help solve those.
- Suggest better alternatives to current choices in design and UI.
- Suggest new ways to improve functionality and actual application.
- Help with low-code and no-code like documentaion, the set-up and configuration, walkthrough.
- Add new awesome features of your own without breaking existing ones.
Finally, let's relish the spirit of open source and have fun while bringing quality changes. Happy Contributing 🎉🎉 !!
🔗🔗 Organic Retail Website 🍁🍂
Prototype website of a business dealing with organic products. Cool Parallax effects and clean UI has been used to make the landing page of the site. The site is deployed on github pages.
- Read The Contributing Guidelines and Code Of Conduct
-
Fork this Repository.
-
Clone the Repository:
git clone "url of this repo"
-
Check existing issues or raise a new issue of your own and ask it to be assigned to you.
-
Wait for the issue to be assigned to you.
-
Create a branch:
git checkout -b <your-new-branch-name>
-
Put your code :-
- Make all necessary changes or modifications to the code in your local cloned branch.
- Neccessary information like functionalities, screenshots, working video(if required) should be kept handy (you will need to present it when submitting the PR)
-
Push changes to gitHub ( on your forked repo ) :
git push origin <add-your-branch-name>
-
Create a new pull request to the original repo ( main branch of this repo )
-
Submit your changes for review.
-
And Boom! You're done 🥳
-
The maintainers will review and merge your changes into the main branch of this project. You will be automatically notified via E-mail once the changes have been merged.
Note : If you want your changes to count towards hacktoberfest ensure that the issue you are working on has #hacktoberfest label
Star Mark this repository and keep contributing as you learn!!