Skip to content

Commit

Permalink
fix(questions): use a non-gender-specific emoji (#49)
Browse files Browse the repository at this point in the history
because we don't want to insinuate that answering questions is "women's work"

BREAKING CHANGE: Change "questions" from 💁 to 💬
  • Loading branch information
Kent C. Dodds committed Jan 22, 2017
1 parent a32dcde commit d925b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ Emoji | Represents | Links to | Comment
🚇 | Infrastructure (Hosting, Build-Tools, etc) | link to source file (like `travis.yml`) in repo, if applicable
📖 | Documentation | `https://github.com/${ownerName}/${repoName}/commits?author=${username}`, Wiki, or other source of documentation
🌍 | Translation | the translated content
💁 | Answering Questions (in Issues, Stack Overflow, Gitter, Slack, etc.) | | previously: ❓
💬 | Answering Questions (in Issues, Stack Overflow, Gitter, Slack, etc.)
⚠️ | Tests | `https://github.com/${ownerName}/${repoName}/commits?author=${username}`
🐛 | Bug reports | `https://github.com/${ownerName}/${repoName}/issues?q=author%3A${username}`
💡 | Examples | the examples
Expand Down

0 comments on commit d925b9c

Please sign in to comment.