Skip to content

Commit 0248240

Browse files
OseSemshiftinv
andauthored
fix(docs): small changes in contributing / grammar (#65)
--------- Signed-off-by: Sem <[email protected]> Co-authored-by: shiftinv <[email protected]>
1 parent 04231fd commit 0248240

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ To get started with contributing to this guide, follow these steps:
1515
4. Run `pre-commit`.
1616
- If you want to install the pre-commit hooks to automatically run before every commit, use `pre-commit install`
1717
- Otherwise, use `pre-commit run --all-files` to run all checks once.
18+
19+
> [!NOTE]
20+
> 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.

guide/docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ with Python, you can come back here to get started!
4848
This guide is made using [**Docusaurus**](https://docusaurus.io/), a static site generator geared towards building
4949
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).
5050

51-
The idea of building a guide that showcases the use of `disnake`'s syntax was inpired from
51+
The idea of building a guide that showcases the use of `disnake`'s syntax was inspired from
5252
[**Discord.js**](https://discord.js.org/), one of the most popular JavaScript Discord libraries; their guide can be
5353
found [here](https://discordjs.guide/). The credit for the initial directory structure and articles, goes to them.
5454

0 commit comments

Comments
 (0)