Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 948 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 948 Bytes

Contributing to FromThePage

Thanks for your interest in FromThePage! We're excited that you'd like to improve this open-source tool which has been installed on six continents. If you'd like something small to start, check out issues labelled good first issue.

Issues

Please open an issue before creating a pull request, even if the feature has been discussed via email or Slack. If possible, include a link to an example of the problem.

Pull Requests

Please create a branch off of development. The branch name should start with the issue number.

All commit messages should include the issue number.

All pull requests should be linked to an issue, ideally using closing keywords.

Coding conventions

  • Indentation is via two spaces.
  • We prefer slim templates, but ERB is acceptable.