Skip to content

Commit

Permalink
Merge pull request #37 from scipp/code-of-conduct
Browse files Browse the repository at this point in the history
Add code of conduct via copier update
  • Loading branch information
SimonHeybrock authored Aug 11, 2023
2 parents 14d7d73 + 026353f commit cd0c2c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Empty file added CODE_OF_CONDUCT.md
Empty file.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit cd0c2c7

Please sign in to comment.