Skip to content

Commit

Permalink
refs #1 - Insert version (git SHA) in Github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed May 5, 2020
1 parent 17bac4b commit 70ae0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A clear and concise description of the problem and bug effects.

**Environment information:**

- Codebase version: the result of running `git rev-parse --short HEAD` under git project tree
- OS: e.g. Linux, Windows, Mac OS X
- Platform: the equivalent of `uname -smr` or `uname -smrv` e.g. Darwin 17.4.0 x86_64

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/design_change.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A clear and concise description of what the problem is. Ex. This part does not f

**Target models**

Model version: SHA hash identifying git changeset
Model version: SHA hash identifying git changeset, i.e. the result of running `git rev-parse --short HEAD` under git project tree.

- [Some model](models/some.model.stl)
- [Another model](models/another.model.stl)
Expand Down

0 comments on commit 70ae0e3

Please sign in to comment.