diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..1323b94ff --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,48 @@ +# Pull Request + + + +## Problem + + + +## Solution + + + +## ChangeLog + + diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 97% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md index 984bd0e06..f11d40397 100644 --- a/.github/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,9 @@ Pull Requests will be considered. Please submit pull requests against the develo Follow the existing code style. Check the tests succeed, including lint. +- `npm run test` +- `npm run lint` + Don't update the CHANGELOG or command version number. That gets done by maintainers when preparing the release. Useful things to include in your request description are: