👍🎉 First off, thanks for taking the time to contribute! 🎉👍
We welcome contributions of any kind including documentation, organization, tutorials, bug reports, issues, feature requests, feature implementations, pull requests, answering questions on the mailing list, helping to manage issues, etc.
We use mailing list [email protected] where users and developers can ask questions. Please don't use the GitHub issue tracker to ask questions.
If you believe you have found an issue, please use the GitHub issue tracker to report the Problem. If you're not sure if it's a bug or not, start by asking on the mailing list [email protected].
Install dependencies:
npm install
Create package:
vsce package
- Fork and clone the repository
- Create a new branch:
git checkout -b my-branch-name
- Make your change and remember to add tests (if possible)
- Build the project locally and run local tests (if there are any)
- Push to your fork and submit a pull request
- Pat your self on the back and wait for your pull request to be reviewed and merged.
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Write tests.
- Format your code.
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, submit them as separate pull requests.
- Write good commit messages.
- When releasing the extension, don't forget to create a git tag with the version
number and update this version number in the file
package.json
. - Run
vsce package
to create a vsix file. - Log into the marketplace
- Click on "Publish extensions"
- Click on "..." behing the extension name and choose "Update"
Labels help us track and manage issues and pull requests.
Label Name | Description | |
---|---|---|
enhancement |
search | Feature Requests |
bug |
[search][search-label-bug] | Something isn't working |
duplicate |
search | This issue or pull request already exists |
good first issue |
search | Good for newcomers |
help wanted |
search | Extra attention is needed |
invalid |
search | This doesn't seem right |
question |
search | Further information is requested |
wontfix |
search | This will not be worked on |