From 74a718bed73925aaf3a25e0e2256327e32ea343e Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 20 Apr 2020 14:29:22 +0200 Subject: [PATCH] Added submission tip to not edit README directly --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d0c07a..146d5e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,13 +10,16 @@ Please ensure your pull request adheres to the following guidelines: ### 2. Creating a submission -- Make an individual pull request for each suggestion. +Make an individual pull request for each suggestion: +- **Do not edit README directly!** +- Add the idea to the corresponding file in [`data`](./data) and make sure it matches the format. + +Style tips: - New categories, or improvements to the existing categorization are welcome. - Keep descriptions short and simple, but descriptive. - Don't mention `IPFS` in the description as it's implied. - Start the description with a capital and end with a full stop/period. - Check your spelling and grammar. -- Add the idea to the corresponding file in [`data`](./data) and make sure it matches the format. - You can add a picture to describe your idea in [`./src/static/images`](./src/static/images). ### 3. Submitting it through a PR