From d8daeeaf1aa91fef3301798e0444b39582c218e1 Mon Sep 17 00:00:00 2001 From: PawAdam Date: Fri, 14 Nov 2025 12:36:37 +0000 Subject: [PATCH 1/2] testing PR features --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 9575829..183ea19 100644 --- a/Program.cs +++ b/Program.cs @@ -4,6 +4,6 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Testing out new version bump"); + Console.WriteLine("Testing out different workflow features!git "); } } \ No newline at end of file From ca0c45cd332b4ba49105dee971a22deae8784308 Mon Sep 17 00:00:00 2001 From: PawAdam Date: Fri, 14 Nov 2025 13:42:11 +0100 Subject: [PATCH 2/2] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8fa6627..c73064e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,25 +20,9 @@ Select all that apply: ### Summary +default > [!CAUTION] > The above section is required and must not be manipulated other than checking the check boxes and filling out the summary/ticket information. There is a Github Action that will fail if the pull request template does not conform to this standard. If the ticket information or summary is not filled in it will try to get it from the branch name. ------ - -**Reason for Change**: - - -**Issue Fixed**: - - -**Requirements**: - - -- [ ] follows [commit message convention](https://einstein.kcura.com/pages/viewpage.action?spaceKey=DTT&title=How+to+work+with+git+and+pull+requests) -- [ ] functional tests build pipeline was successful https://trident.kcura.corp/dea/job/Productions/job/Run-Functional-Tests/ -- [ ] adds unit tests where appropriate -- [ ] updated changelog -- [ ] add JIRA story for toggle removal (if applicable) - -**Notes**: \ No newline at end of file