From 2ae541fb486cb65769751433c47f144c135ef69d Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Thu, 25 Apr 2019 09:23:15 +0200 Subject: [PATCH] Add merge request and issue templates --- .gitlab/issue_templates/bug.md | 40 ++++++++++++++++++ .gitlab/issue_templates/feature_request.md | 23 +++++++++++ .../merge_request_templates/merge_request.md | 41 +++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 .gitlab/issue_templates/bug.md create mode 100644 .gitlab/issue_templates/feature_request.md create mode 100644 .gitlab/merge_request_templates/merge_request.md diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 0000000000..fb84c1ea87 --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,40 @@ + + +## Description + + + +#### Expected behavior + +#### Actual behavior + +#### Steps to reproduce + +1. +2. +3. + +#### Screenshot / video + + + + + +## Context + +#### App version + + + +#### Android version + +#### Device model + +#### App mode + + +**Smartphone** + +**TV** + +**Auto** \ No newline at end of file diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md new file mode 100644 index 0000000000..5fe37aded9 --- /dev/null +++ b/.gitlab/issue_templates/feature_request.md @@ -0,0 +1,23 @@ + + +## Description + + + +#### Expected behavior + + +#### Screenshot / video + + + + +#### App mode + + + +**Smartphone** + +**TV** + +**Auto** \ No newline at end of file diff --git a/.gitlab/merge_request_templates/merge_request.md b/.gitlab/merge_request_templates/merge_request.md new file mode 100644 index 0000000000..652c7da4cc --- /dev/null +++ b/.gitlab/merge_request_templates/merge_request.md @@ -0,0 +1,41 @@ + + +## Description + + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + + +## Screenshots / GIFs (if appropriate): + +## Types of changes + + + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Enhancement (non-breaking change which cleans up / improves existing functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist + + + + +- [ ] I have read the **CONTRIBUTING** section of the [**README**](https://code.videolan.org/videolan/vlc-android/blob/master/README.md) document. + +## Resolves + + + + +Fixes: # +Mention: # \ No newline at end of file