chore(issue-templates): bootstrap padrao nfe#34
Open
rhfranzoni wants to merge 8 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bootstraps GitHub Issue Forms for DanfeSharp by adding .github/ISSUE_TEMPLATE/ metadata where none existed before.
Changes:
- Adds seven issue form templates for bug, chore, docs, feature, improvement, incident, and spike reports.
- Adds issue template configuration that disables blank issues and provides an external contact link.
- Standardizes required form sections and priority/compliance dropdowns across templates.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/bug.yml |
Adds bug report issue form. |
.github/ISSUE_TEMPLATE/chore.yml |
Adds task/chore issue form. |
.github/ISSUE_TEMPLATE/config.yml |
Configures issue template behavior and fallback contact link. |
.github/ISSUE_TEMPLATE/docs.yml |
Adds documentation request issue form. |
.github/ISSUE_TEMPLATE/feature.yml |
Adds feature request issue form. |
.github/ISSUE_TEMPLATE/improvement.yml |
Adds improvement issue form. |
.github/ISSUE_TEMPLATE/incident.yml |
Adds incident/postmortem issue form. |
.github/ISSUE_TEMPLATE/spike.yml |
Adds spike/research issue form. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+5
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Padrao oficial de issues NFe | ||
| url: https://github.com/nfe/.github | ||
| about: "Documentacao do padrao oficial de issues. Caso nenhum dos templates acima sirva, abra um chamado com o time AI Governance antes de criar issue em branco." |
Comment on lines
+7
to
+12
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > Template placeholder publicado por `nfe:create-issue` (bootstrap). Sera substituido | ||
| > pelo canonico de `nfe/.github/.github/ISSUE_TEMPLATE/bug.yml` no proximo sync | ||
| > do provisioner em `nfe/.github#20`. |
Comment on lines
+7
to
+12
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > Template placeholder publicado por `nfe:create-issue` (bootstrap). Sera substituido | ||
| > pelo canonico de `nfe/.github/.github/ISSUE_TEMPLATE/chore.yml` no proximo sync | ||
| > do provisioner em `nfe/.github#20`. |
Comment on lines
+10
to
+12
| > Template placeholder publicado por `nfe:create-issue` (bootstrap). Sera substituido | ||
| > pelo canonico de `nfe/.github/.github/ISSUE_TEMPLATE/docs.yml` no proximo sync | ||
| > do provisioner em `nfe/.github#20`. |
Comment on lines
+7
to
+12
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > Template placeholder publicado por `nfe:create-issue` (bootstrap). Sera substituido | ||
| > pelo canonico de `nfe/.github/.github/ISSUE_TEMPLATE/feature.yml` no proximo sync | ||
| > do provisioner em `nfe/.github#20`. |
Comment on lines
+7
to
+12
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > Template placeholder publicado por `nfe:create-issue` (bootstrap). Sera substituido | ||
| > pelo canonico de `nfe/.github/.github/ISSUE_TEMPLATE/improvement.yml` no proximo sync | ||
| > do provisioner em `nfe/.github#20`. |
Comment on lines
+10
to
+13
| > Template placeholder publicado por `nfe:create-issue` (bootstrap). Sera substituido | ||
| > pelo canonico de `nfe/.github/.github/ISSUE_TEMPLATE/incident.yml` no proximo sync | ||
| > do provisioner em `nfe/.github#20`. | ||
|
|
Comment on lines
+7
to
+12
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > Template placeholder publicado por `nfe:create-issue` (bootstrap). Sera substituido | ||
| > pelo canonico de `nfe/.github/.github/ISSUE_TEMPLATE/spike.yml` no proximo sync | ||
| > do provisioner em `nfe/.github#20`. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resumo
feature,bug,improvement,spike,docs,chore,incident+config) em.github/ISSUE_TEMPLATE/.nfe:create-issueantes de abrir uma issue de spike (CNPJ alfanumerico, Reforma Tributaria).Por que
.github/ISSUE_TEMPLATE/. Sem templates, issues criadas manualmente fogem do padrao DoR da org.Critical/High/Medium/Low). Espera-se que o sync diario do provisionernfe/.github#20substitua pela versao canonica em ate 24h.Test plan
Nova Issueno GitHub UI mostra os 7 tiposblank_issues_enabled: falseimpede criar issue sem templateGenerated with Claude Code (https://claude.com/claude-code)