Move @privacytoolsIO to @privacytools (#1904)
This commit is contained in:
10
.github/CODEOWNERS
vendored
10
.github/CODEOWNERS
vendored
@ -1,9 +1,9 @@
|
||||
# Editorial Team
|
||||
*.md @privacytoolsIO/editorial
|
||||
/assets/ @privacytoolsIO/editorial
|
||||
/pages/ @privacytoolsIO/editorial
|
||||
/_includes/sections/ @privacytoolsIO/editorial
|
||||
/index.html @privacytoolsIO/editorial
|
||||
*.md @privacytools/editorial
|
||||
/assets/ @privacytools/editorial
|
||||
/pages/ @privacytools/editorial
|
||||
/_includes/sections/ @privacytools/editorial
|
||||
/index.html @privacytools/editorial
|
||||
/font/ @dawidpotocki
|
||||
|
||||
# Administration Related Files
|
||||
|
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@ -25,7 +25,7 @@ Please read this document in full before contributing.
|
||||
- Be constructive.
|
||||
- Please feel free to *review changes* in the *files changed* tab of any
|
||||
pull request at any time.
|
||||
- See also our [Code of Conduct](https://github.com/privacytoolsIO/.github/blob/master/CODE_OF_CONDUCT.md)
|
||||
- See also our [Code of Conduct](https://github.com/privacytools/.github/blob/master/CODE_OF_CONDUCT.md)
|
||||
|
||||
## Quality over Quantity
|
||||
|
||||
@ -96,8 +96,8 @@ See https://www.privacytools.io/providers/vpn/#criteria for more details.
|
||||
## Images
|
||||
|
||||
- SVG file format is strongly preferred. PNG files can be used as a fallback if images are too complex or otherwise unsuitable as a vector format.
|
||||
- Provider logo dimensions are 384px x 128px ([example](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/svg/3rd-party/mullvad.svg))
|
||||
- Tool logo dimensions are 120px x 120px ([SVG example](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/svg/3rd-party/firefox_browser.svg), [PNG example](https://github.com/privacytoolsIO/privacytools.io/blob/master/assets/img/png/3rd-party/claws_mail.png))
|
||||
- Provider logo dimensions are 384px x 128px ([example](https://github.com/privacytools/privacytools.io/blob/master/assets/img/svg/3rd-party/mullvad.svg))
|
||||
- Tool logo dimensions are 120px x 120px ([SVG example](https://github.com/privacytools/privacytools.io/blob/master/assets/img/svg/3rd-party/firefox_browser.svg), [PNG example](https://github.com/privacytools/privacytools.io/blob/master/assets/img/png/3rd-party/claws_mail.png))
|
||||
|
||||
## Licensing
|
||||
|
||||
@ -111,4 +111,4 @@ If you do not have a GitHub account, you may submit software recommendations or
|
||||
|
||||
This repository uses [@fire-bot](https://github.com/fire-bot), [a service](https://fire.fundersclub.com) from FundersClub that converts incoming emails to GitHub issues. By sending a message to the email address above, you will be sharing your email address and message content with FundersClub. FundersClub has a privacy policy at [https://fundersclub.com/catalyst-privacy-policy/](https://fundersclub.com/catalyst-privacy-policy/) you should review before using this service. Any attachments you send via this service may be stored indefinitely by FundersClub for the purpose of making them available within the submitted GitHub issue.
|
||||
|
||||
You can view an example of the created issues' format at [#1444](https://github.com/privacytoolsIO/privacytools.io/issues/1444).
|
||||
You can view an example of the created issues' format at [#1444](https://github.com/privacytools/privacytools.io/issues/1444).
|
||||
|
2
.github/ISSUE_TEMPLATE/5_Website_Issues.md
vendored
2
.github/ISSUE_TEMPLATE/5_Website_Issues.md
vendored
@ -9,7 +9,7 @@ labels: 🌐 website issue
|
||||
|
||||
READ ME FIRST:
|
||||
This is NOT the place to request changes to the content of the website.
|
||||
This is NOT the place to report issues with our services. (That is https://github.com/privacytoolsIO/services/issues/new)
|
||||
This is NOT the place to report issues with our services. (That is https://github.com/privacytools/services/issues/new)
|
||||
This is ONLY for reporting bugs or technical issues with www.privacytools.io.
|
||||
|
||||
-->
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,6 +1,6 @@
|
||||
contact_links:
|
||||
- name: Services issues
|
||||
url: https://github.com/privacytoolsIO/services/issues/new/choose
|
||||
url: https://github.com/privacytools/services/issues/new/choose
|
||||
about: Open any issues/bug reports/requests related to our services (Mastodon, Matrix, etc) here.
|
||||
- name: PrivacyTools Community
|
||||
url: https://forum.privacytools.io/
|
||||
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,4 +1,4 @@
|
||||
<!-- PLEASE READ OUR CODE OF CONDUCT (https://wiki.privacytools.io/view/PrivacyTools:Code_of_Conduct) AND CONTRIBUTING GUIDELINES (https://github.com/privacytoolsIO/privacytools.io/blob/master/.github/CONTRIBUTING.md) BEFORE SUBMITTING -->
|
||||
<!-- PLEASE READ OUR CODE OF CONDUCT (https://wiki.privacytools.io/view/PrivacyTools:Code_of_Conduct) AND CONTRIBUTING GUIDELINES (https://github.com/privacytools/privacytools.io/blob/master/.github/CONTRIBUTING.md) BEFORE SUBMITTING -->
|
||||
|
||||
## Description
|
||||
|
||||
@ -8,7 +8,7 @@ Resolves: #none <!-- A link to the (discussion) issue resolved by this pull requ
|
||||
|
||||
- [ ] I understand that by not opening an issue about a software/service/similar addition/removal, this pull request will be closed without merging.
|
||||
|
||||
- [ ] I have read and understand [the contributing guidelines](https://github.com/privacytoolsIO/privacytools.io/blob/master/.github/CONTRIBUTING.md).
|
||||
- [ ] I have read and understand [the contributing guidelines](https://github.com/privacytools/privacytools.io/blob/master/.github/CONTRIBUTING.md).
|
||||
|
||||
- [ ] The project is [Free Libre](https://en.wikipedia.org/wiki/Free_software) and/or [Open Source](https://en.wikipedia.org/wiki/Open-source_software) Software
|
||||
|
||||
|
Reference in New Issue
Block a user