Replies: 1 comment
-
Haha, yeah that's something I've been meaning to do, but haven't gotten around to it. The problem is, I never put the time in to setting up a proper local development environment, so even my approach to developing this package is pretty janky. I'll see if I can find the time to set up a proper local development environment first, and if I can I'll add some documentation about it. One thing I was thinking about is that I could potentially copy the testing suite from the original If you have any ideas or examples for a good local development project setup to follow, I'm all ears! |
Beta Was this translation helpful? Give feedback.
-
It would be great to have documentation for contributors because it's not completely clear how to
locally run
the project and how totest
itWhen I find a simple bug, I want to dive into the code and try to fix it, rather than creating a task that will be fixed someday
The documentation should include instructions on how to install the project locally, how to run and debug it. How to properly create PRs, how to commit (conventions), etc
After implementing all this, anyone will be able to easily contribute or fix a bug that bothers them
Beta Was this translation helpful? Give feedback.
All reactions