Skip to content

Commit 1dbb6ae

Browse files
committed
asdding instructions how to get git commit hash
1 parent 0b2b40b commit 1dbb6ae

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ body:
1515
attributes:
1616
label: BioNeMo Framework Version
1717
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-
placeholder: commit-hash or version tag, ie v1.2.3.
19-
2018
* 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.
2119
* 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" }}'`.
2220
* 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`.
2321

22+
placeholder: commit-hash or version tag, ie v1.2.3.
2423
validations:
2524
required: true
2625

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ body:
1919
attributes:
2020
label: BioNeMo Framework Version
2121
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-
placeholder: commit-hash or version tag, ie v1.2.3.
23-
2422
* 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.
2523
* 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" }}'`.
2624
* 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`.
2725

26+
placeholder: commit-hash or version tag, ie v1.2.3.
2827
validations:
2928
required: true
3029

0 commit comments

Comments
 (0)