diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c139069 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Description + +### How to test + +### Expected test outcome + +## Review +- [ ] Tests executed by + +### This [version](https://semver.org/) is a +- [ ] **MAJOR** - when you make incompatible API changes +- [ ] **MINOR** - when you add functionality in a backwards compatible manner +- [ ] **PATCH** - when you make backwards compatible bug fixes or documentation/instructions \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 621efcf..c90facb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [unreleased] ### Changed - Improve README and endpoint descriptions specifying that `tsv_2_json` and `csv_2_json` endpoints support only coversion for germline submission files +- PR template to be more compact and user friendly ### Fixed - GitHub action to use poetry v.1.7.1