Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 1.57 KB

Contributing to Enable.Extensions.Messaging

Firstly, thanks for taking the time to contribute!

The GitHub issue tracker is the preferred channel for raising feature requests, bug reports and submitting pull requests.

Feature requests

If you've got a great idea for how Enable.Extensions.Messaging can be improved then we'd love to hear it.

Please create a new issue, describing in as much detail as possible the change you would like to see.

Bug reports

A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful - so thank you!

If you spot a bug or a mistake in the documentation, you can help us by raising an issue. Even better you can submit a pull request with a fix (and one or more tests which reproduce the bug).

Submitting pull requests

If you would like to contribute a fix or improvement to Enable.Extensions.Messaging, please submit a pull request containing your change (read more about pull requests on GitHub Help).

Please ensure that all tests pass before submitting your request. If adding new features, please add tests to cover and describe any new code.