From 05a787d53dfe5e625c6449ac1e21ec36e66ddd28 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Thu, 23 Mar 2023 18:09:39 +0100 Subject: [PATCH] docs: update CONTRIBUTING Signed-off-by: Thomas Schuetz --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 247a3dff4b..1c00217a44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ We're happy that you want to contribute to this project. Please read the section **How do I contribute?** - Fork the repository and clone it locally - Create a new branch and follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) guidelines for work undertaken +- Assign yourself to the issue, if you are working on it (if you are not a member of the organization, please leave a comment on the issue) - Make your changes - Keep pull requests small and focused, if you have multiple changes, please open multiple PRs - Create a pull request back to the upstream repository and follow follow the [pull request template](.github/pull_request_template.md) guidelines.