Below are steps you may follow as you write your contribution.
- Fork this repository. You can find the
fork button
at top right or click here to automatically create your own fork. - Clone your fork. Your fork is your copy of this repository.The link to your fork will be something like
https://github.com/your-user-name/learn_html_css_js
- In your Code Editor, Open the repository and Create a branch of what you plan to write to the repository. A good convention of your branch name is
your-name-feature-x
. - Create a
directory/folder
with your name. Your work will go into thisfolder
. A good to use convention isFirstName_LastName
- Save your work and Push to your branch:rocket:
- Go to https://github.com/Musasizi/learn_html_css_js and create a Pull Request to the main branch.
- Feel free to tag the project maintainer in your Pull Request's comments so as to avail it the attention it requires.
- Thats it! ✨ Congratulations on your contribution🚀