From ed871ef83a60510e9d0d5272203707f7a3b315cc Mon Sep 17 00:00:00 2001 From: Pete LeVasseur Date: Mon, 1 Sep 2025 03:26:02 +0900 Subject: [PATCH 1/2] Add link from coding guideline issue template to formatting guide. --- .github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml b/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml index c9752f7..204250b 100644 --- a/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml +++ b/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml @@ -9,6 +9,12 @@ body: attributes: value: | Thanks for filling out a coding guideline! + + Please briefly read through the [coding guideline issue formatting guide] + (https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/blob/main/docs/issue-formatting-guide.md) + to ensure that when a maintainer assigns the `sign-off: create pr from issue` + label the issue's Markdown gets converted correctly to reStructuredText + for the coding guideline. - type: dropdown id: chapter attributes: From 4f4d76865a0a8c82cdd6a6a11ea872fd1b70d828 Mon Sep 17 00:00:00 2001 From: Pete LeVasseur Date: Mon, 6 Oct 2025 15:34:28 -0400 Subject: [PATCH 2/2] Formatting issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Félix Fischer --- .github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml b/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml index 204250b..7b8e0d0 100644 --- a/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml +++ b/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml @@ -10,8 +10,7 @@ body: value: | Thanks for filling out a coding guideline! - Please briefly read through the [coding guideline issue formatting guide] - (https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/blob/main/docs/issue-formatting-guide.md) + Please briefly read through the [coding guideline issue formatting guide](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/blob/main/docs/issue-formatting-guide.md) to ensure that when a maintainer assigns the `sign-off: create pr from issue` label the issue's Markdown gets converted correctly to reStructuredText for the coding guideline.