Skip to content

Commit 55ebc83

Browse files
committed
Small wording tweaks
1 parent 52b2fbe commit 55ebc83

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ When creating new issues in the issue tracker, please follow these guidelines:
1313

1414

1515
## Submitting a Pull Request
16-
All pull requests are reviewed by one of the project maintainers before being merged in. Here are some guidelines that to help the process go as quickly as possible:
16+
In order to help us improve code quality and make NTVS better in general, here are some simple guidelines for pull requests:
1717

1818
- Clearly state what the pull request accomplishes.
1919
- If it's a bug fix, what was the bug and how has it been fixed?
20-
- If you're adding a new feature, what is it and what does it do for users?
21-
- Provide a high level explanation of the code changes. This will help reviewers understand your implementation choices and will speed up the review process.
22-
- Please try to keep pull requests small and focused.
20+
- If you're adding a new feature, explain the feature and its use cases.
21+
- Provide a high level explanation of your changes. This will help reviewers understand implementation choices and will speed up the review process.
22+
- Try to keep pull requests small and focused.
2323
- Make sure that existing tests continue to pass.
2424
- All new code must include tests.
2525
- For a bug fix, consider adding a test that would fail before your change, but passes now.
2626
- Feel free to ask for advice if you are unsure how what to test or how to integrate into our test infrastructure.
2727
- There is no formal code style-guide, but please try to match the style of any file you are editing.
2828

29-
If you are unsure of anything, feel free to ask a question. We're always happy to help.
29+
All pull requests are reviewed by one of the project maintainers before being merged in If you are unsure of anything, feel free to ask them question. We're always happy to help.
3030

3131
### Licensing and Legal
3232
Node.js Tools for Visual Studio is a member of [Microsoft](http://microsoft.github.io/) and operates under the [Apache 2.0 license](https://github.com/Microsoft/nodejstools/blob/master/LICENSE).

0 commit comments

Comments
 (0)