script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Add documentation for developing locally

Open Conway opened this issue 3 years ago • 1 comments

The local development process is pretty straightforward, but it would be nice to have all information about developing/modifying the code locally on a single wiki page. I think it would also benefit developers to have information about how to add tests and run tests locally. Currently, it requires digging through .travis.yml, src/tests and src/e2e_tests to get a better picture on running tests locally. Any additional info on running these tests locally would be appreciated!

Conway avatar Feb 24 '22 01:02 Conway

Not a maintainer but wanna add my two cents. Maybe you can write a draft where you summarize all you already understood and create a PR? It's usually easier to write documentation as a user rather than as (main) developer.

RollingHog avatar Apr 25 '22 08:04 RollingHog