diff --git a/README.md b/README.md index d8867a4..f1e8024 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,24 @@ PSM's feature progress. practice: it's rather expensive to generate, so once we have a new version we like to keep it until the next time we regenerate. +## Development guidelines + +We're pretty loose here right now. A few things: + +1. Use conventional indentation (spaces not tabs; 2 spaces per level + for Javascript and 4 spaces for Python). + +2. Feel free to use branches and PRs, but it's okay to push directly + to master too. + +3. Please don't load Javascript directly from other servers; instead, + copy the exact version you need of an upstream library to the + `upstream-js/` subdirectory, including both the minified version + and the corresponding non-minified version, and update + `upstream-js/README.md` accordingly. Everything the dashboard + needs should be available locally, so that if some foreign server + goes down our dashboard keeps working. + ## What's here. * `get-inputs` diff --git a/burn-down.html b/burn-down.html index ea219f5..41a368e 100644 --- a/burn-down.html +++ b/burn-down.html @@ -147,7 +147,7 @@
- + diff --git a/index.html b/index.html index 7d665b6..3ea9e6c 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@
- +