Closed
Description
References
Examples of Things We Might Inclue
- How to update documentation
- Searching through issues
- Proposing new features...The worst thing in the world is opening a PR that gets rejected.
- Cloning the repo
- Forking the repo
- Setting up PostgreSQL (currently in README)
- Running tests (currently in README)
- Changing example app data models (e.g. don't use migrations)
- Running the example apps
- The build/release system
- PR approval requirement
- API Deprecration Strategy:
- Introduce new APIs in minor release, deprecate old APIs with error: false
- Deprecate old APIs in major release with error: true
- Remove old APIs in major release
- New APIs must contain XML documentation (can fail the build for this?)
- Debugging test failures via appveyor