Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 1.69 KB

Working on work

Looking to join us in evolving and improving work? We put together a small guide to lay out the ground rules.

Let's do this! 🤓

How do I report a bug?

Hey, nobody's perfect. As much as we test our code, a few bugs sneak past us. If you would like to report one you found, simply check our Github issues that have the bug tag to see if someone beat you to it! Otherwise, whip one up with this template.

How do I ask questions?

Great question. We suggest checking for any Github issues with the question tag to see if anyone has asked the same question before. When you're not finding what you are looking for, we ask that you create an issue with the question tag, so that others can benefit from the conversation.

Where can I leave feedback?

We would enjoy hearing your thoughts on the work we have done so far, how you use work, and ideas you might have to make things better! Currently, just drop an email to the primary author at freerware@gmail.com.

How do I contribute changes?

Want to lend us a hand? We welcome pull requests for fixes and new features! All we ask is that your pull request hits these checklist items:

  • Uses well formed commit messages.
  • Includes unit tests and maintains consistent or higher code coverage.
  • Makes changes to both comments and other documentation where appropriate.
  • Uses the following pull request template.