Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,9 @@ Select all that apply:
<end></end>

### Summary
default
<end></end>
> [!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**:
<!-- What does this PR improve or fix? -->

**Issue Fixed**:
<!-- If this PR fixes Jira issue REL-1234, add "Fixes REL-1234" to the next line. -->

**Requirements**:
<!-- Put an "X" character inside the brackets of each completed task. Some may be optional depending on the PR. -->

- [ ] 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**:
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ");
}
}
Loading