Files
chroma/pull_request_template.md
Hammad Bashir 8a7f0ba36f [DOC] Add contributing guide to readme and check if tests pass to PR template (#987)
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- Add contributing guide to readme and a check if tests pass to PR
template
 - New functionality
	 - None
	 

Addresses #968

## Test plan
These are documentation changes. No tests required.

## Documentation Changes
These are documentation changes.
2023-08-17 18:17:31 -07:00

443 B

Description of changes

Summarize the changes made by this PR.

  • Improvements & Bug fixes
    • ...
  • New functionality
    • ...

Test plan

How are these changes tested?

  • Tests pass locally with pytest for python, yarn test for js

Documentation Changes

Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?