Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 2.06 KB

File metadata and controls

22 lines (14 loc) · 2.06 KB

Code Contribution Guidelines

Thank you for your interest in contributing! We’re glad ❤️ you’re here!

Please read the guidelines below to learn the process for making code contributions.

  1. Fork the repository, clone it locally, and follow the local development steps to build it.
  2. Find help wanted tickets that are up for grabs in GitHub. Comment to let everyone know you’re working on it and let a core contributor assign the issue to you. If there’s no ticket for what you want to work on, read about contributions without a ticket.
  3. When your changes are checked in to your fork, ensure the following is completed:
  • If this will be your first contribution, there is a standard CLA (Contributor License Agreement) that you will need to sign.
  • Your code is thoroughly tested, including test steps or expected results.
  • The PR title begins with the GitHub issue ID (e.g. [GH-394]) and summary template is filled out.
  • Your PR includes basic documentation about the change/addition you’re submitting
  1. Submit your pull request for a code review and wait for a core committer to review it. If you get stuck, please message Christopher Speller (@crspeller on GitHub) or Jason Blais (@jasonblais on your GitHub PR).

Good luck and have fun! ❤️

Bug Reports

Please file a GitHub issue if anything isn't working the way you expect.