From 724193b60922aabbb9421ce72c35ae7919d11413 Mon Sep 17 00:00:00 2001 From: Eric T Date: Wed, 20 Aug 2025 19:14:18 +0100 Subject: [PATCH] chore: add GitHub templates --- .github/copilot-instructions.md | 7 +++++++ .github/labeler.yml | 23 +++++++++++++++++++++++ .github/pull_request_template.md | 8 ++++++++ 3 files changed, 38 insertions(+) create mode 100644 .github/copilot-instructions.md create mode 100644 .github/labeler.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..709ca90 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,7 @@ +# PR Review Instructions + +Provide a concise summary of the pull request and highlight any risks or follow-up work. When tests are mentioned, state whether they passed or failed. Organize the output using the following sections: + +- Summary +- Testing +- Review Notes diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..365cee0 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,23 @@ +# Labeler configuration for automatic issue labeling +# Labels issues based on keywords found in titles or bodies. + +bug: + - bug + - error + - exception + - failure + +enhancement: + - feature + - enhancement + - improvement + +documentation: + - docs + - documentation + - readme + +ci: + - build + - workflow + - ci diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c138df3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Summary + + +## Testing + + +## Issues +