update CONTRIBUTING

This commit is contained in:
Talon Poole 2021-02-24 22:13:06 +00:00
parent 432f3a1e1b
commit cae16d74db
2 changed files with 4 additions and 0 deletions

View file

@ -12,4 +12,6 @@ cd gmi-web
npm link
```
Use `npm run test` to compare your changes to the latest snapshots and when you are ready `npm run test:update` to save the current snapshots. `npm run test:watch` will auto-run the tests interactively to streamline this process.
Patches and issues can be submitted to code@talon.computer or expressed through the channels available on [Codeberg](https://codeberg.org/talon/gmi-web).

View file

@ -18,7 +18,9 @@
"gmi-web.css",
"gmi.css",
"html.js",
"html.spec.js",
"css.js",
"css.spec.js",
"cli.js"
],
"scripts": {