Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 624 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 624 Bytes

Contributing to Linkmarklet development

Thank you so much for contributing to this project, I love pull requests! To effecively contribute to the development of Linkmarklet please do the following:

  1. Create a GitHub account
  2. Fork the repo
  3. Create a branch from master with a meaningful name describing your task
  4. Ensure extrenuous whitespace is removed before committing
  5. Make commits of logical units
  6. Ensure commit messages effectively explain everything that was changed
  7. Push your changes to your branch of your fork
  8. Submit a pull request

Thank you!