Skip to content

Commit

Permalink
Replacing everything with the latest content from the icon editor fro…
Browse files Browse the repository at this point in the history
…m the develop branch
  • Loading branch information
svelderrain committed Mar 5, 2025
1 parent aa6a0ab commit 2755f40
Show file tree
Hide file tree
Showing 44 changed files with 689 additions and 1,139 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request
description: Tell us about a new feature
title: "Feature request"
title: ""
labels: "Enhancement"
body:

Expand Down
15 changes: 6 additions & 9 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

These checklists ensure that the contributor's PR meets our build server requirements.
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 associated with this GitHub issue from my fork.
- [ ] I built a VI Package using the [Powershell build tool](https://github.com/ni/labview-icon-editor#powershell-build-tool).
- [ ] The changes in this PR are based on the appropriate NI-repo feature branch
- [ ] I am submitting the changes in this PR to the appropriate NI-repo feature branch
- [ ] 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 by [installing the VI package](https://github.com/ni/labview-icon-editor#installing-VI-package).
- [ ] 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.
42 changes: 42 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Bug Fix PR Template

## Summary

Provide a concise description of the bug and the fix.

## Issue Link

Link to the issue being addressed.

## Root Cause Analysis

Detail the root cause of the bug and how it was identified.

## Changes

Outline the changes made to fix the bug.

## Impact

Describe any implications this fix may have on other parts of the application.

## Testing Strategy

Explain how the fix has been tested to ensure the bug is resolved without introducing new issues.

## Regression Risk

Assess the risk of regression caused by this fix and steps taken to mitigate it.

## Checklist

- [ ] The fix has been locally tested

- [ ] New unit tests have been added to prevent future regressions

- [ ] The documentation has been updated if necessary

## Additional Notes

Any further information needed to understand the fix or its impact.

Loading

0 comments on commit 2755f40

Please sign in to comment.