mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
docs(contributing.md, readme.md): fixed 2 small typos (#361) [skip ci]
This commit is contained in:
@@ -33,7 +33,7 @@ You can also run the development environment in [Docker](https://www.docker.com/
|
|||||||
- PRs with commits not following this standard will not be merged.
|
- PRs with commits not following this standard will not be merged.
|
||||||
- Please make meaningful commits, or squash them
|
- Please make meaningful commits, or squash them
|
||||||
- Always rebase your commit to the latest `develop` branch. Do not merge develop into your branch.
|
- Always rebase your commit to the latest `develop` branch. Do not merge develop into your branch.
|
||||||
- It is your responsbility to keep your branch up to date. It will not be merged unless its rebased off the latest develop branch.
|
- It is your responsibility to keep your branch up to date. It will not be merged unless its rebased off the latest develop branch.
|
||||||
- You can create a Draft pull request early to get feedback on your work.
|
- You can create a Draft pull request early to get feedback on your work.
|
||||||
- Your code must be formatted correctly or the tests will fail.
|
- Your code must be formatted correctly or the tests will fail.
|
||||||
- We use Prettier to format our codebase. It should auto run with a git hook, but its recommended to have a Prettier extension installed in your editor and have it format on save.
|
- We use Prettier to format our codebase. It should auto run with a git hook, but its recommended to have a Prettier extension installed in your editor and have it format on save.
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
- More notification types (Slack/Telegram/etc.).
|
- More notification types (Slack/Telegram/etc.).
|
||||||
- Issues system. This will allow users to report issues with content on your media server.
|
- Issues system. This will allow users to report issues with content on your media server.
|
||||||
- Local user system (for those who don't use Plex).
|
- Local user system (for those who don't use Plex).
|
||||||
- Compatiblity APIs (to work with existing tools in your system).
|
- Compatibility APIs (to work with existing tools in your system).
|
||||||
|
|
||||||
## Running Overseerr
|
## Running Overseerr
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user