forked from phoenix-oss/llama-stack-mirror
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>
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# What does this PR do?
|
|
|
|
<!-- Provide a short summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. -->
|
|
|
|
<!-- Uncomment this section with the issue number if an issue is being resolved
|
|
**Issue resolved by this Pull Request:**
|
|
Closes #
|
|
--->
|
|
|
|
|
|
## Test Plan
|
|
|
|
<!--
|
|
Please describe:
|
|
- tests you ran to verify your changes with result summaries.
|
|
- provide instructions so it can be reproduced.
|
|
-->
|
|
|
|
|
|
## Sources
|
|
|
|
<!-- Please link relevant resources if necessary. -->
|
|
|
|
|
|
## 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](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
|
|
Pull Request section?
|
|
- [ ] Updated relevant documentation.
|
|
- [ ] Wrote necessary unit or integration tests.
|
|
- [ ] Added a [Changelog](https://github.com/meta-llama/llama-stack/blob/main/CHANGELOG.md) entry if the change is significant (new feature, breaking change etc.).
|