Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit c5557d1

Browse files
Leandro Soaresthemariamarques
Leandro Soares
authored andcommitted
chore: separate issue_templates into categories
1 parent 0e67ebf commit c5557d1

File tree

5 files changed

+49
-24
lines changed

5 files changed

+49
-24
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
2929

3030
- [ ] Docs change / refactoring / dependency upgrade
31+
- [ ] Chore (workflows / linting / tooling)
3132
- [ ] Bug fix (non-breaking change which fixes an issue)
3233
- [ ] New feature (non-breaking change which adds functionality)
3334
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Issue Template
3+
about: Bug report template.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
## Issue Report
11+
12+
<!--- Provide a description for the behavior -->
13+
14+
## Expected Behavior
15+
16+
<!--- Write out the expected behavior here -->
17+
18+
## Actual Behavior
19+
20+
<!--- Write out a detailed description -->
21+
22+
## Steps to Reproduce the Issue
23+
24+
<!--- Write out detailed steps to reproduce the issue here -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Issue Template
3+
about: Feature template.
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
## Feature Report
11+
12+
<!--- Provide a description for the feature -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Issue Template
3+
about: Other issues template.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Report
11+
12+
<!--- Provide a description -->

0 commit comments

Comments
 (0)