Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 944 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 944 Bytes

Thanks for giving this a read! We're always open to your contributions to cookiejs.js. This document will get you started on how to contribute and things you should know. So please give it a thorough read.

Please also give the code of conduct a read.

How do I contribute code?

  1. Find some issue you're interested in, or a feature that you'd like to tackle. Also make sure that no one else is already working on it. We don't want you to be disappointed.

  2. Fork, then clone

  3. Create a branch with a meaningful name for the issue: git checkout -b add-something

  4. Make your changes and commit: git add and git commit

  5. Push your branch: git push -u origin your-branch-name

  6. Submit a pull request to the upstream utilitiesjs repository.

  7. Choose a descriptive title and describe your changes briefly.

  8. Wait for a maintainer to review your PR, make changes if it's being recommended, and get it merged.

  9. Hooray!