Commit Graph

3 Commits

Author SHA1 Message Date
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
Hammad Bashir
c17249b818 Add precommit hooks (#483)
Adds precommit hooks based on #433 to our repository. Only one file here is new - the configuration for the hooks, everything else is linting/formatting fixes. We do not run the typechecker globally since that would be quite lengthy to clean up - instead we will have to incrementally clean up type check issues as we go.
2023-05-10 05:52:12 +00:00
Hammad Bashir
7269399d6f Add a pull_request_template.md (#142)
* Add a pull_request_template.md
2023-02-16 17:38:31 -08:00