[PR #516] [MERGED] Update issue templates with .yml format #1107

Closed
opened 2026-05-05 07:04:49 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/516
Author: @JoniVR
Created: 8/14/2021
Status: Merged
Merged: 8/14/2021
Merged by: @JoniVR

Base: masterHead: docs/issue-templates


📝 Commits (10+)

  • acacb29 docs: change bug_report.md to .yml format
  • 3f22441 Update bug_report.yml
  • 31e8287 Update bug_report.yml
  • da1c809 Update bug_report.yml
  • a54d8fd Update and rename discussion.md to discussion.yml
  • 86763d5 Update discussion.yml
  • 7a00388 Update bug_report.yml
  • bed7e8e Update feature_request.md
  • e064332 Rename feature_request.md to feature_request.yml
  • 06c81f1 Update feature_request.yml

📊 Changes

10 files changed (+211 additions, -133 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+0 -44)
.github/ISSUE_TEMPLATE/bug_report.yml (+73 -0)
.github/ISSUE_TEMPLATE/discussion.md (+0 -14)
.github/ISSUE_TEMPLATE/discussion.yml (+20 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+0 -24)
.github/ISSUE_TEMPLATE/feature_request.yml (+39 -0)
.github/ISSUE_TEMPLATE/monitor-issue.md (+0 -37)
.github/ISSUE_TEMPLATE/monitor-issue.yml (+61 -0)
.github/ISSUE_TEMPLATE/question.md (+0 -14)
.github/ISSUE_TEMPLATE/question.yml (+18 -0)

📄 Description

I wasn't aware of this, but apparently Github now allows you to provide .yml files for issue templates.

This change makes issue templates more foolproof, as users have to fill in all the required information and can't get confused by the markdown syntax (often leading to them out right clearing out the entire input box).

References:

Feel free to let me know if you'd change anything :)

Sidenote: You can preview these by going to the branch docs/issue-templates and then opening each file.


🔄 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/MonitorControl/MonitorControl/pull/516 **Author:** [@JoniVR](https://github.com/JoniVR) **Created:** 8/14/2021 **Status:** ✅ Merged **Merged:** 8/14/2021 **Merged by:** [@JoniVR](https://github.com/JoniVR) **Base:** `master` ← **Head:** `docs/issue-templates` --- ### 📝 Commits (10+) - [`acacb29`](https://github.com/MonitorControl/MonitorControl/commit/acacb2955593ba055c4f9fe482043acaaabbb22e) docs: change bug_report.md to .yml format - [`3f22441`](https://github.com/MonitorControl/MonitorControl/commit/3f2244179890f60a9b983b6af79e2db99a4cb043) Update bug_report.yml - [`31e8287`](https://github.com/MonitorControl/MonitorControl/commit/31e8287ab0e6d98407a3616045b060f531c9eb06) Update bug_report.yml - [`da1c809`](https://github.com/MonitorControl/MonitorControl/commit/da1c8098bca4d87b8ee75c61ee4a80dab0c7594b) Update bug_report.yml - [`a54d8fd`](https://github.com/MonitorControl/MonitorControl/commit/a54d8fd92c44f3427c2475f9404e0acf2f9b4bfd) Update and rename discussion.md to discussion.yml - [`86763d5`](https://github.com/MonitorControl/MonitorControl/commit/86763d5a8a536a59da4d95161b2eb13222c57f96) Update discussion.yml - [`7a00388`](https://github.com/MonitorControl/MonitorControl/commit/7a00388e5b604b67daaf06b29b08bdfa3449ed79) Update bug_report.yml - [`bed7e8e`](https://github.com/MonitorControl/MonitorControl/commit/bed7e8ef5bda6bad92ad2e77f0d7625f086b5739) Update feature_request.md - [`e064332`](https://github.com/MonitorControl/MonitorControl/commit/e06433226dc52d2abe364445a2a7becc71be6884) Rename feature_request.md to feature_request.yml - [`06c81f1`](https://github.com/MonitorControl/MonitorControl/commit/06c81f148084f1d6d89c1be30298c5f985520f23) Update feature_request.yml ### 📊 Changes **10 files changed** (+211 additions, -133 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE/bug_report.md` (+0 -44) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+73 -0) ➖ `.github/ISSUE_TEMPLATE/discussion.md` (+0 -14) ➕ `.github/ISSUE_TEMPLATE/discussion.yml` (+20 -0) ➖ `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -24) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+39 -0) ➖ `.github/ISSUE_TEMPLATE/monitor-issue.md` (+0 -37) ➕ `.github/ISSUE_TEMPLATE/monitor-issue.yml` (+61 -0) ➖ `.github/ISSUE_TEMPLATE/question.md` (+0 -14) ➕ `.github/ISSUE_TEMPLATE/question.yml` (+18 -0) </details> ### 📄 Description I wasn't aware of this, but apparently Github now allows you to provide .yml files for issue templates. This change makes issue templates more foolproof, as users have to fill in all the required information and can't get confused by the markdown syntax (often leading to them out right clearing out the entire input box). References: * https://dev.to/github/how-to-build-google-like-forms-with-github-3ig2 * https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms Feel free to let me know if you'd change anything :) Sidenote: You can preview these by going to the branch `docs/issue-templates` and then opening each file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:04:49 -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/MonitorControl#1107
No description provided.