From 4fc8bf7263670410baa3c70cd1a8cc5f3050853c Mon Sep 17 00:00:00 2001 From: QuantuM Date: Sat, 9 May 2026 13:36:07 +0100 Subject: [PATCH 1/2] Create pull request instruction template Added template for pull request instructions. --- .github/instructions/*.instructions.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/instructions/*.instructions.md diff --git a/.github/instructions/*.instructions.md b/.github/instructions/*.instructions.md new file mode 100644 index 000000000..7c5352712 --- /dev/null +++ b/.github/instructions/*.instructions.md @@ -0,0 +1,14 @@ +**Description:** +Describe your changes. + +**Related issue:** +Add link to the related issue. + +**Check list:** +- [ ] Mark if documentation changes are required. +- [ ] Mark if tests were added or updated to cover the changes. + +It looks like this is your first time opening a pull request in this project! +Be sure to review the [code of conduct](https://github.com/actions/setup-python/blob/c8813ba1bc76ebf779b911ad8ffccbf2e449cb48/CODE_OF_CONDUCT.md). +Reporting a security vulnerability? +Check out the project's [security policy](https://github.com/actions/setup-python/security/policy). From a88ef496c280a1c3611681303a071774ea260b61 Mon Sep 17 00:00:00 2001 From: QuantuM Date: Sat, 9 May 2026 13:40:09 +0100 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/instructions/*.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/instructions/*.instructions.md b/.github/instructions/*.instructions.md index 7c5352712..009863276 100644 --- a/.github/instructions/*.instructions.md +++ b/.github/instructions/*.instructions.md @@ -9,6 +9,6 @@ Add link to the related issue. - [ ] Mark if tests were added or updated to cover the changes. It looks like this is your first time opening a pull request in this project! -Be sure to review the [code of conduct](https://github.com/actions/setup-python/blob/c8813ba1bc76ebf779b911ad8ffccbf2e449cb48/CODE_OF_CONDUCT.md). +Be sure to review the [code of conduct](https://github.com/actions/setup-python/blob/main/CODE_OF_CONDUCT.md). Reporting a security vulnerability? Check out the project's [security policy](https://github.com/actions/setup-python/security/policy).