From 77fff973d2f0275a81f2d4c0fbcddd939c30dac3 Mon Sep 17 00:00:00 2001 From: Abraao1231 Date: Thu, 15 Jun 2023 20:12:47 -0300 Subject: [PATCH 1/2] [feat] add pull request template --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..e7de94ba2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### Related Issues: +- #Issue_number + +### Contributors: +- @Contributor1, @Contributor2 + +### Description: +Description of what this request will change in the project. + +### Changes Made: +_**`Type of change`**_ +- Project documentation update. +- Bug fixes. +- Implementation of new features. \ No newline at end of file From 53effd1a49ad48de4cdc1b62be44a7e50105e5cb Mon Sep 17 00:00:00 2001 From: Abraao1231 Date: Thu, 15 Jun 2023 20:36:19 -0300 Subject: [PATCH 2/2] [fix] change pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e7de94ba2..c6c572afe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ Description of what this request will change in the project. ### Changes Made: -_**`Type of change`**_ + - Project documentation update. - Bug fixes. - Implementation of new features. \ No newline at end of file