Skip to content

Commit

Permalink
docs: add git-version field to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas authored Jan 18, 2022
1 parent 3ea723a commit 5a75052
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,16 @@ body:
placeholder: "Example: git-branchless 0.3.7"
validations:
required: true


- type: input
id: git-version
attributes:
label: Version of `git`
description: Paste the output of `git version` here.
placeholder: "Example: git version 2.28.0"
validations:
required: true

- type: input
id: rustc-version
attributes:
Expand Down

0 comments on commit 5a75052

Please sign in to comment.