fiumba
This commit is contained in:
26
.gitlab/issue_templates/Default.md
Normal file
26
.gitlab/issue_templates/Default.md
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
## ℹ️ Issue Type
|
||||
|
||||
- [ ] feature
|
||||
- [ ] hotfix
|
||||
- [ ] refactor
|
||||
- [ ] improvement
|
||||
- [ ] doc
|
||||
- [ ] fix
|
||||
|
||||
## ❌ Issue Description
|
||||
|
||||
Summary_of_what_is_the_issue_and_include_screenshots_and_links_of_slack_to_follow_the_problem
|
||||
|
||||
## ✅ Expected Behaviuor
|
||||
|
||||
Explain_little_about_how_it_should_be_working
|
||||
|
||||
## 📋 Steps to Reproduce
|
||||
|
||||
What_steps_should_someone_take_to_reproduce_the_issue_include_screenshots_and_links
|
||||
|
||||
## 🐛 Possible Impacts
|
||||
|
||||
What_other_areas_in_our_code_might_be_affected_or_is_it_possible_that_something_else_broke_with_these_changes
|
||||
|
||||
30
.gitlab/merge_request_templates/Default.md
Normal file
30
.gitlab/merge_request_templates/Default.md
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
|
||||
## 🐛 Reason to Be
|
||||
|
||||
Double_click_to_replace_with_a_brief_summary_of_what_this_MR_does_including_a_summary_of_the_original_issue_and_include_screenshots_and_links_to_designs_if_this_MR_has_a_UI_component
|
||||
|
||||
Resolves #Issue_number
|
||||
|
||||
Related #Issue_number
|
||||
|
||||
|
||||
## ✅ Expected Behaviuor
|
||||
|
||||
Explain_little_about_how_is_it_working_in_the_current_MR
|
||||
|
||||
|
||||
## 📋 How To Test
|
||||
|
||||
What_steps_should_someone_take_to_test_these_changes_include_screenshots_and_links_to_mocks_for_any_ui_work
|
||||
|
||||
|
||||
## ⚠️ Check List
|
||||
|
||||
1. [ ] Title format _**SKL-33: Implement Logging using Qapix Endpoints**_ (PREFIX-Issue#: Message)
|
||||
2. [ ] Run `make ci` at your end
|
||||
3. [ ] Check the pipeline is **🟢 SUCCESS**
|
||||
4. [ ] Set the Assignee and Reviewer
|
||||
5. [ ] Create 2 PRs for ⚡ HOTFIX in master and develop️
|
||||
|
||||
|
||||
Reference in New Issue
Block a user