Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.17 KB

File metadata and controls

25 lines (13 loc) · 1.17 KB

Contributing

Thank you for your interest in contributing to FairPlay! This is a guide to help you get started.

Getting started

To ensure a positive environment, please read and follow our Code of Conduct. To learn how to setup the code in this repo, follow our Developer Guide.

Issues

If you find bug, please create a new Issue. Before doing so, search for existing Issues. Include a clear description of the problem along with the steps to reproduce it.

Before you start working on an existing Issue, let others know that you'll be taking it on.

Pull Requests

After you've made changes to the code, you can open a PR. Here are a couple of things to keep in mind before you submit:

  • If you're fixing an Issue make sure no one else has been assigned to fix the same isse.

  • Link your PR to the related Issue(s), if any.

  • Provide a clear and concise description and title for quicker review.

  • Ensure all the tests run successfully before submitting your PR.