From b30b459b982bfb77cefce3a1596939c5beaa031f Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 5 Dec 2020 22:16:14 +0900 Subject: [PATCH] Add Gitea at 'Report a bug' page --- source/contribute/bug-report.html.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/contribute/bug-report.html.md b/source/contribute/bug-report.html.md index 7fdb95e..b3063ea 100644 --- a/source/contribute/bug-report.html.md +++ b/source/contribute/bug-report.html.md @@ -8,16 +8,16 @@ time: 5 minutes Plume is probably not perfect, and may contain bugs. If you see something that seems abnormal (unexpected behavior, display issue, a grammar mistake, etc), you can report it, so that we can fix it. -## If you have a GitHub account +## If you have a Gitea or GitHub account -If the issue is about Plume itself, go on [this page](https://github.com/Plume-org/Plume/issues/new?assignees=&labels=C%3A+Bug&template=bug_report.md&title=). +If the issue is about Plume itself, go on [Gitea issues page](https://git.joinplu.me/Plume/Plume/issues/new) or [GitHub issues page](https://github.com/Plume-org/Plume/issues/new?assignees=&labels=C%3A+Bug&template=bug_report.md&title=). Then, all you have to do is to fill the title and the description of your issue, and to validate. -If your issue isn't about Plume itself, find the appropriate repository [in the list](https://github.com/Plume-org), go to the "Issues" +If your issue isn't about Plume itself, find the appropriate repository [in the list](https://git.joinplu.me/Plume)([GitHub](https://github.com/Plume-org)), go to the "Issues" tab, click the green "New issue" button, and describe your problem. -## If you don't have a GitHub account +## If you don't have a Gitea nor GitHub account -If you don't have a GitHub account, and don't want to create one, you can also report your issue on Matrix. +If you don't have a Gitea nor GitHub account, and don't want to create one, you can also report your issue on Matrix. Join the Plume room as explained in [this guide](/contribute/discussion), and send a message explaining what is wrong. -We will take care of creating an issue on GitHub for you. +We will take care of creating an issue on Gitea or GitHub for you.