Here at crea8lab we envision building side projects to help ourselves grow.
Here you are free to use any language of your choice. All we require is that you build projects to solidify your learning.
If you have ideas on how to enhance this project, please reach out to us here
- HTML Landing page
- Style using
sass
or pure css - Add interactivity
Thank you for your interest in adding value to our project. We emplore you to proceed the standards of github community regulations.
You can checkout our CONTRIBUTING file for how to contribute to the project
Do take a look at the Pull Request Template
Please ensure that you update your local branch before sending a PR, as conflicting PRs will not be attended to.
git remote add upstream <link/to/the/forked/repo>
git fetch upstream
gets the updated version of this repogit merge upstream/master
this merges the fetched version with your local mastergit checkout <your own branch>
takes you to your working branchgit merge master <working branch>
merge the local master with the branch you are working on.
Now you are set to push
git push origin <working branch>
this will update your forked repo
At this point you can send your PR, for easier work flow, please take a screenshot of your changes and add them to your PR.
- Screenshot the changes on the code editor or web browser
- Add your screenshots to the
img/screenshots/
directory - Add the image to your PR
Thanks for contributing. You may add your name to the contributors file.
After a successful merging of your PR, please proceed with adding your details to the contributors file.
In the bid to build a community where everyone can work together, please ensure you go through the CODE_OF_CONDUCT