From 59e187d59a6ca534c6ca46c2d152a68a77ae6668 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 13 Dec 2024 11:28:14 +0100 Subject: [PATCH] add a CONTRIBUTING file --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..351d63e5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing + +Lightpanda accepts pull requests through GitHub. + +You have to sign our [CLA](CLA.md) during your first pull request process +otherwise we're not able to accept your contributions. + +The process signature uses the [CLA assistant +lite](https://github.com/marketplace/actions/cla-assistant-lite). You can see +an example of the process in [#303](https://github.com/lightpanda-io/browser/pull/303).