Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 2e87184

Browse files
committed
Update bug and feature templates
1 parent 88acbfe commit 2e87184

File tree

3 files changed

+39
-8
lines changed

3 files changed

+39
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ assignees: 'radio-rogal'
77

88
---
99

10-
### Summary
10+
**Summary**
1111

1212
<!-- A clear and concise description of what the bug is. -->
1313

14-
### Steps to reproduce
14+
**Steps to reproduce**
1515

1616
<!--
1717
Steps to reproduce the behavior:
@@ -21,19 +21,19 @@ Steps to reproduce the behavior:
2121
4. See error
2222
-->
2323

24-
### What is the current *bug* behavior?
24+
**What is the current _bug_ behavior?**
2525

2626
<!-- Describe what actually happens. -->
2727

28-
### What is the expected *correct* behavior?
28+
**What is the expected _correct_ behavior?**
2929

3030
<!-- Describe what you should see instead. -->
3131

32-
### Relevant logs and/or screenshots
32+
**Relevant logs and/or screenshots**
3333

3434
<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code
3535
as it's tough to read otherwise. -->
3636

37-
### Possible fixes
37+
**Possible fixes**
3838

3939
<!-- If you can, link to the line of code that might be responsible for the problem. -->

.gitlab/issue_templates/Bug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Please read this!
33
44
Before opening a new issue, make sure to search for keywords in the issues
5-
filtered by the "type::bug" label:
5+
filtered by the "bug" label:
66
7-
- https://gitlab.com/bot-by/slf4j-aws-lambda/issues?label_name%5B%5D=type::bug
7+
- https://gitlab.com/bot-by/slf4j-aws-lambda/-/issues/?label_name%5B%5D=bug
88
99
and verify the issue you're about to submit isn't a duplicate.
1010
--->

.gitlab/issue_templates/Feature.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!---
2+
Please read this!
3+
4+
Before opening a new issue, make sure to search for keywords in the issues
5+
filtered by the "enhancement" and "suggestion" labels:
6+
7+
- https://gitlab.com/bot-by/slf4j-aws-lambda/-/issues/?label_name%5B%5D=enhancement
8+
- https://gitlab.com/bot-by/slf4j-aws-lambda/-/issues/?label_name%5B%5D=suggestion
9+
10+
and verify the issue you're about to submit isn't a duplicate.
11+
--->
12+
13+
### Summary
14+
15+
<!-- A clear and concise description of what the feature is. -->
16+
17+
### What is the expected behavior?
18+
19+
<!-- Describe what you should see. -->
20+
21+
### Possible implementations
22+
23+
<!-- If you can, link to the line of code that might be responsible for the feature. -->
24+
25+
### Relevant logs and/or screenshots
26+
27+
<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code
28+
as it's tough to read otherwise. -->
29+
30+
/label ~suggestion
31+
/assign @radio_rogal

0 commit comments

Comments
 (0)