Skip to content

Commit b75fdc8

Browse files
committed
github: bring the bug report template up to date
Slack is no longer the only place to ask questions; we've been primarily relying on GitHub Discussions for a while now. We could link to both, but it could get lengthy as a plaintext comment, and it might go out of date again. Link to the README instead. We no longer need to ask CUE users to pull the git tag or commit manually when building from source; `cue version` now fetches the stamped VCS information as well, since June 2022. It's still possible for users to manually build older versions from source, but it seems very unlikely that they would raise bugs about those versions at this point. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Icc8dc1cdce5da93e02b4efcc1b80b778a74ad73b Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/546511 Reviewed-by: Paul Jolly <[email protected]> Unity-Result: CUEcueckoo <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
1 parent 94765d6 commit b75fdc8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
<!--
1111
Please answer these questions before submitting your issue. Thanks!
12-
For questions please use one of our forums: https://cuelang.slack.com/
12+
To ask questions, see https://github.com/cue-lang/cue#contact.
1313
-->
1414

1515
### What version of CUE are you using (`cue version`)?
@@ -19,10 +19,6 @@ $ cue version
1919

2020
</pre>
2121

22-
<!--
23-
If you built from source, specify what git tag or commit was used.
24-
-->
25-
2622
### Does this issue reproduce with the latest release?
2723

2824

0 commit comments

Comments
 (0)