From 03a0f6209beaa33790bdb3b8c7b7077ce7b56331 Mon Sep 17 00:00:00 2001 From: vylpes Date: Sat, 7 Nov 2020 11:22:43 +0000 Subject: [PATCH 1/2] Update documentation with a contact email --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index eba53b6..6c4a60e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -61,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[INSERT CONTACT METHOD]. +getgravitysoftware@gmail.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13e92bc..01c3b75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ This project and everyone participating in it is governed by the VylBot Core Cod > **Note:** Please don't file an issue to ask a question. You'll get faster results by using the resources below. +You can ask a question about the project by emailing us at `getgravitysoftware@gmail.com`. + You can ask a question about the project in the `#development` channel in the [Discord Server](https://discord.gg/UyAhAVp). ## What you should know From e4d87650c4758fd8a213d7197afb545a09addc1e Mon Sep 17 00:00:00 2001 From: vylpes Date: Sat, 7 Nov 2020 21:23:14 +0000 Subject: [PATCH 2/2] Adjust links --- CONTRIBUTING.md | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01c3b75..9720b10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ There are a few conventions that have developed over time for this project. When We won't accept pull requests unless these checks pass. If yours fail, simply fix what the bot says until it passes and then get a repo member to review your code. -The rules for the code is based upon [Vylpes' Config Repo](https://github.com/vylpes/config) +The rules for the code is based upon [Gravity Software's Config Repo](https://github.com/GetGravitySoft/Config) * Variable names should use **Camel Case** * Functions should put **braces on the same line** @@ -119,8 +119,8 @@ Enhancement suggestions are tracked as GitHub issues. After you've determined th Unsure where to begin contributing to VylBot Core? You can start by looking through these `good first` and `help wanted` issues: -* [Good first issue](https://github.com/vylpes/vylbot-core/labels/good%20first%20issue) - issues which should only require a few lines of code, and a test or two. -* [Help wanted](https://github.com/vylpes/vylbot-core/labels/help%20wanted) - issues which should be a bit more involved than `good first` issues. +* [Good first issue](https://github.com/getgravitysoft/vylbot-core/labels/good%20first%20issue) - issues which should only require a few lines of code, and a test or two. +* [Help wanted](https://github.com/getgravitysoft/vylbot-core/labels/help%20wanted) - issues which should be a bit more involved than `good first` issues. #### Prerequisites @@ -251,7 +251,7 @@ There are a few conventions that have developed over time for this project. When We won't accept pull requests unless these checks pass. If yours fail, simply fix what the bot says until it passes and then get a repo member to review your code. -The rules for the code is based upon [Vylpes' Config Repo](https://github.com/vylpes/config) +The rules for the code is based upon [Gravity Software's Config Repo](https://github.com/getgravitysoft/config) * Variable names should use **Camel Case** * Functions should put **braces on the same line** diff --git a/README.md b/README.md index aa52b24..e50b5ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Discord bot client based upon Discord.js ## Installation -Download the latest version from the [releases page](https://github.com/Vylpes/vylbot-core/releases). +Download the latest version from the [releases page](https://github.com/GetGravitySoft/vylbot-core/releases). Copy the config template file and fill in the strings. @@ -38,11 +38,11 @@ const client = new vylbot.client(config); client.start(); ``` -See the [docs](https://github.com/Vylpes/vylbot-core/blob/main/docs/index.md) for more information on how to use vylbot-core +See the [docs](https://github.com/GetGravitySoft/vylbot-core/blob/main/docs/index.md) for more information on how to use vylbot-core ## VylBot Essentials -Want basic commands to add to your bot? Checkout [VylBot Essentials](https://github.com/vylpes/vylbot-essentials)! +Want basic commands to add to your bot? Checkout [VylBot Essentials](https://github.com/GetGravitySoft/vylbot-essentials)! Latest release: `1.0.0` on `3rd November 2020`