You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+26-5Lines changed: 26 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,33 @@ body:
14
14
id: version
15
15
attributes:
16
16
label: BioNeMo Framework Version
17
-
description: What version or commit hash of the framework are you using? Please, specify a commit hash or version tag. Do not use 'latest', 'ToT' or 'nightly' as a reference.
18
-
* To get the commit hash, run `git rev-parse HEAD` for your local repository or `git rev-parse origin/main` for the remote main branch.
19
-
* To get the commit hash from the docker image, run `docker image inspect nvcr.io/nvidia/clara/bionemo-framework:nightly --format '{{ index .Config.Labels "com.nvidia.bionemo.git_sha" }}'`.
20
-
* The version tag is the part that comes after the colon (:) in the docker image names available at [NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara/containers/bionemo-framework/tags). It corresponds to the version of the framework that are tagged by `git ls-remote --tags origin`.
17
+
description: |
18
+
**What version or commit hash of the framework are you using?**
21
19
22
-
placeholder: commit-hash or version tag, ie v1.2.3.
20
+
Please specify a **commit hash** or **version tag**.
21
+
⚠️ **Do not use** `latest`, `ToT`, or `nightly` as a reference.
22
+
23
+
**How to find the commit hash or version tag:**
24
+
- **Local repository commit hash:**
25
+
```bash
26
+
git rev-parse HEAD
27
+
```
28
+
- **Remote main branch commit hash:**
29
+
```bash
30
+
git rev-parse origin/main
31
+
```
32
+
- **Commit hash from a Docker image (replace `<tag>` with the version you use):**
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,6 @@ body:
19
19
attributes:
20
20
label: BioNeMo Framework Version
21
21
description: What version or commit hash of the framework are you using? Please, specify a commit hash or version tag. Do not use 'latest', 'ToT' or 'nightly' as a reference.
22
-
* To get the commit hash, run `git rev-parse HEAD` for your local repository or `git rev-parse origin/main` for the remote main branch.
23
-
* To get the commit hash from the docker image, run `docker image inspect nvcr.io/nvidia/clara/bionemo-framework:nightly --format '{{ index .Config.Labels "com.nvidia.bionemo.git_sha" }}'`.
24
-
* The version tag is the part that comes after the colon (:) in the docker image names available at [NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara/containers/bionemo-framework/tags). It corresponds to the version of the framework that are tagged by `git ls-remote --tags origin`.
25
22
26
23
placeholder: commit-hash or version tag, ie v1.2.3.
0 commit comments