From 5871c8573a722c324b2313d5493a3226e542e9af Mon Sep 17 00:00:00 2001 From: Eugen Maksymenko Date: Wed, 10 Jul 2024 09:55:55 +0200 Subject: [PATCH] Add pr template for agent repo (#341) --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..55201c97 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +# Description + +Please include a summary of the changes and the related issue, if it exists. +Also, include relevant motivation and context for this PR. List any dependencies that are required for this change. + +Fixes # (issue) + +## Did you add the right label? + +Remember to add the right labels to this PR. + +- [ ] **DONE** + +## How was this tested? + +Describe the tests that have been added/changed for this new behavior. + +- [ ] **DONE** + +## Did you update the documentation? + +Remember to ask yourself if your PR requires changes to the following documentation: + +- [Manual installation guide](https://github.com/trento-project/docs/blob/main/guides/manual-installation.md) +- [Trento Ansible guide](https://github.com/trento-project/ansible/blob/main/README.md) +- [Trento Agent guides](https://github.com/trento-project/agent/tree/main/docs) + +Add a documentation PR or write that no changes are required for the documentation. + +- [ ] **DONE**