awesome-vscode/CONTRIBUTING.md

28 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2016-02-07 23:49:10 +00:00
# Contributing Guidelines
To submit a package to this list, please do the following:
2018-07-25 03:45:41 +00:00
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.
2019-12-17 22:10:30 +00:00
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 order.
2018-07-25 03:45:41 +00:00
3. If possible, find a `.gif` animation that displays the functionality of the package.
2016-02-07 23:49:10 +00:00
Submit your package in the specific form:
```gfm
2016-02-12 22:27:05 +00:00
#### [Title of the package](https://marketplace.visualstudio.com/items?itemName=NAME)
2016-02-07 23:49:10 +00:00
> 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)
```
2018-07-25 03:45:41 +00:00
**Submitting a theme**
1. Submit a link to [vscodethemes](https://vscodethemes.com) if applicable, otherwise use the [marketplace](https://marketplace.visualstudio.com/) link.
2. Add your theme in alphabetical order.
3. Only one theme per publisher (you may change a featured theme).
4. Submit a similar-style screenshot. You may use [this sketch file](./themes/screenshots/awesome-vscode.sketch) with [this template](./themes/theme-template.js) to help (**tip**: line up vscode with the canvas).
Failure to comply to these contributing guidelines will result in your pull request being rejected.
2016-02-07 23:49:10 +00:00
Thank you for your suggestions!