From f1ccf7b80faedfdfd54306842c6cf80598e792a3 Mon Sep 17 00:00:00 2001 From: Tomas Coufal Date: Fri, 25 Sep 2020 10:16:37 +0200 Subject: [PATCH 1/2] Pull issue templates --- .github/CODEOWNERS | 1 + .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ .github/ISSUE_TEMPLATE/major-release.md | 11 +++++++++ .github/ISSUE_TEMPLATE/minor-release.md | 11 +++++++++ .github/ISSUE_TEMPLATE/patch-release.md | 11 +++++++++ .../redeliver_container_image.md | 13 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++ 8 files changed, 106 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/major-release.md create mode 100644 .github/ISSUE_TEMPLATE/minor-release.md create mode 100644 .github/ISSUE_TEMPLATE/patch-release.md create mode 100644 .github/ISSUE_TEMPLATE/redeliver_container_image.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..7e6167ce --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @durandom @tumido diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..df3f778c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..23564059 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +labels: enhancement +--- + +**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** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/major-release.md b/.github/ISSUE_TEMPLATE/major-release.md new file mode 100644 index 00000000..49d45369 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/major-release.md @@ -0,0 +1,11 @@ +--- +name: Major release +about: Create a new major release +title: New major release +assignees: 'sesheta' +labels: bot +--- + +Hey, Kebechet! + +Create a new major release, please. diff --git a/.github/ISSUE_TEMPLATE/minor-release.md b/.github/ISSUE_TEMPLATE/minor-release.md new file mode 100644 index 00000000..27262e67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/minor-release.md @@ -0,0 +1,11 @@ +--- +name: Minor release +about: Create a new minor release +title: New minor release +assignees: 'sesheta' +labels: bot +--- + +Hey, Kebechet! + +Create a new minor release, please. diff --git a/.github/ISSUE_TEMPLATE/patch-release.md b/.github/ISSUE_TEMPLATE/patch-release.md new file mode 100644 index 00000000..fae0f258 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/patch-release.md @@ -0,0 +1,11 @@ +--- +name: Patch release +about: Create a new patch release +title: New patch release +assignees: 'sesheta' +labels: bot +--- + +Hey, Kebechet! + +Create a new patch release, please. diff --git a/.github/ISSUE_TEMPLATE/redeliver_container_image.md b/.github/ISSUE_TEMPLATE/redeliver_container_image.md new file mode 100644 index 00000000..3b88e50c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/redeliver_container_image.md @@ -0,0 +1,13 @@ +--- +name: Deliver Container Image +about: build a git tag and push it as a container image to quay +title: Deliver Container Image +assignees: sesheta +labels: bot +--- + +Hey, AICoE-CI! + +Please build and deliver the following git tag: + +Tag: x.y.z diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..a64d1038 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## Related Issues and Dependencies + +… + +## This introduces a breaking change + +- [ ] Yes +- [ ] No + + + +## This Pull Request implements + +… Explain your changes. + +## Description + + From 45b9024a9621756872ab1b8c0e38b057368e82b6 Mon Sep 17 00:00:00 2001 From: Tomas Coufal Date: Fri, 25 Sep 2020 10:17:00 +0200 Subject: [PATCH 2/2] Update AICoE CI with public build config --- .aicoe-ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.aicoe-ci.yaml b/.aicoe-ci.yaml index 579f68c5..1178821f 100644 --- a/.aicoe-ci.yaml +++ b/.aicoe-ci.yaml @@ -2,3 +2,15 @@ # Example `.aicoe-ci.yaml` with a full list of config options is available here: https://github.com/AICoE/aicoe-ci/blob/master/docs/.aicoe-ci.yaml check: - thoth-precommit + # Uncomment following line to build a public image of this repo + # - thoth-build + +# Uncomment following lines to build a public image of this repo +# build: +# build-stratergy: Source +# build_source_script: "image:///opt/app-root/builder" +# base-image: quay.io/thoth-station/s2i-custom-notebook:latest +# registry: quay.io +# registry-org: aicoe +# registry-project: +# registry-secret: aicoe-pusher-secret