diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 05bfb16e..d2936f73 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 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. 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.