Skip to content

Commit b21c443

Browse files
committedMay 27, 2022
Added GitLab templates
1 parent a0ff7f8 commit b21c443

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
 

‎.gitlab/issue_templates/bug.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Summary
2+
3+
(Summarize the bug encountered concisely)
4+
5+
## Steps to reproduce
6+
7+
(How one can reproduce the issue - this is very important)
8+
9+
## What is the current bug behavior?
10+
11+
(What actually happens)
12+
13+
## What is the expected correct behavior?
14+
15+
(What you should see instead)
16+
17+
## Relevant logs and/or screenshots
18+
19+
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
20+
it's very hard to read otherwise.)
21+
22+
## Possible fixes
23+
24+
(If you can, link to the line of code that might be responsible for the problem)
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Summary
2+
3+
(Summarize the request concisely)
4+
5+
## Problem/Opportunity
6+
7+
In a few sentences, describe the gap that your feature request would fill. Is it a completely new thing we need to be able to do? A quality of life improvement? Give us an idea of this here.
8+
9+
## Proposed solution(s)
10+
11+
How are we going to fill that need? Avoid overly general statements like “Improve the UI.” What is the specific solution we could implement? For instance, “Add a calendar view to the task list” is an example of a specific solution.
12+
13+
## Origin of the request
14+
15+
Did this request come from a conversation with a customer? Is it a problem someone in the organization noticed? Give us some context as to where this came from (if you have a link to the ticket or conversation this originated in, even better).

0 commit comments

Comments
 (0)