From 77b10112079f18c4a4a4b3d0125fb8000b8a7b1d Mon Sep 17 00:00:00 2001 From: Grraahaam <72856427+Grraahaam@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:54:52 +0100 Subject: [PATCH] feat(docs): added a pull request template --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 000000000..45816f5cd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +# Description 📣 + +*Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.* + +## Type ✨ + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation + +# Tests 🛠️ + +*Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. You may want to add screenshots when relevant and possible* + +```sh +# Here's some code block to paste some code snippets +``` + +--- + +- [ ] I have read the [contributing guide](https://infisical.com/docs/contributing/overview), agreed and acknowledged the [code of conduct](https://infisical.com/docs/contributing/code-of-conduct). 📝 \ No newline at end of file