From 5937fae552850d84b159b662b167ae1e45607740 Mon Sep 17 00:00:00 2001
From: Macintosh II <95250141+mctaylors@users.noreply.github.com>
Date: Sun, 20 Aug 2023 23:27:16 +0300
Subject: [PATCH] Change organization name references from TeamOctolings to
LabsDevelopment (#93)
we are moving!
(6 commits because I was too lazy to open the IDE)
---------
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
---
.github/CODEOWNERS | 4 ++--
Boyfriend.csproj | 6 +++---
docs/CONTRIBUTING.md | 2 +-
docs/README.md | 11 +++++------
src/Commands/AboutCommandGroup.cs | 2 +-
5 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index eeccdc0..7c34266 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,2 +1,2 @@
-* @TeamOctolings/boyfriend
-/docs/ @TeamOctolings/boyfriend-docs
+* @LabsDevelopment/boyfriend
+/docs/ @LabsDevelopment/boyfriend-docs
diff --git a/Boyfriend.csproj b/Boyfriend.csproj
index 6550e3e..b99a311 100644
--- a/Boyfriend.csproj
+++ b/Boyfriend.csproj
@@ -9,9 +9,9 @@
Boyfriend
Octol1ttle, mctaylors, neroduckale
AGPLv3
- https://github.com/TeamOctolings/Boyfriend
- https://github.com/TeamOctolings/Boyfriend/blob/master/LICENSE
- https://github.com/TeamOctolings/Boyfriend
+ https://github.com/LabsDevelopment/Boyfriend
+ https://github.com/LabsDevelopment/Boyfriend/blob/master/LICENSE
+ https://github.com/LabsDevelopment/Boyfriend
github
TeamOctolings
en
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index bcaa25f..602e8de 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -29,7 +29,7 @@ While pull requests from unaffiliated contributors are welcome, please note that
internal issues that haven't been published to the issue tracker yet. Reviewing PRs is done on a best-effort basis, so
please be aware that it may take a while before a core maintainer gets around to review your change.
-The [issue tracker](https://github.com/TeamOctolings/Boyfriend/issues) should provide plenty of issues to start with.
+The [issue tracker](https://github.com/LabsDevelopment/Boyfriend/issues) should provide plenty of issues to start with.
Make sure to check that an issue you're planning to resolve does not already have people working on it and that there
are no PRs associated with it
diff --git a/docs/README.md b/docs/README.md
index aaa0782..8544779 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,12 +2,11 @@
-![GitHub License](https://img.shields.io/github/license/TeamOctolings/Boyfriend)
-![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TeamOctolings/Boyfriend/.github/workflows/build-push.yml?branch=master)
-![GitHub last commit](https://img.shields.io/github/last-commit/TeamOctolings/Boyfriend)
+![License](https://img.shields.io/github/license/LabsDevelopment/Boyfriend)
+![Workflow Status](https://img.shields.io/github/actions/workflow/status/LabsDevelopment/Boyfriend/.github/workflows/build-push.yml?branch=master&logo=ReSharper)
+![Last Commit](https://img.shields.io/github/last-commit/LabsDevelopment/Boyfriend)
-Beep! I'm a general-purpose bot for moderation written by [@Octol1ttle](https://github.com/Octol1ttle) in C# and
-Remora.Discord
+Beep! I'm a general-purpose bot for moderation written by [@Octol1ttle](https://github.com/Octol1ttle) in C# and Remora.Discord
## Features
@@ -20,7 +19,7 @@ Remora.Discord
## Installing and running Boyfriend
-You can read our [wiki](https://github.com/TeamOctolings/Boyfriend/wiki) in order to assemble your Boyfriend™ and
+You can read our [wiki](https://github.com/LabsDevelopment/Boyfriend/wiki) in order to assemble your Boyfriend™ and
moderate the server.
## Contributing
diff --git a/src/Commands/AboutCommandGroup.cs b/src/Commands/AboutCommandGroup.cs
index 34ba68d..d9f659e 100644
--- a/src/Commands/AboutCommandGroup.cs
+++ b/src/Commands/AboutCommandGroup.cs
@@ -79,7 +79,7 @@ public class AboutCommandGroup : CommandGroup
builder.AppendLine()
.AppendLine(Markdown.Bold(Messages.AboutTitleWiki))
- .AppendLine("https://github.com/TeamOctolings/Boyfriend/wiki");
+ .AppendLine("https://github.com/LabsDevelopment/Boyfriend/wiki");
var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser)
.WithDescription(builder.ToString())