crankshaft/.github/PULL_REQUEST_TEMPLATE.md

11 lines
851 B
Markdown
Raw Normal View History

2016-05-21 01:23:56 +08:00
- [ ] All declared geometries are `geometry(Geometry, 4326)` for general geoms, or `geometry(Point, 4326)`
2016-06-15 00:06:23 +08:00
- [ ] Existing functions in crankshaft python library called from the extension are kept at least from version N to version N+1 (to avoid breakage during upgrades).
2016-05-21 01:23:56 +08:00
- [ ] Docs for public-facing functions are written
2016-09-19 22:47:59 +08:00
- [ ] New functions follow the naming conventions: `CDB_NameOfFunction`. Where internal functions begin with an underscore
- [ ] Video explaining the analysis and showing examples
- [ ] Analysis Documentation written [template](https://docs.google.com/a/cartodb.com/document/d/1X2KOtaiEBKWNMp8UjwcLB-kE9aIOw09aOjX3oaCjeME/edit?usp=sharing)
- [ ] Smoke test written
2016-09-29 20:48:22 +08:00
- [ ] Hand-off document for camshaft node written
2016-10-06 20:56:14 +08:00
- [ ] If function is in Python, code conforms to [PEP8 Style Guide](https://www.python.org/dev/peps/pep-0008/)