Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1.44 KB

Welcome, contributors! 😃

  • Please be mindful of the code of conduct while interacting or contributing!
  • Have a look at the issues section for issues that need to be solved!
  • If you make a contribution, please do not forget to add your personal details to the CONTRIBUTORS.md file!

Technologies used

  • HTML 5
  • CSS 3 (with Flexbox)

Local setup

  • Fork this repository (top right corner).
  • Clone your forked repo using the git clone command.
  • Make your changes to the repo!

Please use HTML and vanilla CSS (with Flexbox) only. No CSS frameworks or CSS Grid please!

  • Please make CSS changes in ./static/css/style.css and minify it using an online utility and paste it in ./static/css/style.min.css.
  • Commit your code using the correct commit message structure.
    Eg: ':bug: fix: Correct typo in git.adoc (#0)' which is typed as :bug: fix: Correct typo in git.adoc (#0).
  • Push the code to your forked repository.
  • Make a Pull Request!

Further help

If any further help is needed, do not hesitate to contact me on Twitter (@harshgkapadia) or via e-mail [email protected].