diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 5bccf6d056e..4f4ee9d6cf9 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,51 +1,425 @@
-# Contribution guide
+# Contribution guide
-Welcome to your first contribution! :heart:
+We appreciate your thought to contribute to open source. :heart:
-#### Before Contributing:
-You need to run it locally on your desktop.
+If you'd like to suggest a change in the tutorials or the workflow, please [raise an issue](https://github.com/firstcontributions/first-contributions/issues/new). We can have a discussion to better understand the problem, get more people involved and make a collective decision.
-In order to do that, go to the desired location where package.json file is located
+If you're making changes to a translation, please request a review from our previous contributors who has translated to the respective translation. Our goal is for all translations to have the same content as the English one (`Readme.md`) (Except for links to other translations. We realised that it doesn't add much value)
-- Install npm(latest version) -
- npm is distributed with Node.js - which means that when you download Node.js,
- you automatically get npm installed on your computer.
- https://www.npmjs.com/get-npm
-- Install all the dependencies used by this project.
- Use this command: `install npm`
+### Our reviewers :sparkles:
-- Run these final commands to run it locally:
- `npm install`
- `npm run build`
-
- `npm start`
+
-### Table Of Contents
-- [Code of Conduct](#code-of-conduct)
-- [Translation Guide](#translation-guide)
+
-## Code of Conduct
-If you want to contribute, you need to know a few things.
+
-[Code of Conduct](../CODE_OF_CONDUCT.md)
+
-## Translation Guide
-We have some rules for translation. If you make the first translation for your language, you must add your language list on `Translations.md`.
+
-### Example
+
+
-`Translations.md`
-```markdown
-|Country | Translated Link |
-| --- | --- |
-| English | [English](../README.md) |
-| 🇮🇳 India | [Hindi](../translations/README.hi.md) |
-| 🇲🇲 Myanmar | [Myanmar Unicode](../translations/README.mm_unicode.md), Myanmar ZawGyi |
-```
-
-## TODO
-- [ ] Fix the grammar for the contribution guide.
-- [ ] Add more examples and more guides.
-
-
-Thanks! :heart: