Skip to content

Commit

Permalink
chore(): gitlab templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pascuin committed Jan 7, 2020
1 parent 2ae63e8 commit a6c834c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitlab/issue_templates/Bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!---
Please read this!
1. Before opening a new issue, make sure to search for keywords in the issues
filtered by the "bug" label and verify the issue you're about to submit isn't a duplicate.
2. Make sure you're including the name of the affected component if applicable.
--->

### Summary

(Summarize the bug encountered concisely)

### Steps to reproduce

(How one can reproduce the issue - this is very important)

### What is the current _bug_ behavior?

(What actually happens)

### What is the expected _correct_ behavior?

(What you should see instead)

### Relevant logs and/or screenshots

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

### Possible fixes

(If you can, link to the line of code that might be responsible for the problem)
24 changes: 24 additions & 0 deletions .gitlab/issue_templates/Feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!---
Please read this!
1. Before opening a new issue, make sure to search for keywords in the issues
filtered by the "feature" label and verify the issue you're about to submit isn't a duplicate.
2. Make sure you're including the name of the affected component if applicable.
--->

### Summary

(Summarize the feature concisely)

### What is the expected behavior?

(Describe what the user should see)

### Relevant mockups or screenshots

(Paste or link any relevant mockups or screenshot that describe the feature.)

### Possible approach

(Outline a possible approach for this feature, ex. make an example how the code could look like)

0 comments on commit a6c834c

Please sign in to comment.