From b102934dc9116d05f1b32675961f809f05920fa5 Mon Sep 17 00:00:00 2001 From: PtJade-Ceramic Date: Thu, 1 May 2025 00:57:52 +0800 Subject: [PATCH 1/2] Create PtJade-Ceramic Create a model for feature requests --- .github/ISSUE_TEMPLATE/PtJade-Ceramic | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/PtJade-Ceramic diff --git a/.github/ISSUE_TEMPLATE/PtJade-Ceramic b/.github/ISSUE_TEMPLATE/PtJade-Ceramic new file mode 100644 index 000000000..e307d4765 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/PtJade-Ceramic @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Create a request to propose a feature +title: '' +labels: '' +assignees: '' + +--- + +### Your idea + +### Problem to be solved + +### Prior art + +### Additional context + +- [x] ***I HAVE CONFIRMED THAT THIS REQUEST HAD NOT EXISTED IN THE ISSUE REPOSITORY***: + [MiKTeX issue repository](https://github.com/MiKTeX/miktex/issues) +- [x] ***I HAVE READ AND ACKNOWLEDGED THIS HOWTO ARTICLE***: + [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) From 7785fdd131d78375f52457940a49eaa1c8ffc55b Mon Sep 17 00:00:00 2001 From: PtJade-Ceramic Date: Thu, 1 May 2025 01:09:38 +0800 Subject: [PATCH 2/2] Rename PtJade-Ceramic to feature_request.md Rename the file name to indicate its usage --- .github/ISSUE_TEMPLATE/{PtJade-Ceramic => feature_request.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{PtJade-Ceramic => feature_request.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/PtJade-Ceramic b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/PtJade-Ceramic rename to .github/ISSUE_TEMPLATE/feature_request.md