From 1c3db994f8a829bc14f0c57ac5bd027dad0aa246 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 7 Jan 2023 12:22:26 +0100 Subject: [PATCH] added a note about the REUSE compliance to the CONTRIBUTING.md file --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32acc5e..f9c51ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,6 +66,7 @@ Before you submit a pull request, check that it meets these guidelines: 1. The pull request should include additional tests if appropriate. 2. If the pull request adds functionality, the docs should be updated. 3. The pull request should work for all currently supported operating systems and versions of Python. +4. This project is [REUSE compliant](https://reuse.software/) please ensure that your additions are REUSE compliant as well by running `reuse lint`. ## Code of Conduct