From 619a20285c3100318c0e27ab0d5f967808b0b82a Mon Sep 17 00:00:00 2001 From: OseSem Date: Sun, 10 Mar 2024 19:16:14 +0100 Subject: [PATCH 1/5] intro.mdx inpired -> inspired --- guide/docs/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/docs/intro.mdx b/guide/docs/intro.mdx index e01827ce..9fcc3411 100644 --- a/guide/docs/intro.mdx +++ b/guide/docs/intro.mdx @@ -48,7 +48,7 @@ with Python, you can come back here to get started! This guide is made using [**Docusaurus**](https://docusaurus.io/), a static site generator geared towards building project documentation. The package utilized for Discord-like message elements is Danktuary's [`@discord-message-components/react`](https://www.npmjs.com/package/@discord-message-components/react). -The idea of building a guide that showcases the use of `disnake`'s syntax was inpired from +The idea of building a guide that showcases the use of `disnake`'s syntax was inspired from [**Discord.js**](https://discord.js.org/), one of the most popular JavaScript Discord libraries; their guide can be found [here](https://discordjs.guide/). The credit for the initial directory structure and articles, goes to them. From cbc567fd00ca617e5610e4d1977d2dbb57830ba0 Mon Sep 17 00:00:00 2001 From: OseSem Date: Thu, 14 Mar 2024 21:17:45 +0100 Subject: [PATCH 2/5] Add note to CONTRIBUTING.md --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 05bfb16e..2c909e9f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,3 +15,6 @@ To get started with contributing to this guide, follow these steps: 4. Run `pre-commit`. - If you want to install the pre-commit hooks to automatically run before every commit, use `pre-commit install` - Otherwise, use `pre-commit run --all-files` to run all checks once. + +>[!NOTE] +> Before contributing please search if these is an issue about what you are making. If not please do so, otherwise you might make something we will not contribute. \ No newline at end of file From 53802fe2266d0db9bf33fef2eaa125b62234abba Mon Sep 17 00:00:00 2001 From: OseSem Date: Thu, 14 Mar 2024 21:23:04 +0100 Subject: [PATCH 3/5] Add newline to CONTRIBUTING.md :( --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2c909e9f..254e28d5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,4 +17,4 @@ To get started with contributing to this guide, follow these steps: - Otherwise, use `pre-commit run --all-files` to run all checks once. >[!NOTE] -> Before contributing please search if these is an issue about what you are making. If not please do so, otherwise you might make something we will not contribute. \ No newline at end of file +> Before contributing please search if these is an issue about what you are making. If not please do so, otherwise you might make something we will not contribute. From 2ea5884258c886d1b12c29c7641aab11a74299e0 Mon Sep 17 00:00:00 2001 From: OseSem Date: Thu, 14 Mar 2024 21:26:08 +0100 Subject: [PATCH 4/5] Add space to [!NOTE] --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 254e28d5..76ca8234 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -16,5 +16,5 @@ To get started with contributing to this guide, follow these steps: - If you want to install the pre-commit hooks to automatically run before every commit, use `pre-commit install` - Otherwise, use `pre-commit run --all-files` to run all checks once. ->[!NOTE] +> [!NOTE] > Before contributing please search if these is an issue about what you are making. If not please do so, otherwise you might make something we will not contribute. From 498540fc28f19f54313f5eea4aa5f0d223b67baa Mon Sep 17 00:00:00 2001 From: Sem <91069296+OseSem@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:57:44 +0100 Subject: [PATCH 5/5] Small grammar in CONTRIBUTING.md Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Sem <91069296+OseSem@users.noreply.github.com> --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 76ca8234..d2936f73 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,4 +17,4 @@ To get started with contributing to this guide, follow these steps: - Otherwise, use `pre-commit run --all-files` to run all checks once. > [!NOTE] -> Before contributing please search if these is an issue about what you are making. If not please do so, otherwise you might make something we will not contribute. +> Before contributing new content, please consider checking if there is already an issue about the topic. If not, it would be advisable to create one first, in case you start working on something that may not end up being accepted.