From 0b172c135309850645fc992c9f8511ba24052af8 Mon Sep 17 00:00:00 2001 From: Mustapha-Tarek Ben Lechhab Date: Tue, 7 May 2024 16:54:08 +0200 Subject: [PATCH] Update PR template to reflect the fact that we don't have (yet) automated tests --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d85b286cb..9361dc20a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,5 +15,5 @@ - [ ] I have performed a self-review of my own changes. - [ ] I have made corresponding changes to the documentation. - [ ] My changes do not generate new warnings. -- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] I have tested my changes and I am confident that it works as expected and doesn't introduce any known regressions. - [ ] I have reviewed the contribution guidelines. \ No newline at end of file