Skip to content

Commit 0863e12

Browse files
committed
ci: add codeowners
1 parent d03266b commit 0863e12

File tree

3 files changed

+19
-24
lines changed

3 files changed

+19
-24
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @rubenfiszel

.github/ISSUE_TEMPLATE/bug_report.md

+10-24
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,24 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
4+
title: 'bug:'
5+
labels: 'bug'
6+
assignees: 'rubenfiszel'
77

88
---
99

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
10+
**Describe the bug** A clear and concise description of what the bug is.
11+
12+
**To Reproduce** Steps to reproduce the behavior:
1213

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
1514
1. Go to '...'
1615
2. Click on '....'
1716
3. Scroll down to '....'
1817
4. See error
1918

20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
19+
**Expected behavior** A clear and concise description of what you expected to
20+
happen.
3021

31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
22+
**Screenshots** If applicable, add screenshots to help explain your problem.
3623

37-
**Additional context**
38-
Add any other context about the problem here.
24+
**Additional context** Add any other context about the problem here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Feature Request
3+
about: Create a feature request
4+
title: 'feature: '
5+
labels: 'feature'
6+
assignees: 'rubenfiszel'
7+
8+
---

0 commit comments

Comments
 (0)