-
Notifications
You must be signed in to change notification settings - Fork 8
Prepare public repository templates and source archives #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tpn
merged 3 commits into
main
from
codex/013-public-01-prepare-public-repository-templates-and-source-archives
Sep 22, 2026
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,2 @@ | ||
| # Repository owner. Replace this entry if project ownership changes. | ||
| * @tpn | ||
This file contains hidden or 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,62 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| name: Bug report | ||
| description: Report a reproducible problem in cuPhoton. | ||
| title: "[Bug]: " | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Do not report security vulnerabilities here. Follow SECURITY.md. | ||
| - type: dropdown | ||
| id: component | ||
| attributes: | ||
| label: Component | ||
| options: | ||
| - cuphoton.core | ||
| - cuphoton.xdr | ||
| - cuphoton.xfit | ||
| - cuphoton.xpois | ||
| - cuphoton.xscan | ||
| - cuphoton.xrep | ||
| - cuphoton.xray | ||
| - repository infrastructure | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: summary | ||
| attributes: | ||
| label: Summary | ||
| description: What failed? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: reproduce | ||
| attributes: | ||
| label: Reproduction | ||
| description: Provide commands, inputs, and a minimal reproducer when possible. | ||
| render: bash | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: environment | ||
| attributes: | ||
| label: Environment | ||
| description: Include OS, Python, CUDA, GPU, driver, and package revisions. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected behavior | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: observed | ||
| attributes: | ||
| label: Observed behavior | ||
| validations: | ||
| required: true |
This file contains hidden or 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,9 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: NVIDIA Security Vulnerability Submission | ||
| url: https://www.nvidia.com/object/submit-security-vulnerability.html | ||
| about: Report potential security vulnerabilities privately. |
This file contains hidden or 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,43 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| name: Feature request | ||
| description: Propose a new cuPhoton capability. | ||
| title: "[Feature]: " | ||
| labels: ["enhancement"] | ||
| body: | ||
| - type: dropdown | ||
| id: component | ||
| attributes: | ||
| label: Component | ||
| options: | ||
| - cuphoton.core | ||
| - cuphoton.xdr | ||
| - cuphoton.xfit | ||
| - cuphoton.xpois | ||
| - cuphoton.xscan | ||
| - cuphoton.xrep | ||
| - cuphoton.xray | ||
| - repository infrastructure | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: Problem | ||
| description: What user need or workflow gap does this address? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: proposal | ||
| attributes: | ||
| label: Proposal | ||
| description: Describe the requested behavior and likely implementation scope. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: validation | ||
| attributes: | ||
| label: Validation | ||
| description: How should maintainers verify this works? |
This file contains hidden or 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,28 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| name: Task | ||
| description: Track repository maintenance, documentation, or release work. | ||
| title: "[Task]: " | ||
| labels: ["task"] | ||
| body: | ||
| - type: textarea | ||
| id: objective | ||
| attributes: | ||
| label: Objective | ||
| description: What should be completed? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: scope | ||
| attributes: | ||
| label: Scope | ||
| description: Files, components, or workflows affected. | ||
| - type: textarea | ||
| id: done | ||
| attributes: | ||
| label: Done when | ||
| description: Concrete acceptance criteria. | ||
| validations: | ||
| required: true |
This file contains hidden or 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,22 @@ | ||
| ## Summary | ||
|
|
||
| Describe the change and the affected `cuphoton.*` component or workflow. | ||
|
|
||
| ## Validation | ||
|
|
||
| List the commands run and their results. | ||
|
|
||
| ```bash | ||
| uv lock --check | ||
| uv run --locked --extra dev pre-commit run --all-files | ||
| make lint | ||
| make test-cpu | ||
| ``` | ||
|
|
||
| ## Repository hygiene | ||
|
|
||
| - [ ] No credentials, private paths, local datasets, notebook outputs, or generated run artifacts were added. | ||
| - [ ] Large binary artifacts are excluded or intentionally tracked through an approved storage plan. | ||
| - [ ] Security-sensitive information is not included. | ||
| - [ ] User-visible behavior changes are documented. | ||
| - [ ] New dependencies and their licenses are documented. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.