Skip to content

Commit 10081e9

Browse files
committed
create an issue template for bootstrap
Signed-off-by: onur-ozkan <[email protected]>
1 parent 8e59cf9 commit 10081e9

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE/bootstrap.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
name: Bootstrap Report
3+
about: Issues encountered on bootstrap build system
4+
labels: C-bug, T-bootstrap
5+
---
6+
7+
<!--
8+
Thank you for submitting a bootstrap report! Please provide detailed information to help us reproduce and diagnose the issue.
9+
-->
10+
11+
**Summary**:
12+
13+
<!--
14+
Provide a brief description of the problem you are experiencing.
15+
-->
16+
17+
**Command used**:
18+
19+
```sh
20+
<command>
21+
```
22+
23+
**Expected behaviour**:
24+
25+
<!--
26+
Describe what you expected to happen.
27+
-->
28+
29+
**Actual behaviour**:
30+
31+
<!--
32+
Describe what actually happened.
33+
-->
34+
35+
<!--
36+
Include the complete build log in the section below.
37+
Enable backtrace and verbose mode if possible for more detailed information e.g., with `RUST_BACKTRACE=1 ./x build -v`.
38+
-->
39+
<details><summary>Build Log</summary>
40+
<p>
41+
42+
```txt
43+
<log>
44+
```
45+
46+
</p>
47+
</details>
48+
49+
**Bootstrap configuration (config.toml)**:
50+
```toml
51+
<config>
52+
```
53+
54+
**Operating system**:
55+
56+
<!--
57+
e.g., Ubuntu 22.04, macOS 12, Windows 10
58+
-->
59+
60+
**HEAD**:
61+
62+
<!--
63+
Output of `git rev-parse HEAD` command, or content of the `git-commit-hash` file if using a tarball source.
64+
-->
65+
66+
**Additional Context**:
67+
<!--
68+
Include any other relevant information (e.g., if you have custom patches or modifications on the project).
69+
-->

0 commit comments

Comments
 (0)