[PR #4479] [MERGED] Issue template improvements #5162

Closed
opened 2026-05-05 10:33:26 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4479
Author: @kmk3
Created: 8/25/2021
Status: Merged
Merged: 8/30/2021
Merged by: @netblue30

Base: masterHead: issue-template-improvements


📝 Commits (5)

  • df76627 bug_report.md: add missing blank lines
  • 7b69b3d bug_report.md: turn section titles into headers
  • 06317bc bug_report.md: trim leading spaces on list items
  • dc3859f bug_report.md: format the details section
  • 26d6744 bug_report.md: add log section

📊 Changes

1 file changed (+28 additions, -16 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+28 -16)

📄 Description

Make sections easier to see and edit.

By the way, I've intended to do this for a while, as I always thought that the
template looked rather crooked. I had assumed that it was just created from
scratch by hand like any other file, but recently I learned that GitHub is what
generates issue templates using such unusual markup for some reason. Now I see
that it's even mentioned in the commit that adds the template:

$ git show --pretty='%h %ai %s%n%n%b' --name-status bd29bf7202
bd29bf720 2020-04-07 16:40:07 -0500 Add bug report template

(Mostly) auto-generated with GitHub, will need tweaking over time

A       .github/ISSUE_TEMPLATE/bug_report.md

Cc: @Fred-Barclay (from the commit) @reinerh @rusty-snake (from #4468)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/4479 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 8/25/2021 **Status:** ✅ Merged **Merged:** 8/30/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `issue-template-improvements` --- ### 📝 Commits (5) - [`df76627`](https://github.com/netblue30/firejail/commit/df766272bbe99ba5b575a4ad6b9139258d373ead) bug_report.md: add missing blank lines - [`7b69b3d`](https://github.com/netblue30/firejail/commit/7b69b3ddcd33fd96ef459bf3b983b5b59a03d392) bug_report.md: turn section titles into headers - [`06317bc`](https://github.com/netblue30/firejail/commit/06317bcdd2cf15ffd74b346502c6ff15c4bc97bd) bug_report.md: trim leading spaces on list items - [`dc3859f`](https://github.com/netblue30/firejail/commit/dc3859f3454983ef38270290c7d9a5130045744e) bug_report.md: format the details section - [`26d6744`](https://github.com/netblue30/firejail/commit/26d6744737121435e3850ff922a70a43dcf3e2ce) bug_report.md: add log section ### 📊 Changes **1 file changed** (+28 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+28 -16) </details> ### 📄 Description Make sections easier to see and edit. By the way, I've intended to do this for a while, as I always thought that the template looked rather crooked. I had assumed that it was just created from scratch by hand like any other file, but recently I learned that GitHub is what generates issue templates using such unusual markup for some reason. Now I see that it's even mentioned in the commit that adds the template: ```console $ git show --pretty='%h %ai %s%n%n%b' --name-status bd29bf7202 bd29bf720 2020-04-07 16:40:07 -0500 Add bug report template (Mostly) auto-generated with GitHub, will need tweaking over time A .github/ISSUE_TEMPLATE/bug_report.md ``` Cc: @Fred-Barclay (from the commit) @reinerh @rusty-snake (from #4468) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:33:26 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5162
No description provided.