Add "Improve Existing Issues" notes to contribution guide (#5227)

This commit is contained in:
Reed 2021-02-18 19:07:23 -06:00 committed by GitHub
parent 7311be427d
commit 6576102e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,11 @@ When creating a new bug report do:
- Search against existing issues to check if somebody else has already reported your problem or requested your idea
- Fill out the issue template.
### Improve Existing Issues
- Search for [duplicate issues](https://github.com/VSCodeVim/Vim/issues?q=is%3Aissue+is%3Aopen+cursor). See which thread(s) are more mature, and recommend the duplicate be closed, or just provide links to related issues.
- Find [old issues](https://github.com/VSCodeVim/Vim/issues?page=25&q=is%3Aissue+is%3Aopen) and test them in the latest version of VSCodeVim. If the issue has been resolved, comment & recommend OP to close (or provide more information if not resolved).
- Give thumbs up / thumbs down to existing issues, to indicate your support (or not)
## Submitting Pull Requests
Pull requests are _awesome_.