Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 1.01 KB

Contributing

Changes are welcome! Please read the following advice before submitting a new pull request:

  • Search previous pull requests before adding a new one, as yours may be a duplicate.
  • Create an individual pull request for each domain model, or set of related models.
  • Make sure your editor respects the .editorconfig configuration.
  • Take a look through the source code and try and match its coding style to your submission.
  • Add unit tests where possible, and run them before submitting :)
  • Update the Web API serialisation project, WhatIsHeDoing.DomainModels.APITests.
  • Update the README.md where necessary.
  • Consider how the project version should be bumped: it currently follows the SemVer scheme.
  • Finally: let's try and keep this professional, and fun if possible! For more information, see the Contributor Covenant.

Thanks for your help!