-
Notifications
You must be signed in to change notification settings - Fork 186
github: Add issue templates and GitHub->AzDO issue syncing #686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bkeryan
merged 2 commits into
master
from
users/bkeryan/github-issue-templates-and-syncing
Mar 27, 2025
Merged
github: Add issue templates and GitHub->AzDO issue syncing #686
bkeryan
merged 2 commits into
master
from
users/bkeryan/github-issue-templates-and-syncing
Mar 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bkeryan
commented
Mar 26, 2025
bkeryan
commented
Mar 26, 2025
zhindes
approved these changes
Mar 26, 2025
@bkeryan - I added @hongloonwong as a reviewer. Let's make sure he's happy with this before merging. |
hongloonwong
approved these changes
Mar 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this especially the GitHub Issues synced to AzDO Bug. My team discussed about this last year on how to better on top of the nidaqmx-python issues using AzDO work item.
1 task
wchung-ni
added a commit
to ni/nisync-python
that referenced
this pull request
Apr 23, 2025
- [X] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nisync-python/blob/main/CONTRIBUTING.md). ### What does this Pull Request accomplish? With reference to the content of [DAQmx PR](ni/nidaqmx-python#686) - Add GitHub issue template based on https://github.com/ni/ni-apis/tree/main/.github/ISSUE_TEMPLATE - Add a GitHub Actions workflow that syncs GitHub issues to Azure DevOps using [https://github.com/danhellem/github-actions-issue-to-work-item](https://github.com/danhellem/github-actions-issue-to-work-item) The workflow is based on [ https://github.com/ni/measurement-plugin-python/blob/main/.github/workflows/sync_github_issues_to_azdo.yml](https://github.com/ni/measurement-plugin-python/blob/main/.github/workflows/sync_github_issues_to_azdo.yml) - By referring daqmx, I created two new labels(tech debt and user story) before this PR is merged. - What is difference from [DAQmx PR](ni/nidaqmx-python#686) 1. '[ado_area_path](https://github.com/ni/nisync-python/pull/21/files#diff-202df4d842092333fc71217d929c58e696a315f3ae8415b32b5650adf1af9b28:~:text=ado_area_path%3A%20%22DevCentral%5C%5CProduct%20RnD%5C%5CPlatform%20HW%20and%20SW%5C%5CCore%20SW%20and%20Drivers%5C%5CPlatform%20HW%20and%20Drivers%5C%5CDrivers%5C%5CMars%22)' : Area path of reported issue in Azure DevOps 2. package name in[ bug_report.md](https://github.com/ni/nisync-python/pull/21/files#diff-185833cb26d7ac66a4d39042fd576a820c2c2c6d05ad18973bb9c7dce77267c5:~:text=*%20NI%2DSync,nisync%2Dpython%60) ### Why should this Pull Request be merged? Provide more guidance for which information to include in bug reports. Automatically sync bug reports to Azure DevOps so they get more visibility. ### What testing has been done? None Signed-off-by: wchung <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've updated CHANGELOG.md if applicable.I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
Add GitHub issue templates based on https://github.com/ni/ni-apis/tree/main/.github/ISSUE_TEMPLATE
Add a GitHub Actions workflow that syncs GitHub issues to Azure DevOps using https://github.com/danhellem/github-actions-issue-to-work-item
The workflow is based on https://github.com/ni/measurement-plugin-python/blob/main/.github/workflows/sync_github_issues_to_azdo.yml
I also created
tech debt
anduser story
labels (separate from this PR).Why should this Pull Request be merged?
Provide more guidance for which information to include in bug reports.
Automatically sync bug reports to Azure DevOps so they get more visibility.
What testing has been done?
None