Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Please consider the following when submitting contributions:
- Observe the [Design Requirements].
- Update the [Design Documentation] whenever designing new features
or modifying their implementation.
- Follow the [SQL Style Guide].
- Use Pull Requests for all changes.
- Pull Requests are only merged when all tests pass **when merged with
master**. This is [the “not rocket science” rule] of software.
Expand All @@ -64,9 +63,8 @@ Feel free to reach out to us with ideas or to get help contributing. We
are totally happy with something taking longer to do, if you learn
something in the process. It is the reason #! exists.

[Design Requirements]: REQUIREMENTS.md
[Design Documentation]: DESIGN.md
[SQL Style Guide]: STYLEGUIDE.md
[Design Requirements]: docs/REQUIREMENTS.md
[Design Documentation]: docs/DESIGN.md
[the “not rocket science” rule]: https://graydon2.dreamwidth.org/1597.html

## Notes ##
Expand Down