diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index a9d5473..1665315 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -4,7 +4,7 @@
 |
- | Resources |
+ Summary |
| Why Follow Guidelines? |
@@ -15,6 +15,9 @@
| Programming |
+
+ | Translation |
+
| Everything Else |
@@ -27,6 +30,9 @@
| Our Mission |
+
+ | How to Contribute |
+
| Development Environment |
@@ -83,7 +89,7 @@
Guidelines
- Always submit a feature request and receive authorization to work on your contribution before you start working on your contribution. This will save you time if we end up rejecting the contribution. Small contributions (like fixing spelling errors) don't need a feature request.
- - Follow the Code of Conduct. This includes both your contributions and the way you interact with this community.
+ - Follow the Code of Conduct. This includes both your contributions and the way you interact with this community.
- Always write a clear message that explains the changes. "Added some things" does not explain what was changed.
- Different feature, different pull request. If you submit a pull request for templates and localization (i18n) together, and we want to reject the localization, your template code is rejected along with the localization since they are the same pull request. They should be separate pull requests since they are separate features.
- The file structure must be maintained (unless you were authorized to change it). For example, all code should go in `src/` and all code affecting the overlay should go in the Overlay class file.