From 6ccaf427597eaff6e6a3ac1fe6362e8bb8569bc6 Mon Sep 17 00:00:00 2001 From: Ian Pike Date: Fri, 29 Mar 2024 03:02:04 -0400 Subject: [PATCH 1/3] Delete .github/ISSUE_TEMPLATE/feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 524940e5..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FR]" -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 8bdcb330ed240b8edc5424dc03c8f6e5870800fa Mon Sep 17 00:00:00 2001 From: Ian Pike Date: Fri, 29 Mar 2024 03:12:26 -0400 Subject: [PATCH 2/3] Create CODEOWNERS --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..4bad4fdd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# This file defines the owners of the code in this repository. +# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners for more information. + +# Assign @Rinzii as code owner for all files in the repository +* @Rinzii From 2cecd226d49c9731cbf547805cb9543c9d30e0c4 Mon Sep 17 00:00:00 2001 From: Ian Pike Date: Fri, 29 Mar 2024 03:16:59 -0400 Subject: [PATCH 3/3] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..70e35e20 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +