From 3449d1de3f53f7ce694e9b1e28bc1ccfe48d8c49 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Thu, 25 May 2023 10:03:18 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- contrib/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/CONTRIBUTING.md b/contrib/CONTRIBUTING.md index 3f4726d..8ff565b 100644 --- a/contrib/CONTRIBUTING.md +++ b/contrib/CONTRIBUTING.md @@ -48,6 +48,8 @@ For any code-independent enhancements (such as docker-compose files, or instruct 5. Push your changes back to your forked repository. 6. Open a pull request (PR) against the main branch of the original repository. +Please note that during the PR review we mgiht adjust the location of the contributions. + ## Proposing an enhancement Please [suggest your change via our open-appsec open-source distribution list](mailto:opensource@openappsec.io) before writing your code. We will contact you to make sure we understand the boundaries of the proposed fix, that the relevant coding style is clear for the proposed fix's location in the code, and that the suggested contribution is relevant and eligible. There may be additional considerations that we would like to discuss with you before implementing the enhancement.