Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 737 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 737 Bytes

Code of Conduct

See 📜Code Of Conduct to read guidlines that you need to follow throughout this repository.

Getting Started

To get you started you will need to clone our repo. First of all you should fork the repo and clone it using git:

git clone https://github.com/{username}/imagable.git

Start Creating 🎨🖌!

Conventions

You will need to follow up some conventions so that we can understand your PR.

  • Open up a seperate issue for you PR.
  • Reference Linked issue in your commits. Eg:- (#124) fix header offset
  • Using Styled Components instead of creating a seperate css file for it.
  • Use Linters to check for errors in your code.