From 5967ee26113af9652a215a1a875f8617f8f35f34 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Wed, 20 Jul 2022 09:38:34 +0100 Subject: Added CONTRIBUTING.md * Pointing out that development and contribution must be done on linaro * Asking not to submit pull requests on github * Resolves MLCE-774 Change-Id: Ifbcf4a7ab8e714b5c77425f0e4174520e0ece09f Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7946 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..171d101bd1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +Please read https://arm-software.github.io/ComputeLibrary/latest/contribution_guidelines.xhtml + +Here on github we only publish a snapshot of the main development branch for each release, that's the reason why we don't accept pull requests. + +Please submit your patch for review to review.mlplatform.org. + +The development is structured in the following way: + + Release repository: https://github.com/arm-software/ComputeLibrary + Development repository: https://review.mlplatform.org/#/admin/projects/ml/ComputeLibrary + Please report issues here: https://github.com/ARM-software/ComputeLibrary/issues -- cgit v1.2.1