Skip to content

Commit

Permalink
Add a small section about review / acceptance policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Dec 30, 2023
1 parent 880ba3e commit 981fb99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This is just a loose list of things that can come in useful for debugging and de

OPCUA for Rust will always track quite close to the most stable version of Rust, therefore ensure your toolchain is kept up to date.

## Review / Acceptance Criteria

All code that is submitted via merge request / pull is required to be:

a) Developed in the style of the existing code.
b) Formatted with Rustfmt.
c) Extensively tested via unit tests and if necessary integration tests.
d) Serve a purpose related to the project, e.g. fix a bug, or add a feature required by the spec.

## Style guide

Some styling hints and design philosophy are provided in [design](./design.md).
Expand Down

0 comments on commit 981fb99

Please sign in to comment.