From 7bf2fe40c777ed7fe7317b95b2c0205624fef253 Mon Sep 17 00:00:00 2001 From: Kate U Date: Wed, 28 Jun 2023 11:38:20 -0700 Subject: [PATCH 1/4] remove FUNDING section in github --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 2a66d843..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: https://www.paypal.me/mmistakes From 5680c740082dc3ee8b6a1935b9253e438687c939 Mon Sep 17 00:00:00 2001 From: Kate U Date: Wed, 28 Jun 2023 11:48:28 -0700 Subject: [PATCH 2/4] remove minimalMistakes docs --- .github/CONTRIBUTING.md | 26 -------------------------- .github/PULL_REQUEST_TEMPLATE.md | 26 -------------------------- 2 files changed, 52 deletions(-) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 5b9b8306..00000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,26 +0,0 @@ -# Contributing - -Having trouble working with the theme? Found a typo in the documentation? -Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? -Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) -or [pull request](https://help.github.com/articles/using-pull-requests/). -If this is your first pull request, it may be helpful to read up on the -[GitHub Flow](https://guides.github.com/introduction/flow/) first. - -Minimal Mistakes has been designed as a base for you to customize and fit your -site's unique needs. Please keep this in mind when requesting features and/or -submitting pull requests. If it's not something that most people will use, I -probably won't consider it. When in doubt ask. - -This goes for author sidebar links and "share button" additions -- I have no -intention of merging in every possibly option, the essentials are there to get -you started :smile:. - -## Pull Requests - -When submitting a pull request: - -1. Clone the repo. -2. Create a branch off of `master` and give it a meaningful name (e.g. - `my-awesome-new-feature`) and describe the feature or fix. -3. Open a pull request on GitHub. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index df3d98d9..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - -## Summary - - - -## Context - - \ No newline at end of file From 86f4dd25e37abcf1c4dbd71f2404e4c9d66bec4e Mon Sep 17 00:00:00 2001 From: Kate U Date: Wed, 28 Jun 2023 11:58:19 -0700 Subject: [PATCH 3/4] remove ISSUE Temp, add FlexFlow PR template --- .github/ISSUE_TEMPLATE/bug_report.md | 68 ----------------------- .github/ISSUE_TEMPLATE/documentation.md | 16 ------ .github/ISSUE_TEMPLATE/feature_request.md | 32 ----------- .github/ISSUE_TEMPLATE/support.md | 22 -------- .github/PULL_REQUEST_TEMPLATE.md | 0 5 files changed, 138 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/documentation.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/support.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 63a44d86..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -name: "Bug Report" -about: "Is something not working as expected?" ---- - - - -## Environment - - - -- Minimal Mistakes version: -- Ruby gem or remote theme version: -- Jekyll version: -- Git repository URL: -- GitHub Pages hosted (if yes provide URL to site): -- Operating system: - -## Expected behavior - - - -## Steps to reproduce the behavior - - - -## Other - - diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md deleted file mode 100644 index 25f111fd..00000000 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "Documentation" -about: "Found a typo or something that needs clarification?" ---- - - - -## Motivation - - - - - -## Suggestion - - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 8477f636..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "Enhancement / Feature Request" -about: "What would make this theme better?" ---- - - - -## Summary - - - -## Motivation - - - -## Drawbacks - - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index c8f0d21a..00000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: "Question" -about: "Having trouble working with the theme?" ---- - - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..e69de29b From 8745567dcde60fd18720e64945305084a09d56c5 Mon Sep 17 00:00:00 2001 From: Kate U Date: Wed, 28 Jun 2023 12:06:39 -0700 Subject: [PATCH 4/4] add FlexFlow PR template --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e69de29b..684c6354 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +**Description of changes:** + + + +**Related Issues:** + +Linked Issues: +- Issue # + +Issues closed by this PR: +- Closes #