From 60e0e3a4a456dfbab76b8d8b3081e7e45615e852 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 14 Dec 2016 14:48:30 +0100 Subject: [PATCH 1/3] Update example install url from try.gogs.io to try.gitea.io --- templates/install.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/install.tmpl b/templates/install.tmpl index 2f1de90d8ef1..d16655b34311 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -91,7 +91,7 @@
- + {{.i18n.Tr "install.domain_helper"}}
@@ -106,7 +106,7 @@
- + {{.i18n.Tr "install.app_url_helper"}}
From ae7cdc999d491b29ef574426b67a1e43da0e0275 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 14 Dec 2016 14:52:30 +0100 Subject: [PATCH 2/3] Ask if issue can be reproduced on try.gitea.io --- .github/issue_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/issue_template.md b/.github/issue_template.md index ec619ded5091..c6a4df64d9e5 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -12,6 +12,10 @@ - [ ] PostgreSQL - [ ] MySQL - [ ] SQLite +- Can you reproduce the bug at https://try.gitea.io: + - [ ] Yes (provide example URL) + - [ ] No + - [ ] Not relevant - Log gist: ## Description From 4725863d47288fcb6b75ef9b29cf6ade9bf6b852 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 14 Dec 2016 14:57:35 +0100 Subject: [PATCH 3/3] Link try.gitea.io to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc01fb5d7d72..16636cea987e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM. +Want to try it before doing anything else? +Do it [online](https://try.gitea.io/)! + ## Features - Activity timeline