mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-25 17:00:20 +00:00
0eb6062f94
* chore(phase2): retarget all automation from staged to main - publish.yml: trigger on main, publish only to marketplace - check-pr-target.yml: invert — now blocks PRs targeting staged, welcomes main - 10 PR validation workflows: branches [staged] → [main] - external-plugin-command-router.yml: --base staged → main (3×), message text - external-plugin-rereview-command.yml: --base staged → main (2×), message text - external-plugin-rereview.yml: staged reference in review comment text - external-plugin-intake.yml: ref: staged checkout → main - external-plugin-pr-quality-gates.yml: ref: staged checkout → main - external-plugin-quality-gates.yml: ref: staged checkout → main - check-plugin-structure.yml: error messages updated for new branch model - contributors.yml: ref and base target → main - setup-labels.yml: targets-main label description updated - cli-for-beginners-sync.md + .lock.yml: base-branch staged → main - codeowner-update.md + .lock.yml: base-branch staged → main - learning-hub-updater.md + .lock.yml: base-branch staged → main Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs(phase2): update contributor guidance from staged to main - CONTRIBUTING.md: branch from main, PR targets main; remove Phase 2 gate note - AGENTS.md: PR target + external plugin PR automation references - .github/pull_request_template.md: PR checklist targets main - website/src/content/docs/learning-hub/agentic-workflows.md: PR target Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * aw updates --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1.5 KiB
1.5 KiB
Pull Request Checklist
- I have read and followed the CONTRIBUTING.md guidelines.
- I have read and followed the Guidance for submissions involving paid services.
- My contribution adds a new instruction, prompt, agent, skill, workflow, or canvas extension file in the correct directory.
- The file follows the required naming convention.
- The content is clearly structured and follows the example format.
- I have tested my instructions, prompt, agent, skill, workflow, or canvas extension with GitHub Copilot.
- I have run
npm startand verified thatREADME.mdis up to date. - I am targeting the
mainbranch for this pull request.
Description
Type of Contribution
- New instruction file.
- New prompt file.
- New agent file.
- New plugin.
- New skill file.
- New agentic workflow.
- New canvas extension.
- Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.
- Other (please specify):
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.