Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.87 KB

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1.87 KB

Contributing to DSH SDK

Thank you for considering contributing to the DSH SDK! We welcome bug reports, feature requests, and contributions from the community.

Table of Contents

Security Vulnerabilities

If you discover a security vulnerability, please follow our security policy and avoid creating public GitHub issues. Instead, report the issue privately.

Bug Reports and Feature Requests

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

How to Contribute

We appreciate your interest in contributing to the DSH SDK. To contribute, follow these steps:

  1. Create a new issue in github issues
  2. Fork the repository.
  3. Create a new branch for your contribution: git checkout -b feature/my-feature or git checkout -b bugfix/my-bugfix.
  4. Make your changes.
  5. Test your changes to ensure they work as expected.
  6. Commit your changes: git commit -m "Description of your changes".
  7. Push your changes to your fork: git push origin feature/my-feature.
  8. Open a pull request (PR) against the main branch of the main repository and link your created issue.

License

By contributing to the DSH SDK, you agree that your contributions will be licensed under the Apache 2.0 License.