Skip to content

Commit

Permalink
Update changelog fragments and CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Sep 30, 2021
1 parent 15000f2 commit 5045d3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ match that of the versioning scheme. There are utilities under `hikari.internal.

To aid with the generation of `CHANGELOG.md` as well as the releases changelog we use `towncrier`.

You will need to install `towncrier` and `.` locally before making changelog additions.
You will need to install `towncrier` and `hikari` from source before making changelog additions.
```bash
pip install towncrier .
pip install towncrier
pip install -e .
```

For every pull request made to this project, there should be a short explanation of the change under `changes/`
Expand Down
2 changes: 0 additions & 2 deletions changes/804.doc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Add the add_component method to `api.special_endpoints.ActionRowBuilder`
Add `nox` and `towncrier` requirements to `CONTRIBUTING.md`
Add docstrings to the remaining undocumented `GatewayBot` methods
1 change: 1 addition & 0 deletions changes/804.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add the add_component method to `api.special_endpoints.ActionRowBuilder`

0 comments on commit 5045d3e

Please sign in to comment.