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
Jeroen Engels
27f2afed55
3.0.2
2016-05-11 20:10:07 +02:00
Jeroen Engels
5e9636c374
Add jccguimaraes as a contributor
2016-05-11 20:08:33 +02:00
João Guimarães
8f2f9dd025
Added necessary lines to produce the accurate reference to the specs ( #16 )
2016-05-11 20:08:01 +02:00
Jeroen Engels
dfc20fc8d9
Don't break if there is no git remote info
2016-05-10 15:39:44 +02:00
Jeroen Engels
31af204714
3.0.1
2016-05-05 17:49:30 +02:00
Jeroen Engels
ef898efaae
Add files
setting in package.json
2016-05-05 17:44:28 +02:00
Jeroen Engels
003f0eeca3
Regenerate contributors
2016-05-05 17:41:01 +02:00
Jeroen Engels
495157cc6a
Handle image resizing for users without an avatar. Fixes #14
2016-05-05 17:40:48 +02:00
Jeroen Engels
afb8f4e287
Fix new linting errors
2016-05-05 16:27:26 +02:00
Jeroen Engels
1103f72281
Update dependencies
2016-05-05 16:15:52 +02:00
Jeroen Engels
2dab531075
3.0.0
2016-05-02 22:17:04 +02:00
Jeroen Engels
7edc69d87c
Upgrade AVA to 0.14
2016-04-08 00:22:11 +02:00
Jeroen Engels
03bd4581b2
2.0.0-beta11
2016-03-31 22:13:04 +02:00