Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1013 Bytes

File metadata and controls

17 lines (15 loc) · 1013 Bytes

How to contribute

Reporting an issue 🐛

  • Do not open GitHub Issues for security vulnerabilities. If you find a security vulnerability, please send an email to security@stemplin.com that explains the issue.
  • Before opening an Issue, make sure that what you are reporting is not already dealt with in any existing Issues.
  • To report a bug, use the bug report template.

Creating a Pull Request :octocat:

  • New Pull Requests should always address an existing Issue.
  • Short Pull Requests are GOLDEN. Make them easy to read and fast to review.
  • When naming variables and methods, pick a name that is easy to pronounce, and that is self explaining. Stay away from abbreviations.
  • If you make Rubocop happy, you make us happy!😄
  • We use minitest. You don't have to test everything, we don't want tests slowing us down. Just test the important stuff.

Thank you!

We are super duper happy that you are thinking about contributing!! We would love for you to participate!

Love, the Stemplin team.