Skip to content

Commit 7d2186c

Browse files
committed
README: mention the CoC and who maintains this repo
1 parent ea12097 commit 7d2186c

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Conduct
44

5-
**Contact**: [Cortex-M team](https://github.com/rust-embedded/wg#the-cortex-m-team)
5+
**Contact**: [Resources team](https://github.com/rust-embedded/wg#the-resources-team)
66

77
* We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other similar characteristic.
88
* On IRC, please avoid using overtly sexual nicknames or other nicknames that might detract from a friendly, safe and welcoming environment for all.
99
* Please be kind and courteous. There's no need to be mean or rude.
1010
* Respect that people have differences of opinion and that every design or implementation choice carries a trade-off and numerous costs. There is seldom a right answer.
1111
* Please keep unstructured critique to a minimum. If you have solid ideas you want to experiment with, make a fork and see how it works.
1212
* We will exclude you from interaction if you insult, demean or harass anyone. That is not welcome behavior. We interpret the term "harassment" as including the definition in the [Citizen Code of Conduct](http://citizencodeofconduct.org/); if you have any lack of clarity about what might be included in that concept, please read their definition. In particular, we don't tolerate behavior that excludes people in socially marginalized groups.
13-
* Private harassment is also unacceptable. No matter who you are, if you feel you have been or are being harassed or made uncomfortable by a community member, please contact one of the channel ops or any of the [Cortex-M team][team] immediately. Whether you're a regular contributor or a newcomer, we care about making this community a safe place for you and we've got your back.
13+
* Private harassment is also unacceptable. No matter who you are, if you feel you have been or are being harassed or made uncomfortable by a community member, please contact one of the channel ops or any of the [Resources team][team] immediately. Whether you're a regular contributor or a newcomer, we care about making this community a safe place for you and we've got your back.
1414
* Likewise any spamming, trolling, flaming, baiting or other attention-stealing behavior is not welcome.
1515

1616
## Moderation
@@ -34,4 +34,4 @@ The enforcement policies listed above apply to all official embedded WG venues;
3434

3535
*Adapted from the [Node.js Policy on Trolling](http://blog.izs.me/post/30036893703/policy-on-trolling) as well as the [Contributor Covenant v1.3.0](https://www.contributor-covenant.org/version/1/3/0/).*
3636

37-
[team]: https://github.com/rust-embedded/wg#the-cortex-m-team
37+
[team]: https://github.com/rust-embedded/wg#the-resources-team

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This is a curated list of resources related to embedded and low-level programmin
66

77
[<img src="https://rawgit.com/rust-embedded/awesome-embedded-rust/master/rust-embedded-logo-256x256.png" align="right" width="256">](http://www.rust-embedded.org)
88

9+
This project is developed and maintained by the [Resources team][team].
10+
911
## Table of contents
1012

1113
* [Community](#community)
@@ -80,7 +82,7 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption
8082

8183
Register definition for microcontroller families. Usually generated using [`svd2rust`]. - ![crates.io](https://img.shields.io/crates/v/svd2rust.svg)
8284

83-
[`svd2rust`]: https://crates.io/crates/svd2rust
85+
[`svd2rust`]: https://crates.io/crates/svd2rust
8486

8587
*NOTE* You may be able to find even more device crates by searching for the
8688
[`svd2rust`][svd2rust-kw] keyword on crates.io!
@@ -122,7 +124,7 @@ Register definition for microcontroller families. Usually generated using [`svd2
122124

123125
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
124126

125-
[`embedded-hal`]: https://crates.io/crates/embedded-hal
127+
[`embedded-hal`]: https://crates.io/crates/embedded-hal
126128

127129
*NOTE* You may be able to find even more HAL implementation crates by searching for the
128130
[`embedded-hal-impl`] and [`embedded-hal`][embedded-hal-kw] keywords on crates.io!
@@ -134,7 +136,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
134136

135137
- [`linux-embedded-hal`] for embedded Linux systems like the Raspberry Pi. - ![crates.io](https://img.shields.io/crates/v/linux-embedded-hal.svg)
136138

137-
[`linux-embedded-hal`]: https://crates.io/crates/linux-embedded-hal
139+
[`linux-embedded-hal`]: https://crates.io/crates/linux-embedded-hal
138140

139141
### Nordic
140142

@@ -403,3 +405,12 @@ This list is licensed under
403405

404406
- CC0 1.0 Universal License ([LICENSE-CC0](LICENSE-CC0) or
405407
https://creativecommons.org/publicdomain/zero/1.0/legalcode)
408+
409+
## Code of Conduct
410+
411+
Contribution to this crate is organized under the terms of the [Rust Code of
412+
Conduct][CoC], the maintainer of this crate, the [HAL team][team], promises
413+
to intervene to uphold that code of conduct.
414+
415+
[CoC]: CODE_OF_CONDUCT.md
416+
[team]: https://github.com/rust-embedded/wg#the-hal-team

0 commit comments

Comments
 (0)