-
Notifications
You must be signed in to change notification settings - Fork 5k
New issues template based on sample. #1310
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
Conversation
Create Sample Issue template
Sample based issue template
import requests module
Correct regex expression
Made the query more efficient
Selected path bug fix
Fix selected path bug
Sort the area in the issue template
Correct codeowner path
Correct sample issue path
Order sample issue
|
@microsoft-github-policy-service agree company="Microsoft" |
PR to test changes from original branch. No harm done since this is done to my users branch
User/5an7y/issues based on samples
JakobL-MSFT
left a comment
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.
Need to also trigger check both when changing following files:
.github/CODEOWNERS <- Definitely
.github/ISSUE_TEMPLATE/sample_issue.yml <- Definitely
.github/ISSUE_TEMPLATE/sample_issue_generator.py <- I think?
.github/ISSUE_TEMPLATE/sample_issue_generator.py <- I think?
5an7y-Microsoft
left a comment
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.
Jakob comments above.
Description
Created an issue template where people can specify the path of the sample, they are having problems with.
The list of areas is based on the CODEOWNERS file.
Workflows
Generate Sample Issue Template
Description
This workflow changes the issue template when the CODEOWNERS file is changed. This will run sample_issue_generator.py.
Testing
Tag Codeowner on Sample Issue
Description
This will automatically tag the codeowner of a sample when the sample issue template is used.
Testing
