Thank you for considering contributing to the DSH SDK! We welcome bug reports, feature requests, and contributions from the community.
If you discover a security vulnerability, please follow our security policy and avoid creating public GitHub issues. Instead, report the issue privately.
Please use GitHub issues to report bugs or suggest new features. Before submitting an issue, make sure to search for existing ones to avoid duplicates.
- Bug Reports: Clearly describe the issue, including steps to reproduce it.
- Feature Requests: Provide a detailed explanation of the requested feature.
- Context: Any additional information of context
We appreciate your interest in contributing to the DSH SDK. To contribute, follow these steps:
- Create a new issue in github issues
- Fork the repository.
- Create a new branch for your contribution:
git checkout -b feature/my-feature
orgit checkout -b bugfix/my-bugfix
. - Make your changes.
- Test your changes to ensure they work as expected.
- Commit your changes:
git commit -m "Description of your changes"
. - Push your changes to your fork:
git push origin feature/my-feature
. - Open a pull request (PR) against the
main
branch of the main repository and link your created issue.
By contributing to the DSH SDK, you agree that your contributions will be licensed under the Apache 2.0 License.