From dbab624f3dbc2088434772926b677cad401f055c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kapka?= Date: Fri, 22 Aug 2025 15:53:05 +0200 Subject: [PATCH] Update Github bug template (#15623) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- changelog/radek_update-github-bug-template.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/radek_update-github-bug-template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 40911f2cfc..16b113e419 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐞 Bug report description: Report a bug or problem with running Prysm -labels: ["Bug"] +type: "Bug" body: - type: markdown attributes: diff --git a/changelog/radek_update-github-bug-template.md b/changelog/radek_update-github-bug-template.md new file mode 100644 index 0000000000..071d5aa46c --- /dev/null +++ b/changelog/radek_update-github-bug-template.md @@ -0,0 +1,3 @@ +### Ignored + +- Update Github bug template. \ No newline at end of file