Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1013 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 1013 Bytes

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Before you file a bug...

  • Is this a question? Ask it on our Slack server instead. (Not a member? It's easy to sign up.)
  • Did you read the documentation?
  • Did you search the issues list to see if someone already reported it?
  • Did you create a simple repro for the problem?

Before you submit a PR...

  • Did you ensure this is an accepted up-for-grabs issue? (If not, open one to start the discussion)
  • Did you read the project governance?
  • Does the code follow existing coding styles? (spaces, comments, no regions, etc.)?
  • Did you write unit tests?