Kent C. Dodds
482a8ab956
chore: upgrade and migrate tooling stuff ( #73 )
...
* codemod
* move files
* install kcd-scripts and set up some stuff
* make everything work
* update md files
* change a few things
2017-11-22 11:09:06 -07:00
Mehdi Achour
3d998c4c7c
doc: credit @GantMan for his contributions
2017-11-10 09:58:54 +01:00
Gant Laborde
a79f9d4ea6
fix: make find/add case insensitive ( #64 )
...
Closes #62
2017-11-10 09:55:26 +01:00
Gant Laborde
9f72f9aabc
feat: add version option ( #66 )
...
Closes #65
2017-11-09 16:33:29 +01:00
Gant Laborde
9f875e9aa8
doc: change suggested scripts names ( #63 )
...
* Change script name and add yarn
The script name suggested (`add`) will conflict with users of yarn.
So I modified the suggested name to `append` which is what it does. And now it can have a yarn example as well.
* remove yarn example
* namespace add
2017-11-08 15:09:22 -07:00
Mehdi Achour
82d1eb7c51
chore: Credit @brycereynolds, @jmeas, @spirosikmd, @fadc80, @snipe
2017-11-08 19:13:25 +01:00
Mehdi Achour
88c7a29681
feat: Add check command that compares GitHub contributors with credited ones ( #58 )
...
* feat: Add checking functionnality that compares contributors with GH data
* fix(check): Use the info from config file, paginate GH data
* doc(check): Document the new check command
* fix(eslint): Add missing semicolon
* tests: Add tests for utils.check
* fix: Check for code and test only
* refactor: use includes and correct awaits
* refactor: more includes and template literals
2017-11-08 10:09:20 -07:00
Mehdi Achour
b443c82b07
chore: add @chrisinajar as contributor
2017-11-07 20:02:07 +01:00
Mehdi Achour
5b6358425f
feat: Reselect existing contributions when updating a user
2017-11-07 19:07:29 +01:00
Chris Vickery
cf3ca62b9d
Formatting
2017-11-07 09:09:00 -08:00
Chris Vickery
48b0ed4b8e
Fix error with add from cli, remove unneeded param
2017-11-07 09:06:54 -08:00
Chris Vickery
f9cdace376
Populate contribution choices with current values
2017-11-06 15:39:41 -08:00
Roy Revelt
11833b0405
chore: add @revelt as contributor ( #59 )
2017-11-03 12:57:56 -06:00
Mehdi Achour
f0cf739d6c
chore: disable auto commiting changes to contributors ( #57 )
2017-11-03 08:05:36 -06:00
Mehdi Achour
de043e0bbf
fix: make selecting at least one contribution type mandatory ( #56 )
...
* Add @machour as a contributor
* fix: make selecting at least one contribution type mandatory
2017-11-02 10:53:55 -06:00
Mehdi Achour
07b3a684fc
fix: Make all contributors names bold ( #55 )
2017-11-02 10:52:39 -06:00
Bryce Reynolds
28eb16dea1
fix: throw error when Github returns 200s for specific errors. ( #52 )
...
* Added exception handling when github returns 200s that have hit rate-limiting
* Hardened the error check a bit
2017-10-19 12:59:09 -06:00
tunnckoCore
722cc74410
chore: add script for easier access ( #51 )
...
* add "all-contributors" script which uses self
Signed-off-by: tunnckoCore <mameto2011@gmail.com>
* Add @charlike as a contributor
* run itself
Signed-off-by: tunnckoCore <mameto2011@gmail.com>
2017-10-02 18:23:23 -06:00
Mehdi Achour
ce909467e6
feat: reorder contributions keys ( #50 )
...
* chore: reorder contributions keys
* chore: re-order keys here too
2017-09-25 14:05:48 -06:00
James, please
e5bd3b4c70
feat(types): add new contribution type: Ideas, Planning, & Feedback ( #45 )
...
* Add new contribution type: Ideas & Planning
* add feedback to ideas
* Update README.md
2017-08-03 10:36:29 -06:00
Jeroen Engels
ce3cbeff09
docs: add alt text to symbols in the README ( #43 )
2017-04-15 08:40:06 -06:00
Kevin Jalbert
f99b4701d3
feat: add alt text to emoji ( #42 )
...
* Add alt text (description) on all emoji
Using markdown its possible to attach an alt text (really the title
attribute) on a link, where the value of the link is the the emoji. As
for the actual href, using #xxxxx lets you not mess with the navigation
assuming you have unique keys. In my example, I'm simply using the
emoji's key and github user name (i.e., `<emoji-username>`).
All emojis are links even if they don't have any real url attached.
For example, `[👀 ](#eyes-kevinjalbert "Reviewed Pull Requests")`
* Add kevinjalbert to all-contributorsrc
2017-04-15 16:15:31 +02:00
Jerod Santo
77a014f28e
feat: throw a helpful error when unknown contribution type is provided ( #41 )
...
* throw a helpful error when unknown contribution type is provided
* Add @jerodsanto as a contributor
2017-04-15 07:10:59 -06:00
Chris Vickery
e1e7ead47a
feat: support pipe characters in github names ( #39 )
2017-04-07 07:52:55 -06:00
Alex Jover
99db1bda78
Feature/add editorconfig ( #36 )
...
* Add editorconfig
In order to avoid EOL, indents and all that stuff across IDE's, having an editorconfig solves it
* Fix some changes
2017-03-28 11:03:40 +02:00
snipe
e595bbea5d
docs: fix translation string ( #38 )
2017-03-11 08:35:49 -07:00
Alex Jover
14199292b2
docs(contributors): add alexjoverm as contributor ( #37 )
2017-02-26 09:47:04 -07:00
Alex Jover
a879de2a7f
fix: non-http prepended urls ( #35 )
...
* Add editor config
* Fix non-http prepended urls
* Remove editorconfig
* Use startsWith and shorthand operator
2017-02-23 12:02:55 -07:00
Jeroen Engels
1305a7cd92
fix: Bump inquirer to v3 and promisify everything ( #34 )
...
BREAKING CHANGE: Drop support for Node < v4. This uses native Promises available from Node v4.
* fix: Bump inquirer to v3.0.1. Fixes #33 to improve Windows support.
* refactor: Promisify everything as inquirer uses Promises from 1.0.0 onwards
2017-02-15 22:25:32 +01:00
Spyros Ioakeimidis
1e73194f54
fix: exit process on success to continue execution of othe scripts ( #32 )
2017-02-07 12:21:05 +01:00
Itai Steinherz
cc61913aca
docs(README): Added some general improvements. ( #30 )
2017-01-26 13:12:06 -08:00
Itai Steinherz
71f594cf46
docs(readme): update README.md ( #29 )
...
Fixed the all-contributors badge style to be the same as the npm badge style.
2017-01-25 11:44:13 -08:00
Kent C. Dodds
4860f385dc
feat: semantic-release ( #28 )
...
This commit actually adds semantic-release
but I'm using `feat` to push out a new release
to make sure semantic-release works. The
actual change is the new emoji.
2017-01-25 10:37:20 -08:00
Kent C. Dodds
1c97ba26b2
chore: semantic-release
2017-01-25 10:20:34 -08:00
Kent C. Dodds
8fd40986a5
feat(types): add/update contrib types ( #24 )
...
* feat(types): add/update contrib types
To "upgrade" to the latest specification.
* fix: linting issues
* test: Update question emoji in tests (#27 )
* Update format-contribution-type.test.js
Updated the expected question emoji.
* Update format-contributor.test.js
Updated the expected question emoji.
* Add @itaisteinherz as a contributor
* generate
* add code
* doc: Add new contribution types to README.md (#26 )
* Update README.md
Added the new contribution types to accommodate jfmengels/all-contributors-cli#24 .
* Add @itaisteinherz as a contributor
* regenerate
2017-01-25 18:13:01 +01:00
Jeroen Engels
806894e04c
3.0.7
2016-10-17 21:15:30 +02:00
fadc80
190813c61e
Show a helpful message when .all-contributorsrc doesn't exist. ( #23 )
...
* Show a helpful message when .all-contributorsrc doesn't exist.
* Adding unit tests.
* Better test descriptions.
* Just code improvements.
2016-10-17 21:11:33 +02:00
Jeroen Engels
bae31e1f47
3.0.6
2016-06-28 11:37:32 +02:00
Jeroen Engels
a6b818f755
Small style tweaks
2016-06-28 11:34:32 +02:00
Ben Briggs
c4d04d00ee
Provide a fallback for null display names. ( #21 )
...
* Provide a fallback for null display names.
* Check empty strings too.
2016-06-28 11:29:23 +02:00
Jeroen Engels
47c69a381a
3.0.5
2016-06-23 21:01:13 +02:00
Jeroen Engels
f0ba870fa3
Restore previous collaborators
2016-06-23 20:58:39 +02:00
Ben Briggs
7231875b17
Add @ben-eb as a contributor
2016-06-23 20:57:16 +02:00
Ben Briggs
2e7e890837
Add empty last line to the contributors file.
2016-06-23 20:57:15 +02:00
Jeroen Engels
349776924c
Change wording in tests to be more gender-neutral
2016-05-11 21:11:06 +02:00
Jeroen Engels
cbe4fccd6c
3.0.4
2016-05-11 20:50:48 +02:00
Jeroen Engels
b7e5976e44
Inject some empty content when there are no contributors. Fixes #15 ( #18 )
2016-05-11 20:50:10 +02:00
Jeroen Engels
47e408d5cd
Prepend username with @
in the default commit message ( #17 )
2016-05-11 20:38:20 +02:00
Jeroen Engels
10386c5483
Add Travis file
2016-05-11 20:30:05 +02:00
Jeroen Engels
bb950aa003
3.0.3
2016-05-11 20:10:49 +02:00