Contributing
Thank you for your interest in the Agentic Accelerator Workshop.
Workshop Template Repository
This repository is a workshop template. Students use the “Use this template” button on GitHub to create their own copy for hands-on labs.
Contributions that improve lab content, fix typos, clarify instructions, or add new exercises are welcome here.
Framework Contributions
If you want to contribute to the underlying agents, skills, or scanning logic, open a pull request in the Agentic Accelerator Framework repository instead. Changes to the framework are periodically synced into this workshop repo.
How to Contribute
- Fork this repository.
- Create a feature branch:
git checkout -b feature/your-improvement. - Commit your changes with a descriptive message.
- Push the branch:
git push origin feature/your-improvement. - Open a pull request targeting
main.
Style Guidelines
- Write lab instructions in clear, second-person voice (“you will configure…”).
- Include estimated completion times and difficulty levels for new labs.
- Follow the existing Markdown formatting conventions.
- Add screenshots to the appropriate
images/lab-XX/directory.
Code of Conduct
This project follows the Microsoft Open Source Code of Conduct. See CODE_OF_CONDUCT.md for details.