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

translate intro #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
38 changes: 32 additions & 6 deletions .github/CONTRIBUTING-en-US.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
**English (US)** | Português (BR)](CONTRIBUTING.md)

**English (US)** | [Português (BR)](CONTRIBUTING.md)

# Contributing

## Code of Conduct
This guide is designed to assist individuals in their Querido Diário journey. It provides an overview of the initial steps that should be followed when engaging with all project repositories.

Each repository may have specific details outlined in its respective documentation. Once you have completed the review of these general guidelines, be sure to also read the relevant repository-specific documents.[`CONTRIBUTING.mdof`](https://github.com/okfn-brasil/querido-diario-comunidade/blob/main/.github/CONTRIBUTING-en-US.md). It is important to read the documentation specific to the repository of interest before making your contribution.

To ensure our community is welcoming to all people, please read and follow our [Code of Conduct](CODE_OF_CONDUCT-en-US.md).
## Code of Conduct
To ensure that our community is welcoming to all individuals, please read and adhere to our [Code of Conduct](CODE_OF_CONDUCT-en-US.md).

By participating in this project, you agree to be bound by the terms specified therein.
By participating in this project, you agree to abide by the terms specified therein.

## Where to contribute

The *Querido Diário* has several code repositories for you to contribute:
Querido Diário has multiple repositories, allowing contributions where there is a stronger affinity:

- [Documentation and Community](https://github.com/okfn-brasil/querido-diario-comunidade)
- [Scrapers](https://github.com/okfn-brasil/querido-diario)
Expand All @@ -24,15 +29,36 @@ The *Querido Diário* has several code repositories for you to contribute:

## How to contribute

If you have not yet contributed to an open source project or are not familiar with this project, there are tasks for people like you in the [Issues](https://github.com/okfn-brasil/querido-diario-comunidade/issues) tab, labeled as [`good first issues`](https://github.com/okfn-brasil/querido-diario-comunidade/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue").
If you have not yet contributed to an open source project or are not familiar with this project, there are tasks for people like you in the
[Issues](https://github.com/okfn-brasil/querido-diario-comunidade/issues) tab, labeled as [`good first issues`](https://github.com/okfn-brasil/querido-diario-comunidade/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue").

If any of those interest you, before starting, you can leave comments to ask any relevant questions and then leave a notice that you will be working on that task.

We also have a [discussion forum](https://github.com/okfn-brasil/querido-diario-comunidade/discussions) where you can contribute ideas related to the project.

And a [community on Discord](https://bit.ly/discord-ok), if you want to ask questions faster or talk to people who are also interested in Open Knowledge Brasil's civic innovation projects.

# Maintaining
# Milistones

If there are no open issues or if none of them pique your interest, take a look at the Milestones in the repository of interest. Milestones indicate the goals to be achieved. Exploring the files to find areas for improvement that can help the repository reach a milestone is an excellent way to contribute.

-If you find such an area for improvement, open an issue describing the perceived possibility for enhancement. If you plan to undertake the task, mention it in your message.

# Discussions
If you have an idea or suggestion for the project's direction, create a Discussion.

-As Querido Diário consists of multiple repositories, and discussions often have a cross-cutting nature, it is a management decision to keep them centralized. To initiate or follow discussions, simply visit the [Discussion](https://github.com/okfn-brasil/querido-diario-comunidade/discussions).

# Community Chat
Ingresse na [comunidade](https://discord.com/channels/753035511609950280/986425635012485191). Lá você poderá tirar dúvidas mais rápidas, interagir com as pessoas mantenedoras, perguntar como poderia ajudar e ainda conversar com outras pessoas que também contribuem.

# Interacting with the code reviewer

- Be patient and allow the reviewer some time. Code reviews are inherently complex and time-consuming, and the reviewer, like you, may be another contributor offering their personal time when available or may have other priorities before they can review your code.
- Whether in the form of code or through messages with questions and suggestions, facilitate interaction by being concise but providing details when necessary.
- Whether in the form of code or through messages with questions and suggestions, facilitate interaction by being concise but providing details when necessary.

## Keeping

## Responsibilities of a *Querido Diário* maintainer

Expand Down