[Android] Update templates and add a default one

Nicolas Pomepuy git at videolan.org
Sun Feb 27 10:28:58 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Feb 25 12:03:37 2022 +0100| [6b51f4291fb6349d6aa5119b08d6e99ed7ece513] | committer: Nicolas Pomepuy

Update templates and add a default one

> https://code.videolan.org/videolan/vlc-android/commit/6b51f4291fb6349d6aa5119b08d6e99ed7ece513
---

 .gitlab/issue_templates/Default.md                 | 59 ++++++++++++++++++++++
 .../{bug.md => VLC for Android - Bug.md}           |  0
 ...est.md => VLC for Android - Feature Request.md} |  0
 .gitlab/issue_templates/libvlc - Bug.md            | 35 +++++++++++++
 4 files changed, 94 insertions(+)

diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
new file mode 100644
index 000000000..4e97d8e9a
--- /dev/null
+++ b/.gitlab/issue_templates/Default.md
@@ -0,0 +1,59 @@
+<!--- 
+/!\ Read this first!/!\  
+
+This default template purpose is to be used to report a bug you found in VLC for Android.
+
+If you want to ask for a new feature, please use the "VLC for Android - Feature Request.md" template above.
+
+If you're a libvlc java developer, please use the "libvlc - Bug" template.
+
+If you just want to ask questions on how to use VLC for Android, please use our forum at https://forum.videolan.org/viewforum.php?f=35
+
+To use a template, follow the instructions here: https://code.videolan.org/videolan/vlc-android/-/wikis/Create-an-issue-and-use-a-template
+
+Please not that any ticket not using a template may be closed without notice as it won't provide the necessary information.
+
+-->
+
+
+
+<!--- 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/bug.md b/.gitlab/issue_templates/VLC for Android - Bug.md
similarity index 100%
rename from .gitlab/issue_templates/bug.md
rename to .gitlab/issue_templates/VLC for Android - Bug.md
diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/VLC for Android - Feature Request.md
similarity index 100%
rename from .gitlab/issue_templates/feature_request.md
rename to .gitlab/issue_templates/VLC for Android - Feature Request.md
diff --git a/.gitlab/issue_templates/libvlc - Bug.md b/.gitlab/issue_templates/libvlc - Bug.md
new file mode 100644
index 000000000..a4d5c5bee
--- /dev/null
+++ b/.gitlab/issue_templates/libvlc - Bug.md	
@@ -0,0 +1,35 @@
+<!--- 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.
+
+#### Code you used
+
+```Your code here```
+
+#### Screenshot / video
+
+<!--Add a screenshot or screencast when applicable-->
+<!--To take a screenshot, see https://support.google.com/android/answer/9075928?hl=en-->
+
+
+## Context
+
+#### libvlc version
+
+<!--You can find it in the About screen of the app-->
+
+#### Android version
+
+#### Device model



More information about the Android mailing list