llama-stack/.github/PULL_REQUEST_TEMPLATE.md
2024-11-06 22:49:01 -08:00

826 B

What does this PR do?

In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue.

  • Addresses issue (#issue)

Feature/Issue validation/testing/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, Pull Request section?
  • Updated relevant documentation.
  • Wrote necessary unit or integration tests.