From 7a519e8c3475ab9afcbae8ea95cbf5d9117db5c8 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 21 Jun 2016 14:50:13 -0400 Subject: [PATCH 1/2] Add contributing guidelines --- .github/CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..b11f2a39 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# 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 + +To help me out try to avoid creating pull requests on `master` and instead branch off of `develop`. It's much easier for me to test, merge, and roll them into new releases this way. \ No newline at end of file From 32e66c7856e06e8fbc60174f728888add05aa81d Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 21 Jun 2016 14:51:29 -0400 Subject: [PATCH 2/2] Update CHANGELOG and bump version to 3.2.10 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543affef..5ff1c8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10) + +## Maintenance + +- Add `CONTRIBUTING.md` + ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9) ### Enhancements diff --git a/package.json b/package.json index f83285b8..3dd55cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimal-mistakes", - "version": "3.2.9", + "version": "3.2.10", "description": "Minimal Mistakes Jekyll theme npm build scripts", "repository": { "type": "git",