diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-07-12 16:02:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-12 16:02:44 +0200 |
| commit | b79cd6c88b3d96b0f49cb7d240807cd59b610cd8 (patch) | |
| tree | 928e5b109c2479c6a5aea84e0f2693aaa6696669 /.github | |
| parent | 2d4ef4d6e5754b7bae2cdc3d44d7d952c42638ca (diff) | |
release: telescope 0.1.0 (#2067)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8128453..5a6437d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,6 +29,12 @@ body: placeholder: "macOS 11.5" validations: required: true + - type: input + attributes: + label: "Telescope version / branch / rev" + placeholder: "telescope 0.1.0" + validations: + required: true - type: textarea attributes: label: "checkhealth telescope" |
