Skip to content

Commit

Permalink
fix: recover issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnow11 committed Jan 9, 2022
1 parent 91e3d17 commit 755e83f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: 'BUG: '
labels: bug
assignees: ''

---

# description
A clear and concise description of what the bug is.

## steps to reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

# expected behavior
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/document.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Document
about: Documentation task
title: 'DOC: '
labels: documentation
assignees: ''

---

# description

# required content

## template
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Task
about: Tarea a implementar
title: ''
labels: enhancement
assignees: ''

---

# description

# to-do
- [ ] a

# accept
- [ ] a

0 comments on commit 755e83f

Please sign in to comment.