Skip to content

Commit 89f15f5

Browse files
authored
[misc] Bug report template instructions no longer render in final bug report (#8699)
Issue: # ### Brief Summary Bug report template instructions no longer render in final bug report copilot:summary ### Walkthrough Added comment markers around the bug report instructions, so the instructions show in `Write` but not when the Issue is Previewed, or finally created. copilot:walkthrough
1 parent f9169e8 commit 89f15f5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,39 @@ assignees: ''
66

77
---
88

9-
<!-- We've collected some common issue solutions in https://docs.taichi-lang.org/docs/install. Make sure you've check them out first. Hopefully they could address your problem. -->
9+
<!--
10+
We've collected some common issue solutions in https://docs.taichi-lang.org/docs/install. Make sure you've check them out first. Hopefully they could address your problem.
11+
-->
1012

1113
**Describe the bug**
14+
<!--
1215
A clear and concise description of what the bug is, ideally within 20 words.
16+
-->
1317

1418
**To Reproduce**
19+
<!--
1520
Please post a **minimal sample code** to reproduce the bug.
1621
The developer team will put a higher priority on bugs that can be reproduced within 20 lines of code. If you want a prompt reply, please keep the sample code **short** and **representative**.
1722
1823
```py
1924
# sample code here
2025
```
26+
-->
2127

2228
**Log/Screenshots**
29+
<!--
2330
Please post the **full log** of the program (instead of just a few lines around the error message, unless the log is > 1000 lines). This will help us diagnose what's happening. For example:
24-
2531
```
2632
$ python my_sample_code.py
2733
[Taichi] mode=release
2834
[Taichi] version 0.6.29, llvm 10.0.0, commit b63f6663, linux, python 3.8.3
2935
...
3036
```
37+
-->
3138

3239
**Additional comments**
40+
<!--
3341
If possible, please also consider attaching the output of command `ti diagnose`. This produces the detailed environment information and hopefully helps us diagnose faster.
3442
3543
If you have local commits (e.g. compile fixes before you reproduce the bug), please make sure you first make a PR to fix the build errors and then report the bug.
44+
-->

0 commit comments

Comments
 (0)