verdaccio/.github/pull_request_template.md

28 lines
821 B
Markdown
Raw Normal View History

2018-02-25 22:05:43 +01:00
<!--
Before Pull Request check whether your commits follow this convention
2017-10-21 10:21:02 +02:00
https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md#git-commit-guidelines
2018-02-25 22:05:43 +01:00
* If your PR fix an issue don't forget to update the unit test and documentation in /docs folder
* If your PR delivers a new feature, please, provide examples and why such feature should be considered.
* Document your changes /docs
* Add unit test
* Follow the commit guidelines in order to get a quick approval
Pick one/multiple type, if none apply please suggest one, we might be included it by default
2017-10-21 10:21:02 +02:00
2018-02-25 22:05:43 +01:00
eg: bug / feature / documentation / unit test / build
-->
**Type:**
2017-05-12 15:45:06 +02:00
The following has been addressed in the PR:
2018-02-25 22:05:43 +01:00
* There is a related issue?
* Unit or Functional tests are included in the PR
2017-05-12 15:45:06 +02:00
**Description:**
2018-02-25 22:05:43 +01:00
<!-- Resolves #??? -->