Skip to content

Commit 856bea6

Browse files
committed
docs: added pull request templates
1 parent e34eea3 commit 856bea6

File tree

4 files changed

+47
-6
lines changed

4 files changed

+47
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: [BUG]: add your description here...
55
labels: bug proposal
66
assignees: simonkovtyk
77

@@ -23,8 +23,5 @@ A clear and concise description about how to trigger the bug again.
2323
**Expected behavior**
2424
A clear and concise description of what you expected to happen.
2525

26-
**Additional output**
27-
If applicable, add your console log or any other output to help explain your problem.
28-
2926
**Additional context**
3027
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: [FEAT]: add your description here...
55
labels: feature proposal
66
assignees: simonkovtyk
77

@@ -13,7 +13,7 @@ My request **[does/doesn't]** relate to an existing bug.
1313
The existing bug can be found here: **[issue-link]**.
1414

1515
**Describe your request**
16-
A clear and concise description of what you want to request or offer by Pull Request.
16+
A clear and concise description of what you want to request.
1717

1818
**Additional context**
1919
Add any other context or output about the feature request here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Bug fix
3+
about: Provide a bug fix
4+
title: [BUG]: add your description here...
5+
labels: bug fix
6+
assignees: simonkovtyk
7+
8+
---
9+
10+
**Does this bug relate to another bug?**
11+
*Please delete what does not apply.*
12+
This bug **[does/doesn't]** relate to another bug.
13+
The relating bug can be found here: **[issue-link]**.
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**Explain your changes**
19+
Give a description of what you've changed to make it work.
20+
21+
**Additional context**
22+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: [FEAT]: add your description here...
5+
labels: feature addition
6+
assignees: simonkovtyk
7+
8+
---
9+
10+
**Relates your request to an existing bug?**
11+
*Please delete what does not apply.*
12+
My new feature **[does/doesn't]** relate to an existing bug.
13+
The existing bug can be found here: **[issue-link]**.
14+
15+
**Describe the new feature**
16+
A clear and concise description of what you've changed.
17+
18+
**Explain your changes**
19+
Give a description of what you've changed.
20+
21+
**Additional context**
22+
Add any other context or output about the new feature here.

0 commit comments

Comments
 (0)