From 21412c5eee41e132abd30cc6339b2b56596bcbbe Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Wed, 23 Sep 2020 14:34:12 +0200 Subject: [PATCH] github: Fix build issue templates There's a limitation to the length of frontmatter fields it seems: About is too long (maximum is 200 characters) --- .github/ISSUE_TEMPLATE/50-build_issue.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/50-build_issue.md b/.github/ISSUE_TEMPLATE/50-build_issue.md index 66e56f503..556e4cabe 100644 --- a/.github/ISSUE_TEMPLATE/50-build_issue.md +++ b/.github/ISSUE_TEMPLATE/50-build_issue.md @@ -1,9 +1,9 @@ --- name: Build/Packaging about: >- - Report an issue related to compiling or packaging (including nightly builds / - continuous integration). Note that we do not officially support custom build - configurations and may choose not to address issues involving them. + Report an issue related to compiling or packaging (including continuous + integration). Note that we do not officially support custom build + configurations and may not address issues involving them. title: '[BUILD] ' labels: 'Building/Packaging, Triage' assignees: ''