From 511366e3c7e52a9746fc8c26f65804acc9d9d7cc Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 25 Feb 2019 11:27:19 +0100 Subject: [PATCH 1/7] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5383b663 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. +Also how to reproduce, the expected behavior. + +**Phtoto/video (optional) that causes the bug** +If error is in connection with a particular photo/video, It would help a lot with the debugging if you can attach that file too. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Enviroment (please complete the following information):** + - OS: [e.g. server runs on linux, browser on windows] + - Browser [e.g. chrome, safari] + +**Used app version**: +- compiled from source +- docker-nightly +- docker-vXX +- release vXX +- ect... From 6a9f2b14339d6879b73ef6efb52fe6d9586e4c5a Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 25 Feb 2019 11:30:42 +0100 Subject: [PATCH 2/7] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..2f826209 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** (optional) +A clear and concise description of any alternative solutions or features you've considered. From 9794cad7c4db06f4a5fe888f03723320a1ab6ae5 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 25 Feb 2019 11:41:56 +0100 Subject: [PATCH 3/7] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9de7cf16..4932a2e3 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ Live Demo @ heroku: https://pigallery2.herokuapp.com/ 1. [Getting started](#1-getting-started-on-raspberry-pi) 2. [Translate the page to your own language](#2-translate-the-page-to-your-own-language) 3. [Feature list](#3-feature-list) -4. [Known errors](#4-known-errors) -5. [Credits](#5-credits) +4. [Suggest a new feature](#4-suggest-a-feature) +5. [Known errors](#5-known-errors) +6. [Credits](#6-credits) @@ -185,14 +186,20 @@ apt-get install build-essential libkrb5-dev gcc g++ * **Markdown based blogging support** - `future plan` * you can write some note in the blog.md for every directory * bug free :) - `In progress` + + +## 4. Suggest a feature + You are welcome to suggest no feature to the application via (github issues)[https://github.com/bpatrik/pigallery2/issues]. + I cannot garantie any dealine with the development of a new feature. (I usually fix bugs within week/weeks.) + I will give a higher priority to a feature that has more 'likes' (i.e.: `+1`-s or thumbs ups) on it. -## 4. Known errors +## 5. Known errors * EXIF orientation tag: * There is no nice way to handle EXIF orientation tag properly. The page handles these photos, but might cause same error in the user experience (e.g.: the pages loads those photos slower. See issue [#11](https://github.com/bpatrik/pigallery2/issues/11)) * Video support on weak servers (like raspberry pi) with low upload rate * video playback may use up too much resources and the server might not response for a while. A solution might be to down scale / convert the video files to lower bitrate. -## 5. Credits +## 6. Credits Crossbrowser testing sponsored by [Browser Stack](https://www.browserstack.com) [Browser Stack](https://www.browserstack.com) From f336a3b4d2fc0eaed7784ffeab49a67537fc9960 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 25 Feb 2019 11:42:27 +0100 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4932a2e3..02b76bae 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ apt-get install build-essential libkrb5-dev gcc g++ ## 4. Suggest a feature - You are welcome to suggest no feature to the application via (github issues)[https://github.com/bpatrik/pigallery2/issues]. + You are welcome to suggest no feature to the application via [github issues](https://github.com/bpatrik/pigallery2/issues). I cannot garantie any dealine with the development of a new feature. (I usually fix bugs within week/weeks.) I will give a higher priority to a feature that has more 'likes' (i.e.: `+1`-s or thumbs ups) on it. From c024d0e122311f2460d5a7857586694fe6ab392c Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 25 Feb 2019 11:49:37 +0100 Subject: [PATCH 5/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02b76bae..fd710ffb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Live Demo @ heroku: https://pigallery2.herokuapp.com/ 1. [Getting started](#1-getting-started-on-raspberry-pi) 2. [Translate the page to your own language](#2-translate-the-page-to-your-own-language) 3. [Feature list](#3-feature-list) -4. [Suggest a new feature](#4-suggest-a-feature) +4. [Suggest/endorse new features](#4-Suggest-endorse-new-features) 5. [Known errors](#5-known-errors) 6. [Credits](#6-credits) @@ -188,8 +188,8 @@ apt-get install build-essential libkrb5-dev gcc g++ * bug free :) - `In progress` -## 4. Suggest a feature - You are welcome to suggest no feature to the application via [github issues](https://github.com/bpatrik/pigallery2/issues). +## 4. Suggest/endorse new features + You are welcome to suggest new features to the application via [github issues](https://github.com/bpatrik/pigallery2/issues). I cannot garantie any dealine with the development of a new feature. (I usually fix bugs within week/weeks.) I will give a higher priority to a feature that has more 'likes' (i.e.: `+1`-s or thumbs ups) on it. From d9207966ff5bcbebb93faa7444322c918963da63 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 25 Feb 2019 11:50:11 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd710ffb..f53d9f85 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Live Demo @ heroku: https://pigallery2.herokuapp.com/ 1. [Getting started](#1-getting-started-on-raspberry-pi) 2. [Translate the page to your own language](#2-translate-the-page-to-your-own-language) 3. [Feature list](#3-feature-list) -4. [Suggest/endorse new features](#4-Suggest-endorse-new-features) +4. [Suggest/endorse new features](4-suggestendorse-new-features) 5. [Known errors](#5-known-errors) 6. [Credits](#6-credits) From bbf7a44b5cec3bf990e313694f501325f3c603a7 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 25 Feb 2019 11:50:27 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f53d9f85..bee96fc0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Live Demo @ heroku: https://pigallery2.herokuapp.com/ 1. [Getting started](#1-getting-started-on-raspberry-pi) 2. [Translate the page to your own language](#2-translate-the-page-to-your-own-language) 3. [Feature list](#3-feature-list) -4. [Suggest/endorse new features](4-suggestendorse-new-features) +4. [Suggest/endorse new features](#4-suggestendorse-new-features) 5. [Known errors](#5-known-errors) 6. [Credits](#6-credits)