From 026353fc8d29ab8b6d04a9bc1e803cd3e7349fd1 Mon Sep 17 00:00:00 2001 From: Simon Heybrock Date: Fri, 11 Aug 2023 11:20:20 +0200 Subject: [PATCH] Add code of conduct via copier update --- .copier-answers.yml | 2 +- CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md | 5 +++++ README.md | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/.copier-answers.yml b/.copier-answers.yml index e0b8cabf..10ea8467 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 10bba54 +_commit: f4236b0 _src_path: gh:scipp/copier_template description: Build scientific pipelines for your data github_linux_image: ubuntu-20.04 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..e69de29b diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89a7be87..5d6ee728 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,3 +13,8 @@ You are welcome to submit pull requests at any time. But to avoid having to make large modifications during review or even have your PR rejected, please first open an issue first to discuss your idea! Check out the subsections of the [Developer documentation](https://scipp.github.io/sciline/developer/index.html) for details on how Sciline is developed. + +## Code of conduct + +This project is a community effort, and everyone is welcome to contribute. +Everyone within the community is expected to abide by our [code of conduct](https://scipp.github.io/sciline/CODE_OF_CONDUCT.md). diff --git a/README.md b/README.md index 12326ec9..731cef59 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) [![PyPI badge](http://img.shields.io/pypi/v/sciline.svg)](https://pypi.python.org/pypi/sciline) [![Anaconda-Server Badge](https://anaconda.org/scipp/sciline/badges/version.svg)](https://anaconda.org/scipp/sciline) [![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)