diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 33d9c10..80860aa 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,7 +19,7 @@ If you would like to add a new emoji to gitmoji, fill the provided `ISSUE_TEMPLA ## How to add a gitmoji -A **gitmoji** should define an action not a scope, take that into consideration when trying to suggest a new addition! +A **gitmoji** should define an action not a scope and it should answer the following question: _"What has been done in the commit?"_ instead of _how_, take that into consideration when trying to suggest a new addition! 1. Open the **gitmojis.json** file located at `src/data/gitmojis.json`. 2. Add your emoji using the following code inside of the `gitmojis array []`: diff --git a/src/__tests__/__snapshots__/pages.spec.js.snap b/src/__tests__/__snapshots__/pages.spec.js.snap index e4812ce..b69d141 100644 --- a/src/__tests__/__snapshots__/pages.spec.js.snap +++ b/src/__tests__/__snapshots__/pages.spec.js.snap @@ -135,11 +135,20 @@ exports[`Pages About should render the page 1`] = `
  • After discussing the idea, feature or suggestion, + + read the contribution docs. + +
  • +
  • - fork gitmoji + Create a fork + + of gitmoji.
  • Create a new branch with the feature name. (Eg: add-emoji-deploy, fix-website-header) diff --git a/src/pages/about.js b/src/pages/about.js index a26f950..a5bf6cb 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -94,10 +94,16 @@ const About = () => (
  • After discussing the idea, feature or suggestion,{' '} - - fork gitmoji + + read the contribution docs.
  • +
  • + + Create a fork{' '} + + of gitmoji. +
  • Create a new branch with the feature name. (Eg: add-emoji-deploy, fix-website-header)