diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1915f8c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @TeamOctolings/boyfriend-admins +Messages.tt-ru.resx @mctaylors diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..15bc0ff --- /dev/null +++ b/.github/README.md @@ -0,0 +1,17 @@ +![Boyfriend-Dark](https://user-images.githubusercontent.com/95250141/206895339-ef5510c8-8b30-4887-b89c-5dc14a24b18a.png#gh-dark-mode-only) +![Boyfriend-Light](https://user-images.githubusercontent.com/95250141/206895340-3415d97d-91fd-4fb6-8c17-4e1bf340e1df.png#gh-light-mode-only) + +![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/resharper.yml?branch=master) +![GitHub last commit](https://img.shields.io/github/last-commit/TeamOctolings/Boyfriend) + +## Building +To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0). +``` +git clone https://github.com/TeamOctolings/Boyfriend +cd Boyfriend +dotnet build +``` + +## Initial setup +Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`. diff --git a/Boyfriend.csproj b/Boyfriend.csproj index 25e7b7d..69b6840 100644 --- a/Boyfriend.csproj +++ b/Boyfriend.csproj @@ -11,7 +11,7 @@ AGPLv3 https://github.com/TeamOctolings/Boyfriend https://github.com/TeamOctolings/Boyfriend/blob/master/LICENSE - https://github.com/Octol1ttle/Boyfriend-CSharp + https://github.com/TeamOctolings/Boyfriend github TeamOctolings en diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 470a6fb..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -* @boyfriend-admins -Messages.tt-ru.resx @mctaylors diff --git a/README.md b/README.md deleted file mode 100644 index 171d37f..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -![Boyfriend-CSharp-Dark](https://user-images.githubusercontent.com/95250141/206895339-ef5510c8-8b30-4887-b89c-5dc14a24b18a.png#gh-dark-mode-only) -![Boyfriend-CSharp-Light](https://user-images.githubusercontent.com/95250141/206895340-3415d97d-91fd-4fb6-8c17-4e1bf340e1df.png#gh-light-mode-only) - -![GitHub License](https://img.shields.io/github/license/l1ttleO/Boyfriend-CSharp) -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/l1ttleO/Boyfriend-CSharp/.github/workflows/resharper.yml?branch=master) -![GitHub last commit](https://img.shields.io/github/last-commit/l1ttleO/Boyfriend-CSharp) - -## Building -To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0). -``` -git clone https://github.com/TeamOctolings/Boyfriend -cd Boyfriend -dotnet build -``` - -## Initial setup -Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`. diff --git a/global.json b/global.json deleted file mode 100644 index 36e1a9e..0000000 --- a/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "sdk": { - "version": "7.0.0", - "rollForward": "latestMajor", - "allowPrerelease": false - } -} \ No newline at end of file