Commit graph

21 commits

Author SHA1 Message Date
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
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
349776924c Change wording in tests to be more gender-neutral 2016-05-11 21:11:06 +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
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
f2822dcc8a Add emojis and description in contribution type prompt 2016-03-31 22:09:25 +02:00
Jeroen Engels
8c2642422e Add prompt when adding contributor/ion and omitting user or types 2016-03-28 23:26:26 +02:00
Jeroen Engels
192e698dca Create a util folder 2016-03-27 17:10:53 +02:00
Jeroen Engels
6ab2b5d61a Find and replace badges, drop badge comment tag. 2016-03-22 20:46:09 +01:00
Jeroen Engels
5662c9389d Add badge/contributors list injection 2016-03-21 23:53:02 +01:00
Jeroen Engels
dafef7536a Fix image size not having a default value 2016-03-20 20:33:01 +01:00
Jeroen Engels
f75d8541c8 Fix #7: Allow comment tags to be on the same line 2016-03-20 20:21:02 +01:00
Jeroen Engels
c51b0a27ff fix lint/style issues 2016-03-07 00:28:25 +01:00
Jeroen Engels
a973379bd5 Use contributor\'s blog as profile link if available 2016-03-06 19:37:26 +01:00
Jeroen Engels
f9979731fb Fix table formatting when there are multiple lines 2016-03-06 17:53:11 +01:00
Jeroen Engels
f7be0de327 Rename template option to contributorTemplate. Rename tags to ALL-CONTRIBUTOR-*. Allow multiple files to be changed. 2016-03-06 16:50:50 +01:00
Jeroen Engels
f9bb61d7a2 Add badge indicating the number of collaborators (fixes #5) 2016-03-06 16:50:19 +01:00
Jeroen Engels
f2c8733e03 Modify contributor generation system 2016-03-03 00:02:13 +01:00