From b319c728b999d8c5a476f418300e914b895d066d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:11:53 -0800 Subject: [PATCH 1/8] meta(deps): weallcontribute@1.0.7 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6459483..fc7ce66 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "nyc": "^10.0.0", "rimraf": "^2.5.4", "standard": "^8.6.0", - "tap": "^8.0.1" + "tap": "^8.0.1", + "weallcontribute": "^1.0.7" } } From 90417263a6145005ec51bdc4ba9cbcc47d943c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:12:10 -0800 Subject: [PATCH 2/8] meta(deps): weallbehave@1.0.0 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fc7ce66..ceb146a 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "rimraf": "^2.5.4", "standard": "^8.6.0", "tap": "^8.0.1", + "weallbehave": "^1.0.0", "weallcontribute": "^1.0.7" } } From 23e8561b236f83a93f601bcd46a9a8648aa92329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:16:11 -0800 Subject: [PATCH 3/8] meta(package.json): Add author and maintainer details --- package.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ceb146a..7fc76d9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,22 @@ "npm", "git" ], - "author": "Kat Marchán ", + "author": { + "name": "Kat Marchán", + "email": "kzm@sykosomatic.org", + "twitter": "maybekatz" + }, + "contributors": [ + { + "name": "Charlotte Spencer", + "email": "charlottelaspencer@gmail.com", + "twitter": "charlotteis" + }, + { + "name": "Rebecca Turner", + "email": "me@re-becca.org" + } + ], "license": "CC0-1.0", "dependencies": { "cacache": "^5.0.0", From b906c805b24f4f0735a054c126d0cbf9d6a9954e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:16:34 -0800 Subject: [PATCH 4/8] docs(contributing): added issue template --- ISSUE_TEMPLATE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ISSUE_TEMPLATE diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 100644 index 0000000..2947512 --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1,7 @@ + From a1bdd1929c42fe50884c823450b2615f7f89b13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:18:12 -0800 Subject: [PATCH 5/8] meta(package.json): added coc and contrib update scripts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fc76d9..1d87eac 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,9 @@ "preversion": "npm t", "postversion": "npm publish && git push --follow-tags", "pretest": "standard lib test *.js", - "test": "nyc -- tap test/*.js" + "test": "nyc -- tap test/*.js", + "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", + "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "repository": "https://github.com/zkat/pacote", "keywords": [ From 0f7a07854ff994ef07d14b547748f95892705b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:20:51 -0800 Subject: [PATCH 6/8] docs(coc): updated CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 168056d..0b4133c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -65,10 +65,14 @@ Once the maintainers get involved, they will follow a documented series of steps You may get in touch with the maintainer team through any of the following methods: - * Email the maintainers directly at [coc@sykosomatic.org](mailto:coc@sykosomatic.org) - * Mention @zkat in a comment, or any of the other maintainers. - * Direct Message [@maybekatz](https://twitter.com/maybekatz) on Twitter with the details and any relevant links. - * Direct Message @kat in the [WeAllJS Slack Group](https://wealljs.org). + * Through email: + * [kzm@sykosomatic.org](mailto:kzm@sykosomatic.org) (Kat Marchán) + * [charlottelaspencer@gmail.com](mailto:charlottelaspencer@gmail.com) (Charlotte Spencer) + * [me@re-becca.org](mailto:me@re-becca.org) (Rebecca Turner) + + * Through Twitter: + * [@maybekatz](https://twitter.com/maybekatz) (Kat Marchán) + * [@charlotteis](https://twitter.com/charlotteis) (Charlotte Spencer) ### Further Enforcement @@ -139,7 +143,7 @@ Sometimes, though, you need to get maintainers involved. Maintainers will do the ## Attribution -This Code of Conduct is adapted from the [WeAllJS Code of +This Code of Conduct was generated using [WeAllJS Code of Conduct Generator](https://npm.im/weallbehave), which is based on the [WeAllJS Code of Conduct](https://wealljs.org/code-of-conduct), which is itself based on [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at From 9643ad3616f6abf0f4d6eec1a9e77a4ff3dfe196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:20:56 -0800 Subject: [PATCH 7/8] docs(contributing): updated CONTRIBUTING.md --- CONTRIBUTING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef676be..49970bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thank you so much for your interest in contributing!. All types of contributions are encouraged and valued. See below for different ways to help, and details about how this project handles them! -Please make sure to read the relevant section before making your contribution! It will make it a lot easier for us maintainers to make the most of it and smooth out the experience fo all involved. 💚 +Please make sure to read the relevant section before making your contribution! It will make it a lot easier for us maintainers to make the most of it and smooth out the experience for all involved. 💚 The [Project Team](#join-the-project-team) looks forward to your contributions.~ @@ -24,6 +24,7 @@ The [Project Team](#join-the-project-team) looks forward to your contributions.~ * [Merge Pull Requests](#merge-pull-requests) * [Tag a Release](#tag-a-release) * [Join the Project Team](#join-the-project-team) +* [Add a Guide Like This One To My Project](#attribution) 🤖😻👻 ## Request Support @@ -233,12 +234,6 @@ TBD - need to hash out a bit more of this process. The most important bit here i ## Join the Project Team -### Current Team - -* Kat Marchán ([@zkat](https://github.com/zkat)) - Owner -* Charlotte Spencer ([@charlotteis](https://github.com/charlotteis)) - Collaborator - Commits -* Rebecca Turner ([@iarna](https://github.com/iarna)) - Collaborator - Commits - ### Ways to Join There are many ways to contribute! Most of them don't require any official status unless otherwise noted. That said, there's a couple of positions that grant special repository abilities, and this section describes how they're granted and what they do. @@ -252,3 +247,7 @@ Permission | Description Issue Tracker | Granted to contributors who express a strong interest in spending time on the project's issue tracker. These tasks are mainly [labeling issues](#label-issues), [cleaning up old ones](#clean-up-issues-and-prs), and [reviewing pull requests](#review-pull-requests), as well as all the usual things non-team-member contributors can do. Issue handlers should not merge pull requests, tag releases, or directly commit code themselves: that should still be done through the usual pull request process. Becoming an Issue Handler means the project team trusts you to understand enough of the team's process and context to implement it on the issue tracker. Committer | Granted to contributors who want to handle the actual pull request merges, tagging new versions, etc. Committers should have a good level of familiarity with the codebase, and enough context to understand the implications of various changes, as well as a good sense of the will and expectations of the project team. Admin/Owner | Granted to people ultimately responsible for the project, its community, etc. + +## Attribution + +This guide was generated using the WeAllJS `CONTRIBUTING.md` generator. [Make your own](https://npm.im/weallcontribute)! From 96f10c73d09d16bda13f147c1a53c2f8078af940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Feb 2017 14:43:11 -0800 Subject: [PATCH 8/8] docs(contributing): added pr template --- PULL_REQUEST_TEMPLATE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..9471c6d --- /dev/null +++ b/PULL_REQUEST_TEMPLATE @@ -0,0 +1,7 @@ +