-
Notifications
You must be signed in to change notification settings - Fork 43
docs: adicionar template de pull request #466
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
Merged
gvieira18
merged 6 commits into
he4rt:4.x
from
fernanduandrade:feature/pull-request-template
Aug 9, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
b92ec80
docs: adicionar template de pull request
fernanduandrade 5930c19
Merge branch '4.x' into feature/pull-request-template
fernanduandrade e841b9d
Merge branch '4.x' into feature/pull-request-template
fernanduandrade 65781a7
feat: incluir steps de quality gate no test plan
fernanduandrade 44fe067
feat: adicionar template pr para agentes de IA
fernanduandrade c57cf89
fix: ajutar guideline para não ser um requisito obrigátorio seguir o …
fernanduandrade File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| @php | ||
| /** @var \Laravel\Boost\Install\GuidelineAssist $assist */ | ||
| @endphp | ||
|
|
||
| # Pull Requests | ||
|
|
||
| When creating or updating a GitHub pull request, agents should consider the repository PR template at `.github/pull_request_template.md` as a helpful reference for structuring the PR body. | ||
|
|
||
| ## Guidance | ||
|
|
||
| - Prefer using the template sections `Contexto`, `Alterações`, `Plano de Testes`, `Evidências` and `Issues Relacionadas` when they fit the change. | ||
| - Keep the structure clear and review-friendly, rather than writing a completely free-form PR description. | ||
| - Populate the checklist in `Plano de Testes` with the validation steps that were actually run, including relevant commands such as `make check` and `make test` when applicable. | ||
| - Add issue references in the `Issues Relacionadas` section using the repository's expected format (for example: `Closes #123`) when there is a related issue to link. | ||
| - If the change has no visible UI impact, keep the `Evidências` section concise or leave it empty rather than inventing screenshots. | ||
|
|
||
| ## Expectations for agents | ||
|
|
||
| - It is fine to draft a PR body without the template; the absence of the template does not block the PR. | ||
| - Adapt the content to the specific change and prefer clear, concise Portuguese when the repository and existing templates are written in Portuguese. | ||
| - If the PR is for a change that affects behavior, include enough detail for reviewers to understand the impact, the validation performed, and the related issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| ## Contexto | ||
|
|
||
| <!-- | ||
| Descreva o contexto deste PR respondendo às seguintes perguntas: | ||
|
|
||
| - Qual é o problema ou necessidade? | ||
| - Como esta alteração resolve o problema? | ||
| - Qual é o impacto esperado para o usuário ou sistema? | ||
| --> | ||
|
|
||
| ### Alterações | ||
|
|
||
| <!-- | ||
| Liste as principais alterações realizadas neste PR. | ||
| Se possível, informe os arquivos, componentes ou funcionalidades impactadas. | ||
| --> | ||
|
|
||
| - ... | ||
| - ... | ||
| - ... | ||
|
|
||
| --- | ||
|
|
||
| ## Plano de Testes | ||
|
|
||
| <!-- | ||
| Liste, em formato de checklist, todos os passos executados para validar esta alteração. | ||
| O objetivo é permitir que qualquer revisor consiga reproduzir a validação realizada. | ||
| --> | ||
|
|
||
| - [ ] Executar `make check` | ||
| - [ ] Executar `make test` | ||
| - [ ] ... | ||
| - [ ] ... | ||
| - [ ] ... | ||
|
|
||
| --- | ||
|
|
||
| ## Evidências | ||
|
|
||
| <!-- | ||
| Adicione prints de tela, GIFs ou vídeos que demonstrem o comportamento da aplicação. | ||
| Caso a alteração não possua impacto visual, esta seção pode ser removida. | ||
| --> | ||
|
|
||
| ### Antes | ||
|
|
||
| <!-- Prints, GIFs ou vídeos do comportamento anterior. --> | ||
|
|
||
| ### Depois | ||
|
|
||
| <!-- Prints, GIFs ou vídeos do comportamento após a alteração. --> | ||
|
|
||
| --- | ||
|
|
||
| ## Issues Relacionadas | ||
|
|
||
| <!-- | ||
| Utilize uma das opções abaixo conforme necessário. | ||
|
|
||
| Closes #123 | ||
| Fixes #123 | ||
| Resolves #123 | ||
| Related to #123 | ||
|
|
||
| Exemplo: Closes #123 | ||
| --> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.