-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Cristiana Dinea <[email protected]> Co-authored-by: Gigon Bae <[email protected]> Co-authored-by: Gregory Lee <[email protected]> Co-authored-by: Julien Jomier <[email protected]> Co-authored-by: Shekhar Dwivedi <[email protected]> Co-authored-by: Tom Birdsong <[email protected]> Co-authored-by: Victor Chang <[email protected]> Co-authored-by: Wendell Hom <[email protected]>
- Loading branch information
1 parent
760e403
commit ff22333
Showing
190 changed files
with
4,695 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, help wanted | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Platform Information (please complete the following information):** | ||
- Holoscan SDK Version [e.g. 2.1.0] | ||
- Architecture: [x86_64, arm64] | ||
- OS: [Ubuntu, RHEL, IGX SW OS] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, help wanted | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Questions and Support | ||
about: Request information on Holoscan SDK features and best practices | ||
title: '' | ||
labels: help wanted | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Please describe your question | ||
Ask about Holoscan SDK features or best practices. For example, "Does Holoscan SDK support v4l2 compatible cameras?" | ||
|
||
## Please specify what Holoscan SDK version you are using | ||
latest | ||
|
||
## Please add any details about your platform or use case | ||
For instance, "IGX devkit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
We observe the [RAPIDS Contributor Covenant Code of Conduct](https://docs.rapids.ai/resources/conduct/) | ||
to foster a positive Holoscan community. | ||
|
||
Please report any instances of conduct violations to [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,66 @@ | ||
The Holoscan SDK is released on GitHub to better support the community and facilitate feedback. | ||
# Contribute to Holoscan SDK | ||
|
||
If you find any issues with the SDK please report them using GitHub [Issues](https://github.com/nvidia-holoscan/holoscan-sdk/issues). | ||
Welcome to Holoscan SDK! We're glad that you're considering contributing to the platform. | ||
|
||
Holoscan SDK is released on GitHub as open source software to better support the community and facilitate feedback. By | ||
contributing you agree to follow our [code of conduct](./CODE_OF_CONDUCT). | ||
|
||
## Reporting Feedback | ||
|
||
Community feedback helps us improve the Holoscan SDK platform to better meet user needs. We use GitHub [Issues](https://github.com/nvidia-holoscan/holoscan-sdk/issues) to track feedback and problems over time, as well as to provide | ||
limited support to Holoscan SDK users. | ||
|
||
Consider reviewing existing issues or opening a new issue if you: | ||
- Have a question about using a Holoscan SDK feature | ||
- Notice errors or unexpected behavior coming from Holoscan SDK | ||
- Have an idea for a change that might benefit other users | ||
|
||
When reporting an error, please include relevant details that will help our team investigate the issue. Details might include: | ||
- A summary of the problem | ||
- The behavior you have observed | ||
- The behavior you expected | ||
- Details about your PC, including the architecture (x86_64 or arm64) and GPU | ||
- The version of Holoscan SDK where you observed the problem | ||
- Any relevant logs or images to help investigate the issue | ||
|
||
You can also refer to the Holoscan SDK [NVIDIA Developer Forums](https://forums.developer.nvidia.com/c/healthcare/holoscan-sdk/) for support questions and community discussions. | ||
|
||
## Suggesting Changes | ||
|
||
Users are welcome to suggest code changes to Holoscan SDK in the form of [Issues](https://github.com/nvidia-holoscan/holoscan-sdk/issues) or [Pull Requests](https://github.com/nvidia-holoscan/holoscan-sdk/pulls). | ||
|
||
### Issues | ||
|
||
Please open a new [issue](https://github.com/nvidia-holoscan/holoscan-sdk/issues) if you'd like to request a new feature | ||
or propose a feature design. You can tag a specific community maintainer in your post with "@", or we'll update | ||
when we've had a chance to review your post. | ||
|
||
### Pull Requests | ||
|
||
While we primarily develop Holoscan SDK internally, we also accept external contributions that help move the platform | ||
forward. We typically favor contributions that aim to fix an existing issue or improve documentation, but we'll also integrate new features | ||
and enhancements when they're aligned with the Holoscan SDK vision. Please check in with the development team to propose your idea before spending time working on new features. This will help prevent duplicate effort and avoid spending time on features that would be unlikely to be merged. We'll typically refer new operators for contribution | ||
to the downstream [HoloHub](https://github.com/nvidia-holoscan/holohub) community project. | ||
|
||
You might contribute to Holoscan to help us address fixes earlier in our development cycle, or to suggest improvements to Holoscan SDK that you believe would broadly benefit the Holoscan community. | ||
|
||
Holoscan SDK follows a monthly release process that includes internal quality assurance. To add a fix or feature, | ||
we request that you [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) Holoscan SDK, develop in a branch, and submit your change as a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) against the latest Holoscan SDK release commit. If we accept your submission after external discussion, we will integrate those changes within our internal development and credit you in Git commit history. Any changes that we accept from community contributions will undergo quality assurance testing before they are included in the next Holoscan SDK release. | ||
|
||
**Note**: We recommend that new GitHub users read GitHub's [Getting Started](https://docs.github.com/en/get-started/start-your-journey) guide before opening their first pull request. | ||
|
||
## Tracking Development | ||
|
||
We take all community feedback into consideration. If we don't believe a proposed change aligns with our direction | ||
for Holoscan SDK, or if we don't expect we can prioritize a task within a reasonable timeframe, we'll let you | ||
know by appropriately labeling or closing the issue or pull request with an explanatory comment. | ||
|
||
For items that we do plan to pursue or integrate, we use | ||
[GitHub Milestones](https://github.com/nvidia-holoscan/holoscan-sdk/milestones) | ||
to communicate our release planning. We will add community issues and pull requests to the approximate monthly release | ||
milestone when we expect to pursue that development. Issues that we mark as "needs triage" are not part of a milestone | ||
and will be revisited once each month to determine our priorities. | ||
|
||
## Additional Information | ||
|
||
Please refer to the project [README](/README.md) document for additional developer information. Happy coding! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.0 | ||
2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.