From e756b12840ce23f395d1a4c9c7a415ecd5af72a5 Mon Sep 17 00:00:00 2001 From: Fabrice Gangler Date: Sat, 26 Nov 2016 22:55:18 +0100 Subject: [PATCH] added .github/* and CHANGELOG --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 CHANGELOG.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..53ffde2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +## Observed behaviour + + +## Expected behaviour + + +## Steps to reproduce the behaviour + + +## Your configuration + + +(by the way, thank you **very** much for contributing to Asqatasun!) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..61008b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + +## Purpose of this Pull Request? + + +## Where should the reviewer start its review? + + +## How the PR could be tested? + + +## Any background context you want to provide? + + +## What are the related issues? + + +## Screenshots (if appropriate) + + +(by the way, thank you **very** much for contributing to Asqatasun!) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6acd4c7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ + +-------------------------------- +Asqa.mvn 0.4.0, 2016-11-26 +-------------------------------- +- jdk-*/Dockerfile : reduced weight from 443 MB to 361 MB +- jdk-*/alpine/Dockerfile : reduced weight from 253 MB to 170 MB + +-------------------------------- +Asqa.mvn 0.3.1, 2016-11-20 +-------------------------------- +- updated alpine/Dockerfile : using "apk --no-cache" + +-------------------------------- +Asqa.mvn 0.3.0, 2016-11-20 +-------------------------------- +- added Asqatasun/jdk-7/alpine/Dockerfile +- added Asqatasun/jdk-7/alpine/Dockerfile + +-------------------------------- +Asqa.mvn 0.2.0, 2016-11-20 +-------------------------------- +- Dockerfile : bypass entrypoint (faster loading of the Docker container) + +-------------------------------- +Asqa.mvn 0.1.0, 2016-11-20 +-------------------------------- +- added Asqatasun/jdk-7/Dockerfile +- added Asqatasun/jdk-8/Dockerfile + + +