aboutsummaryrefslogtreecommitdiff
path: root/CODE-OF-CONDUCT.md
blob: 26a2b3673126619d8c9b1c9f4380e9e9b594bc98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
CNCF Community Code of Conduct

### Contributor Code of Conduct

As contributors and maintainers of this project, and in the interest of fostering
an open and welcoming community, we pledge to respect all people who contribute
through reporting issues, posting feature requests, updating documentation,
submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free experience for
everyone, regardless of level of experience, gender, gender identity and expression,
sexual orientation, disability, personal appearance, body size, race, ethnicity, age,
religion, or nationality.

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery
* Personal attacks
* Trolling or insulting/derogatory comments
* Public or private harassment
* Publishing other's private information, such as physical or electronic addresses,
 without explicit permission
* Other unethical or unprofessional conduct.

Project maintainers have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are not
aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers
commit themselves to fairly and consistently applying these principles to every aspect
of managing this project. Project maintainers who do not follow or enforce the Code of
Conduct may be permanently removed from the project team.

This code of conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a CNCF project maintainer, Sarah Novotny <sarahnovotny@google.com>, and/or Dan Kohn <dan@linuxfoundation.org>.

This Code of Conduct is adapted from the Contributor Covenant
(http://contributor-covenant.org), version 1.2.0, available at
http://contributor-covenant.org/version/1/2/0/

### CNCF Events Code of Conduct

CNCF events are governed by the Linux Foundation [Code of Conduct](http://events.linuxfoundation.org/events/cloudnativecon/attend/code-of-conduct) available on the event page. This is designed to be compatible with the above policy and also includes more details on responding to incidents.
d>Gravatar Henrik Tjäder 1-1/+0 2020-09-29Update run-pass tests for stableGravatar Henrik Tjäder 2-34/+34 2020-09-29Workaround lint for nowGravatar Henrik Tjäder 1-0/+1 2020-09-29Keep user code as-is within the module, add exampleGravatar Henrik Tjäder 3-1/+68 2020-09-29Add #[resources] to ui/singleGravatar Henrik Tjäder 1-0/+1 2020-09-29All examples use #[resources] attributeGravatar Henrik Tjäder 15-1/+15 2020-09-25Update test suite outputGravatar Henrik Tjäder 3-17/+13 2020-09-25Remove legacy 1.36.0Gravatar Henrik Tjäder 1-12/+2 2020-09-25Name collision with RTIC-mainGravatar Henrik Tjäder 5-7/+7 With modules the scoping is different and task names collide with main generated by RTIC 2020-09-25Update new example to use mod {}Gravatar Henrik Tjäder 2-3/+4 2020-09-25Due to new module boundaries the schedule fn needs to be pubGravatar Henrik Tjäder 1-3/+3 2020-09-25cfg_core is gone, cargo fmtGravatar Henrik Tjäder 6-19/+36 2020-09-25Use dev-branch for mod_constGravatar Henrik Tjäder 1-1/+1 2020-09-25Add format_ident importsGravatar Henrik Tjäder 2-2/+2 2020-09-25Modify macro tests, use mod instead of constGravatar Henrik Tjäder 1-2/+2 2020-09-25Compose the use-statements, reduce debug-printoutsGravatar Henrik Tjäder 1-18/+12 2020-09-25Collect and generate required use-statementsGravatar Henrik Tjäder 6-12/+57 2020-09-25Examples need to import the resourcesGravatar Henrik Tjäder 5-0/+13 2020-09-25Handle user hardware and software tasks and some resourcesGravatar Henrik Tjäder 4-6/+71 2020-09-25Modules using lower-case in examplesGravatar Henrik Tjäder 44-45/+48 2020-09-25Generate mod instead of const, handle import of idle and initGravatar Henrik Tjäder 1-3/+16 2020-09-25Update documentation where const is replaced by modGravatar Henrik Tjäder 1-3/+2 2020-09-25Update the test suite to use mod instead of constGravatar Henrik Tjäder 9-19/+19 Changes MSRV to 1.42, failing tests updated to match 1.42. 2020-09-25Examples using mod instead of constGravatar Henrik Tjäder 37-76/+75 2020-09-25Fixed example and v7 flagGravatar Emil Fresk 2-1/+5 2020-09-25Also check examples which require __v7Gravatar Henrik Tjäder 1-2/+7