From 50a7d15769d5dea1e9513f64cd7ea48594f47dae Mon Sep 17 00:00:00 2001 From: Juan Font Date: Tue, 23 Apr 2024 10:50:10 +0200 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: ohdearaugustin --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6799e333..8296dd9f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ This means that when someone contributes, we are mostly happy about it, but we d A general description is provided here and an explicit list is provided in our pull request template. -All new features have to start with a design document that has to be discussed in the issue tracker (not discord) with a use case for the feature, how it can be implemented, who will implement it and what the plan for maintaining it is. +All new features have to start out with a design document, which should be discussed on the issue tracker (not discord). It should include a use case for the feature, how it can be implemented, who will implement it and a plan for maintaining it. All features have to be end to end tested (integration tests) and have good unit test coverage to ensure that they work as expected, and work as expected over time. If the change cannot be tested, a strong case for why this is not possible needs to be presented.