From aacfe0b1ff18bf4385224767a3892cd3616e080a Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 5 May 2021 20:36:36 +0200
Subject: [PATCH] docs: sort platforms alphabetically (#9878)

---
 .github/ISSUE_TEMPLATE/bug_report.md | 2 +-
 docs/usage/modules/platform.md       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index f430b858e1..2704ce3b03 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -24,9 +24,9 @@ labels: 'type:bug, status:requirements, priority-5-triage'
 - [ ] Azure DevOps Server (self-hosted)
 - [ ] Bitbucket Cloud (bitbucket.org)
 - [ ] Bitbucket Server (self-hosted)
+- [ ] Gitea (gitea.com, self-hosted)
 - [ ] GitHub (github.com, GitHub Enterprise)
 - [ ] GitLab (gitlab.com, self-hosted)
-- [ ] Gitea (gitea.com, self-hosted)
 
 **Renovate version (if self hosting)**
 
diff --git a/docs/usage/modules/platform.md b/docs/usage/modules/platform.md
index 0d15231d43..7adbbfa51f 100644
--- a/docs/usage/modules/platform.md
+++ b/docs/usage/modules/platform.md
@@ -8,6 +8,6 @@ The currently supported platforms are:
 - Azure DevOps Server (self-hosted)
 - Bitbucket Cloud (bitbucket.org)
 - Bitbucket Server (self-hosted)
+- Gitea (gitea.com, self-hosted)
 - GitHub (github.com, GitHub Enterprise)
 - GitLab (gitlab.com, self-hosted)
-- Gitea (gitea.com, self-hosted)
-- 
GitLab