diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2024-05-27 23:05:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 15:05:12 +0000 |
commit | 1ed8e6aa5fad235506f211daa9dffd448d9d5ad4 (patch) | |
tree | ecfb9d26333aa6a984006a61ee2734ec5ba7493e /.github/ISSUE_TEMPLATE | |
parent | 89cc5011716850eb30c9e34130c4b2ecd9829252 (diff) | |
download | gitea-1ed8e6aa5fad235506f211daa9dffd448d9d5ad4.tar.gz gitea-1ed8e6aa5fad235506f211daa9dffd448d9d5ad4.zip |
Update demo site location from try.gitea.io -> demo.gitea.com (#31054)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yaml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/ui.bug-report.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 94c1bd0ab7..ed29bdb4e6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -37,7 +37,7 @@ body: label: Can you reproduce the bug on the Gitea demo site? description: | If so, please provide a URL in the Description field - URL of Gitea demo: https://try.gitea.io + URL of Gitea demo: https://demo.gitea.com options: - "Yes" - "No" @@ -74,7 +74,7 @@ body: attributes: label: How are you running Gitea? description: | - Please include information on whether you built Gitea yourself, used one of our downloads, are using https://try.gitea.io or are using some other package + Please include information on whether you built Gitea yourself, used one of our downloads, are using https://demo.gitea.com or are using some other package Please also tell us how you are running Gitea, e.g. if it is being run from docker, a command-line, systemd etc. If you are using a package or systemd tell us what distribution you are using validations: diff --git a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml index 387aee897b..1560879674 100644 --- a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml @@ -46,7 +46,7 @@ body: label: Can you reproduce the bug on the Gitea demo site? description: | If so, please provide a URL in the Description field - URL of Gitea demo: https://try.gitea.io + URL of Gitea demo: https://demo.gitea.com options: - "Yes" - "No" |