-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
update CONTRIBUTING.md to test gha pr instructions update #5402
update CONTRIBUTING.md to test gha pr instructions update #5402
Conversation
create-instruction.js
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
This was intended to merge into roslynwythe/website. Closing so it doesn't get accidentally merged. |
return completedInstructions; | ||
} | ||
|
||
function createPullInstruction(){ |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
return pullInstructionString; | ||
} | ||
|
||
function createContribInstruction(){ |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Fixes #6
What changes did you make?
Why did you make the changes (we will use this info to test)?