crsten / datepickk

Simple, beautiful and powerful datepicker!
https://crsten.github.io/datepickk
MIT License
165 stars 42 forks source link

add russian lang #15

Closed xevin closed 7 years ago

crsten commented 7 years ago

Hi @xevinbox and thanks for your PR, (and sorry for laaaate reply)

This repo is using semantic-release and commitizen to maintain semver versioning and publishing to npm.

Could you please change your PR to match the requirements (yes i will update the documentation to tell about how to contribute to this package)

I'm pretty sure that you can run npm install --dev to get all necessary packages. After that do the following:

  1. git add [YOUR FILES]
  2. npm run commit -> this takes you through the commitizen process
  3. Make new PR

If you have trouble check out the commitizen documentation