-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc] Add developer notes #774
[Doc] Add developer notes #774
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #774 +/- ##
==========================================
- Coverage 68.87% 62.39% -6.49%
==========================================
Files 55 55
Lines 4071 4071
==========================================
- Hits 2804 2540 -264
- Misses 1267 1531 +264 ☔ View full report in Codecov by Sentry. |
Thoughts on extending |
That's an option too. I thought about it, but the existing file was more 'legalese' than information on how to contribute. Happy to switch if you prefer. |
@Harsha-Nori , I've moved everything into CONTRIBUTING. I've also added some notes about how to hook new models into the testing setup on the off chance that random people feel inspired to push to |
Expand the CONTRIBUTING file to describe the basic developer setup. Since our workflows access some quite expensive resources, PRs have to be approved to run. This will let contributors get feedback faster.