Update Contributor Covenant to version 2.1

This commit is contained in:
Carles Fernandez 2022-02-06 11:45:29 +01:00
parent 82169db1f2
commit 378c72c81c
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
3 changed files with 16 additions and 21 deletions

View File

@ -16,8 +16,8 @@ We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status, identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity and nationality, personal appearance, race, caste, color, religion, or sexual
orientation. identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming, We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community. diverse, inclusive, and healthy community.
@ -64,13 +64,7 @@ This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces. an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address, Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed posting via an official social media account, or acting as an appointed
representative at an online or offline event. This Code of Conduct applies both representative at an online or offline event.
within project spaces and in public spaces when an individual is representing
the project or its community. Examples of representing a project or community
include using an official project e-mail address, posting via an official social
media account, or acting as an appointed representative at an online or offline
event. Representation of a project may be further defined and clarified by
project maintainers.
## Enforcement ## Enforcement
@ -131,18 +125,18 @@ community.
## Attribution ## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at version 2.1, available at
[https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][version]. [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by [Mozilla's code of conduct Community Impact Guidelines were inspired by
enforcement ladder][diversity]. [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
For answers to common questions about this code of conduct, see the FAQ at For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][faq]. Translations are available at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translations]. [https://www.contributor-covenant.org/translations][translations].
[homepage]: https://www.contributor-covenant.org [homepage]: https://www.contributor-covenant.org
[diversity]: https://github.com/mozilla/diversity [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[version]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html [Mozilla CoC]: https://github.com/mozilla/diversity
[faq]: https://www.contributor-covenant.org/faq/ [FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations [translations]: https://www.contributor-covenant.org/translations

View File

@ -12,7 +12,7 @@ SPDX-FileCopyrightText: 2011-2021 Carles Fernandez-Prades <carles.fernandez@cttc
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![REUSE status](https://api.reuse.software/badge/github.com/gnss-sdr/gnss-sdr)](https://api.reuse.software/info/github.com/gnss-sdr/gnss-sdr) [![REUSE status](https://api.reuse.software/badge/github.com/gnss-sdr/gnss-sdr)](https://api.reuse.software/info/github.com/gnss-sdr/gnss-sdr)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
**Welcome to GNSS-SDR!** **Welcome to GNSS-SDR!**

View File

@ -56,10 +56,10 @@ All notable changes to GNSS-SDR will be documented in this file.
### Improvements in Portability: ### Improvements in Portability:
- Fixed building against the new API in the gr-iio component present in GNU - Fixed building against the new API in the gr-iio component present in GNU
Radio v3.10.0.0-rc1. Radio v3.10.X.Y.
- Fixed building against GNU Radio v3.10.0.0-rc1, which does not support the - Fixed building against GNU Radio v3.10.X.Y, which does not support the
C++20 standard. C++20 standard.
- Fixed building against GNU Radio v3.10.0.0-rc1, which replaced - Fixed building against GNU Radio v3.10.X.Y, which replaced
[log4cpp](http://log4cpp.sourceforge.net/) by [log4cpp](http://log4cpp.sourceforge.net/) by
[spdlog](https://github.com/gabime/spdlog) and [spdlog](https://github.com/gabime/spdlog) and
[fmt](https://github.com/fmtlib/fmt) libraries. [fmt](https://github.com/fmtlib/fmt) libraries.
@ -106,6 +106,7 @@ All notable changes to GNSS-SDR will be documented in this file.
those requirements are not met in the configuration file. those requirements are not met in the configuration file.
- Fixed program termination when using `File_Signal_Source` and extended - Fixed program termination when using `File_Signal_Source` and extended
integration times. integration times.
- Updated version of the Contributor Covenant to version 2.1.
See the definitions of concepts and metrics at See the definitions of concepts and metrics at
https://gnss-sdr.org/design-forces/ https://gnss-sdr.org/design-forces/