···60606161Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262reported to the community leaders responsible for enforcement at
6363-our [Discord](https://docs.undi.rest/links/discord).
6363+our [Discord](https://docs.pstream.org/links/discord).
6464All complaints will be reviewed and investigated promptly and fairly.
65656666All community leaders are obligated to respect the privacy and security of the
+5-5
.github/CONTRIBUTING.md
···34343535### Discord Server
3636If you do not have a GitHub account or want to discuss a feature or bug with us before making an issue, you can join our Discord server.
3737-[Join bruh](https://docs.undi.rest/links/discord)
3737+[Join bruh](https://docs.pstream.org/links/discord)
38383939### GitHub Issues
4040-To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/sussy-code/smov/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template.
4040+To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/p-stream/p-strean/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template.
41414242When filling out an issue template, please include as much detail as possible and any screenshots or console logs as appropriate.
43434444-After an issue is created, it will be assigned either the https://github.com/sussy-code/smov/labels/bug or https://github.com/sussy-code/smov/labels/feature label, along with https://github.com/sussy-code/smov/labels/awaiting-approval. One of our maintainers will review your issue and, if it's accepted, will set the https://github.com/sussy-code/smov/labels/approved label.
4444+After an issue is created, it will be assigned either the https://github.com/p-stream/p-strean/labels/bug or https://github.com/p-stream/p-strean/labels/feature label, along with https://github.com/p-stream/p-strean/labels/awaiting-approval. One of our maintainers will review your issue and, if it's accepted, will set the https://github.com/p-stream/p-strean/labels/approved label.
45454646## Before you start!
4747-Before starting a contribution, please check your contribution is part of an open issue on [our issues page](https://github.com/sussy-code/smov/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved).
4747+Before starting a contribution, please check your contribution is part of an open issue on [our issues page](https://github.com/p-stream/p-strean/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved).
48484949GitHub issues are how we track our bugs and feature requests that will be implemented into sudo-flix - all contributions **must** have an issue and be approved by a maintainer before a pull request can be worked on.
5050···5353> **Note**
5454> The exception to this are language contributions, which are discussed in [this section](#language-contributions)
55555656-Also, make sure that the issue you would like to work on has been given the https://github.com/sussy-code/smov/labels/approved label by a maintainer. Otherwise, if we reject the issue, it means your work will have gone to waste!
5656+Also, make sure that the issue you would like to work on has been given the https://github.com/p-stream/p-strean/labels/approved label by a maintainer. Otherwise, if we reject the issue, it means your work will have gone to waste!
57575858## Contributing
5959If you're here because you'd like to work on an issue, amazing! Thank you for even considering contributing to sudo-flix; it means a lot :heart:
+1-1
.github/SECURITY.md
···77## Reporting a Vulnerability
8899You can contact the sudo-flix maintainers to report a vulnerability:
1010- - Report the vulnerability in the [Discord](https://docs.undi.rest/links/discord).
1010+ - Report the vulnerability in the [Discord](https://docs.pstream.org/links/discord).
+2-2
.github/pull_request_template.md
···11This pull request resolves #XXX
2233- - [ ] I have read and agreed to the [code of conduct](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md).
44- - [ ] I have read and complied with the [contributing guidelines](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md).
33+ - [ ] I have read and agreed to the [code of conduct](https://github.com/p-stream/p-strean/blob/production/.github/CODE_OF_CONDUCT.md).
44+ - [ ] I have read and complied with the [contributing guidelines](https://github.com/p-stream/p-strean/blob/production/.github/CONTRIBUTING.md).
55 - [ ] I have tested all of my changes.
66 - Enter discord user: `` (we require this for the contributor role)
···33Locales are difficult, here is some guidance.
4455## Process on adding new languages
66-1. Use [Weblate](https://docs.undi.rest/links/weblate) to add translations, see contributing guidelines.
66+1. Use [Weblate](https://docs.pstream.org/links/weblate) to add translations, see contributing guidelines.
772. Add your language to `@/assets/languages.ts`. Must be in ISO format (ISO-639 for language and ISO-3166 for country/region). For joke languages, use any format.
883. If the language code doesn't have a region specified (Such as in `pt-BR`, `BR` being the region), add a default region in `@/utils/language.ts` at `defaultLanguageCodes`
994. If the language code doesn't contain a region (Such as in `zh-Hant`), add a default country in `@/utils/language.ts` at `countryPriority`.