You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how many others we'll be reaching who'll contribute, but I think it would be a good exercise for me to ensure I'm using the same dev environment (or as much as possible) and that I'm on the same page by writing some contribution documentation.
I see to use hatch, and I'll get that via pipx, but what's your development workflow look like and how does that connect to the user workflow - I ask since most contributors will be both.
I imagine that unit testing at this point won't need full workflows, but do we want to use the CMS public example as the "tracer bullet" for a newcomer into interact with the major parts of the workflow (and file links to current implementations) for onboarding?
The text was updated successfully, but these errors were encountered:
I've started to draft something, but it never saw the light of day - I will try to put some effort here
My workflow is
install in a conda environment
install precommit
create and run tests via pytest/nox
commit (runs all other checks)
but do we want to use the CMS public example as the "tracer bullet" for a newcomer into interact with the major parts of the workflow (and file links to current implementations) for onboarding?
No, CMS public example is the first "full" example, but it should not remain the only one:
Not sure how many others we'll be reaching who'll contribute, but I think it would be a good exercise for me to ensure I'm using the same dev environment (or as much as possible) and that I'm on the same page by writing some contribution documentation.
I see to use
hatch
, and I'll get that viapipx
, but what's your development workflow look like and how does that connect to the user workflow - I ask since most contributors will be both.I imagine that unit testing at this point won't need full workflows, but do we want to use the CMS public example as the "tracer bullet" for a newcomer into interact with the major parts of the workflow (and file links to current implementations) for onboarding?
The text was updated successfully, but these errors were encountered: