From 26e4f3da8016409eeb5306d062bc336256197043 Mon Sep 17 00:00:00 2001 From: Jose L Date: Wed, 8 Jan 2025 11:30:23 +0100 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 0000000..7ebb49c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +> :warning: +> Hello, and thank you for your contributions!
+> Please review the following checklist before creating a new pull request: +> +> - Review and contribute to existing pull requests and open issues to avoid redundant efforts. +> - Read [the contribution guidelines](CONTRIBUTING.md). +> - Assign reviewers. +> - If applicable, include a reference to related issues. +> - If this is a new feature, create an issue and coordinate with other contributors to make sure the feature can be made available in all platforms supported. +> +> :warning: Delete this block before creating the pull request. + +**Describe the changes proposed**
+A clear and concise description of the changes included in this pull request. + +**Screenshots / Videos**
+If useful, include any screeshots or screencasts to better explain the change. + +**Additional context**
+Add any other context about the change here. \ No newline at end of file