Skip to content

Commit

Permalink
feat: create issue template for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robso-creator committed Nov 28, 2024
1 parent 9fb1fad commit 087d369
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
name: Bug report
about: Use este template para relatar um problema
title: '[BUG] Título da Funcionalidade'
labels: 'bug'
assignees: ''

---


**Descrição**
Descreva-o de forma clara e concisa; descreva o que está acontecendo ou, então, a melhoria sugerida.

Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Feature Request
about: Sugira uma nova funcionalidade ou melhoria para o projeto
title: '[FEATURE] Título da Funcionalidade'
labels: 'feature'
assignees: ''

---

**Descrição da Funcionalidade**
Descreva de forma clara e concisa a funcionalidade ou melhoria desejada.

Expand Down

0 comments on commit 087d369

Please sign in to comment.