From 0da6827b8cff2e0e56e7afd5aa7420c34376e2ae Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Mon, 8 Feb 2016 00:49:10 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c71be25 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +# Contributing Guidelines + +To submit a package to this list, please do the following: + +1. Find a link to the package you consider is awesome. Use the link from [marketplace.visualstudio.com](https://marketplace.visualstudio.com/) instead of a link from its GitHub repository. +2. Find the appropriate place for your package. If it belongs to a certain section, put it there. If it doesn't belong to a specific category, you should put it in the `uncategorized` section. Make sure to put your package in the alphabetical odrer. +3. If possible, find a `.gif` animation that displays the functionality of the package. + +Submit your package in the specific form: + +```gfm +#### [Title of the package](https://marketplace.visualstudio.com/items?itemName=NAME) +> A short description of what this package does and why is it awesome. + +![title of the package](link to the .gif file that explains its functionality) +``` + +Failure of complying to these contributing guidelines will result in your pull request being rejected. + +Thank you for your suggestions!