Files
UoL/CM2010 Software Design and Development/Topic 2/8.3.1/node_modules/superagent/Contributing.md
2021-06-16 19:39:43 -05:00

8 lines
358 B
Markdown

When submitting a PR, your chance of acceptance increases if you do the following:
* Code style is consistent with existing in the file.
* Tests are passing (client and server).
* You add a test for the failing issue you are fixing.
* Code changes are focused on the area of discussion.
* Do not rebuild the distribution files or increment version numbers.