mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #516] [MERGED] Update issue templates with .yml format #1107
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:docs/issue-templates📝 Commits (10+)
acacb29docs: change bug_report.md to .yml format3f22441Update bug_report.yml31e8287Update bug_report.ymlda1c809Update bug_report.ymla54d8fdUpdate and rename discussion.md to discussion.yml86763d5Update discussion.yml7a00388Update bug_report.ymlbed7e8eUpdate feature_request.mde064332Rename feature_request.md to feature_request.yml06c81f1Update 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-templatesand then opening each file.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.