-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Package.json file
...
Node.js version
...
Database and its version
...
Operating system name and version
...
Browser name
No response
What happended?
The general contribution guidelines mainly focuses on explaining how actions around Git should be executed (branch names, PR descriptions, etc), but doesn't mention anything around setting the local environment.
I personally have been using https://www.npmjs.com/package/medusa-dev-cli which is never mentioned, but recently started having problems where it wasn't copying my modifications in a reliable manner to my test project, which made me lose a lot of time when contributing for things i would otherwise have done in a manner of minutes.
Expected behavior
The general contribution guidelines has a dedicated section for "Local Development" including detailed step by step instructions indicating how to setup the local environment for a smooth experience while working on contributions.
Also mentions common troubleshooting and any relevant tools to be used while developing.
Actual behavior
There are no indications as to how to setup the local environment.
Link to reproduction repo
...