From 1eed9ea2dbd6e6baf99a3b670766d365f7aee784 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:22:04 -0700 Subject: [PATCH] Create pull_request_template.md --- pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..d5cdeb6 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,19 @@ +> [!NOTE] +> Before submitting code changes... +> * Please do note that this is a GPL v3.0 open source project. +> * Please read the [CONTRIBUTING](https://github.com/spice2x/spice2x.github.io/blob/main/CONTRIBUTING.md) guide. +> * Maintainers reserve the right to reject or modify your submission without reason. +> +> Feel free to remove this section after you have read it. + +## Link to GitHub Issue, if one exists +#0 + +## Description of change +*what does this code do?* + +## Compiling +*you must be able to compile with the included Docker script with zero compiler warnings* + +## Testing +*how was the code tested?*