diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1396a78bf..c2dd2dcc4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,24 +2,19 @@ - [Closes/Related To] Issue #XXX ## Description -- < A detailed description > +- < Explain > ## Other Information -- Updated Unreleased Section in CHANGELOG: **[YES/NO]** - - < If NO, why? > +- Updated Unreleased Section in CHANGELOG: **[YES/NO]**: +- Any backward-incompatible changes? **[YES/NO]**: +- Any new external dependencies? **[YES/NO]**: +- Do your changes comply with the [contributing][cg] and [code style][csg] guidelines? **[YES/NO]** -- Any backward-incompatible changes? **[YES/NO]** - - < If YES, why? > - - < For this purpose, we define backward-incompatible changes as changes that—when consumed—can potentially result in -errors for users that are using our public APIs or the entities that have `public` visibility in our code-base. > - -- Any new external dependencies? **[YES/NO]** - - < If YES, which ones and why? > - - < In addition, please also mention any other alternatives you've considered and the reason they've been discarded > +## License Information -- Do your changes comply with the [Contributing Guidelines](https://github.com/partiql/partiql-lang-kotlin/blob/main/CONTRIBUTING.md) - and [Code Style Guidelines](https://github.com/partiql/partiql-lang-kotlin/blob/main/CODE_STYLE.md)? **[YES/NO]** +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. -## License Information + -By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. \ No newline at end of file +[cg]: https://github.com/partiql/partiql-lang-kotlin/blob/main/CONTRIBUTING.md +[csg]: https://github.com/partiql/partiql-lang-kotlin/blob/main/CODE_STYLE.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 613442efc..dccab7a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).