diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-08-06 08:52:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-06 08:52:17 +0800 |
commit | b2c3b8f931e680aafaceb5a89bb59c361c81a30a (patch) | |
tree | 9e7127fa12181b2d263283b5ebd028764c303106 /.github | |
parent | 7bf7496557d939331193069f56c3faa91d81d9d3 (diff) | |
download | Nim-b2c3b8f931e680aafaceb5a89bb59c361c81a30a.tar.gz |
introduces online bisecting (#22390)
* introduces online bisecting * Update .github/ISSUE_TEMPLATE/bug_report.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8406f607f..014513865 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -71,5 +71,6 @@ body: which should give more context on a compiler crash. - If it's a regression, you can help us by identifying which version introduced the bug, see [Bisecting for regressions](https://nim-lang.github.io/Nim/intern.html#bisecting-for-regressions), - or at least try known past releases (eg `choosenim 1.2.0`). + or at least try known past releases (e.g. `choosenim 2.0.0`). The Nim repo also supports online bisecting + via making a comment, which contains a code block starting by `!nim c`, `!nim js` etc. , see [nimrun-action](https://github.com/juancarlospaco/nimrun-action). - [Please, consider a Donation for the Nim project.](https://nim-lang.org/donate.html) |