[Android] Add merge request and issue templates

Nicolas Pomepuy git at videolan.org
Mon May 13 17:17:39 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Thu Apr 25 09:23:15 2019 +0200| [2ae541fb486cb65769751433c47f144c135ef69d] | committer: Geoffrey Métais

Add merge request and issue templates

> https://code.videolan.org/videolan/vlc-android/commit/2ae541fb486cb65769751433c47f144c135ef69d
---

 .gitlab/issue_templates/bug.md                   | 40 +++++++++++++++++++++++
 .gitlab/issue_templates/feature_request.md       | 23 +++++++++++++
 .gitlab/merge_request_templates/merge_request.md | 41 ++++++++++++++++++++++++
 3 files changed, 104 insertions(+)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 000000000..fb84c1ea8
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,40 @@
+<!--- Provide a general summary of the issue in the Title above -->
+
+## Description
+
+<!--- Describe your bug in detail -->
+
+#### Expected behavior
+
+#### Actual behavior
+
+#### Steps to reproduce
+
+1.
+2.
+3.
+
+#### Screenshot / video
+
+<!--Add a screenshot or screencast when applicable-->
+<!--To take a screenshot, see https://support.google.com/android/answer/9075928?hl=en-->
+
+
+## Context
+
+#### App version
+
+<!--You can find it in the About screen of the app-->
+
+#### Android version
+
+#### Device model
+
+#### App mode
+
+<!--Remove the useless modes-->
+**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 000000000..5fe37aded
--- /dev/null
+++ b/.gitlab/issue_templates/feature_request.md
@@ -0,0 +1,23 @@
+<!--- Provide a general summary of the request in the Title above -->
+
+## Description
+
+<!--- Describe your request in detail -->
+
+#### Expected behavior
+
+
+#### Screenshot / video
+
+<!--Add a screenshot or screencast when applicable-->
+<!--To take a screenshot, see https://support.google.com/android/answer/9075928?hl=en-->
+
+#### App mode
+
+<!--Remove the useless modes-->
+
+**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 000000000..652c7da4c
--- /dev/null
+++ b/.gitlab/merge_request_templates/merge_request.md
@@ -0,0 +1,41 @@
+<!--- Provide a general summary of your changes in the Title above -->
+
+## Description
+
+<!--- Describe your changes in detail -->
+
+## Motivation and Context
+
+<!--- Why is this change required? What problem does it solve? -->
+
+## How Has This Been Tested?
+
+<!--- Please describe in detail how you tested your changes. -->
+<!--- Include details of your testing environment, and the tests you ran to -->
+<!--- see how your change affects other areas of the code, etc. -->
+
+## Screenshots / GIFs (if appropriate):
+
+## Types of changes
+
+<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
+
+- [ ] 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
+
+<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
+<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
+
+- [ ] I have read the **CONTRIBUTING** section of the [**README**](https://code.videolan.org/videolan/vlc-android/blob/master/README.md) document.
+
+## Resolves
+
+<!-- List the issues that will be closed by this PR in the following format -->
+<!-- This will ensure that they are automatically closed once the PR is merged -->
+<!--Remove unneeded lines-->
+Fixes: #
+Mention: #
\ No newline at end of file



More information about the Android mailing list