From 93cc6eb608b72efcfd479c5d73569b3944d6dc4d Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Sat, 18 Jan 2025 11:17:14 +0300 Subject: [PATCH] create a issue template for bootstrap Signed-off-by: onur-ozkan --- .github/ISSUE_TEMPLATE/bootstrap.md | 68 +++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bootstrap.md diff --git a/.github/ISSUE_TEMPLATE/bootstrap.md b/.github/ISSUE_TEMPLATE/bootstrap.md new file mode 100644 index 0000000000000..955faed5a64ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bootstrap.md @@ -0,0 +1,68 @@ +--- +name: Bootstrap Report +about: Issues encountered on bootstrap build system +labels: C-bug, T-bootstrap +--- + + + +**Summary**: + + + +**Command used**: + +```sh + +``` + +**Expected behaviour**: + + + +**Actual behavior**: + + + + +
Build Log +

+ +``` + +``` + +

+
+ +**Bootstrap configuration (config.toml)**: +```toml +``` + +**Operating system**: + + + +**HEAD**: + + + +**Additional Context**: + \ No newline at end of file