Skip to content
Closed
Changes from 3 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
11 changes: 4 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ List any GitHub discussion links related to this PR

# Checklists

Completing these checklists ensure that the contributor's PR meets our build server requirements on their first attempt.
Completing these checklists ensures that your PR meets our build server requirements on the first attempt. If you're unable to complete any of the following checks, please submit your PR as a draft to the best of your ability. We will provide any clarification you may need after posting it.

- [ ] I do not require assistance from NI to complete any of the following checks.
- [ ] I [pushed the feature branch](https://github.com/ni/labview-icon-editor/wiki/git#featurebranch) associated with this GitHub issue from my fork.
- [ ] I was able to checkout the feature branch associated with this issue and i pushed it into my fork
- [ ] I am making the pull request from the feature branch from my fork, onto the feature branch from NI's repo
- [ ] I built a VI Package using the [Powershell build tool](https://github.com/ni/labview-icon-editor/wiki/automation#pwsh).
- [ ] I installed the VI Package produced by the Powershell build tool and tested my change.
- [ ] I tested my changes after [installing the VI package](https://github.com/ni/labview-icon-editor/wiki/test#localtesting).
- [ ] NI has my contributor license agreement.

# Summary of Changes

Provide a concise overview of what is being added, modified, or fixed in this pull request.
Provide a concise overview of what is being added, modified, or fixed in this pull request. Make an emphasis on whas was not captured on the GitHub issue, or discussion associated with this PR.

# Reason for Change

Expand All @@ -38,7 +39,3 @@ This section describes the automated and manual tests performed for this bugfix/
## Manual Tests

Describe any manual tests conducted.

## Unit Tests

List the names of the new unit test files.