From c002ff97242dad7c1e40da594b6939d160dc64b8 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Wed, 26 Mar 2025 17:04:32 +0100 Subject: [PATCH] Add PullRequest template --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..46bb11b --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +| Q | A +| ------------- | --- +| Bug fix? | yes/no +| New feature? | yes/no +| Issues | Fix #... +| License | MIT + +