mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-24 13:19:54 +00:00
Also, hiding guidance to the author under comments to avoid polluting the description with ti. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> # What does this PR do? Using `Closes #` syntax in PR template, as per: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests ``` In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. ``` Hides this ^. ``` Please describe: - tests you ran to verify your changes with result summaries. - provide instructions so it can be reproduced. ``` And this ^. ``` Please link relevant resources if necessary. ``` And this ^. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Ran pre-commit to handle lint / formatting issues. - [x] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
1.1 KiB
1.1 KiB
What does this PR do?
Test Plan
Sources
Before submitting
- This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- Ran pre-commit to handle lint / formatting issues.
- Read the contributor guideline, Pull Request section?
- Updated relevant documentation.
- Wrote necessary unit or integration tests.
- Added a Changelog entry if the change is significant (new feature, breaking change etc.).