-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[pt] feat: add doc br pull request content/pt/docs/contributing/pull-requests.md #7094
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
base: main
Are you sure you want to change the base?
[pt] feat: add doc br pull request content/pt/docs/contributing/pull-requests.md #7094
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Some headings are missing IDs, please add them.
ae04f2b
to
b6937f1
Compare
|
||
\_Figura 3. Trabalhando a partir de um fork local para fazer suas alterações.\_ | ||
|
||
### Faça o _fork_ do repositório |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Faça o _fork_ do repositório | |
### Faça o _fork_ do repositório {#fork-the-repository} |
[`opentelemetry.io`](https://github.com/open-telemetry/opentelemetry.io/). | ||
1. Selecione **Fork**. | ||
|
||
### Clone e defina o repositório de origem (_upstream_) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Clone e defina o repositório de origem (_upstream_) | |
### Clone e defina o repositório de origem (_upstream_) {#clone-and-set-upstream} |
começar a fazer alterações. Envie alterações do _upstream_ para o _origin_ | ||
regularmente para manter seu _fork_ sincronizado com o _upstream_. | ||
|
||
### Crie uma _branch_ (ramificação) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Crie uma _branch_ (ramificação) | |
### Crie uma _branch_ (ramificação) {#create-a-branch} |
A qualquer momento, use o comando `git status` para ver quais arquivos você | ||
alterou. | ||
|
||
### _Commit_ suas alterações |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### _Commit_ suas alterações | |
### _Commit_ suas alterações {#commit-your-changes} |
Para parar a instância local do Hugo, volte ao terminal e digite `Ctrl+C`, ou | ||
feche a janela do terminal. | ||
|
||
### Implantações de site e prévias de PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Implantações de site e prévias de PR | |
### Implantações de site e prévias de PR {#site-deploys-and-pr-previews} |
Para ver logs de implantação e mais, visite o [dashboard][] do projeto - login | ||
no Netlify é necessário. | ||
|
||
### Diretrizes de PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Diretrizes de PR | |
### Diretrizes de PR {#pr-guidelines} |
- Certifique-se de que os mantenedores estão | ||
[autorizados a aplicar alterações ao seu _pull request_](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). | ||
|
||
### Alterações dos revisores |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Alterações dos revisores | |
### Alterações dos revisores {#changes-from-reviewers} |
Você também pode resolver conflitos de _merge_ (mesclar) pela interface do | ||
GitHub. | ||
|
||
### Conflitos de merge e rebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Conflitos de merge e rebase | |
### Conflitos de merge e rebase {#merge-conflicts-and-rebasing} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muito bom 🚀
Deixei como sugestão os anchors que estão faltando nos headings!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with the fixes
This pull request includes a change to the content/pt/docs/contributing/pull-requests.md file to improve the readability and accuracy of the documentation. The most important change involves adding pull request documentation.
Issue: #6853