This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/coc in repository https://gitbox.apache.org/repos/asf/celix.git
commit c8dd7c4738a0c40847785c074d5c0685cae0ee24 Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Dec 14 17:18:16 2025 +0100 Add code of conduct markdown --- CODE_OF_CONDUCT.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..7a0dd01a3 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,24 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# Contributor Covenant Code of Conduct + +The Apache Celix project follows the [Apache Software Foundation code of conduct](https://www.apache.org/foundation/policies/conduct.html). + +If you observe behavior that violates those rules please follow the [ASF reporting guidelines](https://www.apache.org/foundation/policies/conduct#reporting-guidelines).
