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 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