Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add CoC reporting information #20

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributors/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First contributions could be:

- Improving the documentation
- Adding test coverage
- Try out issues that have the label `good first issue`
- Trying out issues that have the label `good first issue`

### Contributing to Projects

Expand All @@ -38,7 +38,7 @@ At least one reviewer from the `CODEOWNERS` file must approve to merge a pull re

- Write clear and meaningful git commit messages.
- Follow the conventional commit [specification](https://www.conventionalcommits.org/en/v1.0.0/).
- When applicable, breaking units of works into separate commits or pull requests.
- When applicable, break units of works into separate commits or pull requests.
- Each pull request should be tied to a GitHub issue and specified in the pull request description.
- If a change is small, please squash commits for a cleaner history.

Expand Down
3 changes: 2 additions & 1 deletion governance/GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Project maintainers can be found by searching for the GitHub team <repo>-maintai

## Code of Conduct

TODO
The code of conduct is overseen by the Emporous project maintainers.
Possible code of conduct violations should be submitted to the project maintainers through this [Google form](https://docs.google.com/forms/d/e/1FAIpQLSd-twhszkTzYtPU0sl49VxQySeOBPxOQhTaKPKzJiY4rOyTHw/viewform?usp=sharing).

## Licenses

Expand Down