From 0ecc618cb358c5cb79484638eff77845178fe955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Thu, 9 Jul 2020 22:49:58 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f872a..aada74e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript)
and deploy automation (Ansible, Docker) by running one CLI command.

Focus on writing code and thinking of business-logic! The CLI will take care of the rest.

-

cli version go version go cover go report license

+

cli version go version go cover go report license

## ⚡️ [Quick start](https://create-go.app/quick-start/) From 14c4ec959e00921cda5e3788b48d4e6acdfe53e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Thu, 9 Jul 2020 23:12:50 +0300 Subject: [PATCH 2/4] Add task to clear pkg.go.dev cache --- Taskfile.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index d5441bc..e917bdc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -53,3 +53,8 @@ tasks: desc: Delete git tag cmds: - git tag --delete {{.TAG}} + + update-pkg-cache: + desc: Update pkg.go.dev cache for a new version + cmds: + - GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/create-go-app/cli@{{.VERSION}} From 017fe5f6c05ffcccb016f536534e8a4d74e53412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Fri, 10 Jul 2020 09:19:53 +0300 Subject: [PATCH 3/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1fc86be..c82ef9a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,8 @@ assignees: "koddr" **Required check list:** -- [ ] I didn't find found in the Create Go App CLI repository's issues section similar bug. +- [x] I'm gonna mark the checkboxes like this. +- [ ] I didn't find in the Create Go App CLI repository's issues section similar bug. - [ ] I understand, that the Create Go App CLI is Open Source and not-for-profit product. - [ ] This is not about third-party project, framework, package or technology. From bfd4577ca925a7a04786e596435d35ed02cd607d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Fri, 10 Jul 2020 09:21:01 +0300 Subject: [PATCH 4/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 65be23c..9a6967c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,8 @@ assignees: "koddr" **Required check list:** -- [ ] I didn't find found in the Create Go App CLI repository's issues section similar feature request. +- [x] I'm gonna mark the checkboxes like this. +- [ ] I didn't find in the Create Go App CLI repository's issues section similar feature request. - [ ] I understand, that the Create Go App CLI is Open Source and not-for-profit product. - [ ] This is not about third-party project, framework, package or technology.