Contributing
January 4, 2026 ยท View on GitHub
These guidelines explain how to report issues and contribute changes to Silverback.
Found an Issue?
If you find a bug in the source code or a documentation problem:
- Open an issue in the GitHub repository: https://github.com/BEagle1984/silverback
- Or (preferred) submit a pull request with a fix.
When reporting an issue, include:
- A clear description of the problem.
- The exception message and stack trace (if applicable).
- A minimal repro sample (use a public Gist or a PR if the repro needs multiple files).
Feature Requests
Before requesting a feature, consider:
- Silverback has many extensibility points; you may be able to implement the feature without modifying the library.
- Stability matters; large breaking changes are unlikely to be accepted.
Submitting a Pull Request
Before opening a PR:
- Follow the existing formatting and naming conventions.
- Make sure tests pass.
- Add or update tests for bug fixes and new features.
- If you use Rider/ReSharper, run code cleanup on the files you touched.
More information:
- GitHub help: https://help.github.com/articles/using-pull-requests
- Documentation: https://silverback-messaging.net
Contributor License Agreement
By contributing your code to Silverback you grant Sergio Aquilini a non-exclusive, irrevocable, worldwide, royalty-free, sublicenseable, transferable license under all of Your relevant intellectual property rights (including copyright, patent, and any other rights), to use, copy, prepare derivative works of, distribute and publicly perform and display the Contributions on any licensing terms, including without limitation: (a) open source licenses like the MIT license; and (b) binary, proprietary, or commercial licenses. Except for the licenses granted herein, You reserve all right, title, and interest in and to the Contribution.
You confirm that you are able to grant us these rights. You represent that You are legally entitled to grant the above license. If Your employer has rights to intellectual property that You create, You represent that You have received permission to make the Contributions on behalf of that employer, or that Your employer has waived such rights for the Contributions.
You represent that the Contributions are Your original works of authorship, and to Your knowledge, no other person claims, or has the right to claim, any right in any invention or patent related to the Contributions. You also represent that You are not legally obligated, whether by entering into an agreement or otherwise, in any way that conflicts with the terms of this license.
Sergio Aquilini acknowledges that, except as explicitly described in this Agreement, any Contribution which you provide is on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.