From a6f38642397e09b6a134853ed42993a6c2d5631f Mon Sep 17 00:00:00 2001 From: Mariyan Dimitrov Date: Mon, 11 Dec 2023 13:30:35 +0200 Subject: [PATCH] chore(github): Add PR Template (#153) * chore(github): Add PR Template * Update .github/pull_request_template.md Co-authored-by: Christopher Bartz --------- Co-authored-by: Christopher Bartz --- .github/pull_request_template.md | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..9af1d044 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,37 @@ + + + + +### Overview + + + +### Rationale + + + +### Juju Events Changes + + + +### Module Changes + + + +### Library Changes + + + +### Checklist + +- [ ] The [charm style guide](https://juju.is/docs/sdk/styleguide) was applied +- [ ] The [contributing guide](https://github.com/canonical/is-charms-contributing-guide) was applied +- [ ] The changes are compliant with [ISD054 - Manging Charm Complexity](https://discourse.charmhub.io/t/specification-isd014-managing-charm-complexity/11619) +- [ ] The documentation is generated using `src-docs` +- [ ] The documentation for charmhub is updated. +- [ ] The PR is tagged with appropriate label (`urgent`, `trivial`, `complex`) + +