diff options
| -rw-r--r-- | .github/workflows/lint-test.yaml | 2 | ||||
| -rw-r--r-- | pydis_site/apps/api/views.py | 6 | ||||
| -rw-r--r-- | pydis_site/apps/content/resources/rules.md | 2 | 
3 files changed, 5 insertions, 5 deletions
| diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 45c733b2..a5fa71b9 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -54,7 +54,7 @@ jobs:        # This step will publish the coverage reports coveralls.io and        # link the report to the commit        - name: Publish Coverage Report -        uses: coverallsapp/[email protected] +        uses: coverallsapp/[email protected]          with:            github-token: ${{ secrets.GITHUB_TOKEN }}            file: ./coverage.lcov diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 20431a61..54fbf809 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -149,9 +149,9 @@ class RulesView(APIView):                  ["english", "language"]              ),              ( -                "Do not provide or request help on projects that may break laws, " -                "breach terms of services, or are malicious or inappropriate.", -                ["infraction", "tos", "breach", "malicious", "inappropriate"] +                "Do not provide or request help on projects that may violate terms of service, " +                "or that may be deemed inappropriate, malicious, or illegal.", +                ["infraction", "tos", "breach", "malicious", "inappropriate", "illegal"]              ),              (                  "Do not post unapproved advertising.", diff --git a/pydis_site/apps/content/resources/rules.md b/pydis_site/apps/content/resources/rules.md index 803c8041..a0bdb38d 100644 --- a/pydis_site/apps/content/resources/rules.md +++ b/pydis_site/apps/content/resources/rules.md @@ -9,7 +9,7 @@ We have a small but strict set of rules on our server. Please read over them and  > 2. Follow the [Discord Community Guidelines](https://discordapp.com/guidelines) and [Terms of Service](https://discordapp.com/terms).  > 3. Respect staff members and listen to their instructions.  > 4. Use English to the best of your ability. Be polite if someone speaks English imperfectly. -> 5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate. +> 5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.  > 6. Do not post unapproved advertising.  > 7. Keep discussions relevant to the channel topic. Each channel's description tells you the topic.  > 8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them. | 
