Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 1.62 KB

Contributing

For general contribution and community guidelines, please see the community repo.

Table of Contents

Development

NOTE: Updates to docker/tag should be committed. This is in order that the Jenkins runner will know that it needs to rebuild the docker image used for building the project.

Testing

  • Tests are stored in test/
  • WebMocker.cs is used to mock web requests

Releases

Reference the internal automated release doc for releasing and promoting.

Contributing Workflow

  1. Fork the project
  2. Clone your fork
  3. Make local changes to your fork by editing files
  4. Commit your changes
  5. Push your local changes to the remote server
  6. Create new Pull Request

From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!