Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ body:

- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
label: Is there an [existing issue](https://github.com/monkeytypegame/monkeytype/issues?q=is%3Aissue) for this?
description: Please [search](https://github.com/monkeytypegame/monkeytype/issues?q=is%3Aissue) to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
- label: I have [searched](https://github.com/monkeytypegame/monkeytype/issues?q=is%3Aissue) the existing open and closed issues
required: true

- type: markdown
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/monkey-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,14 @@ jobs:
with:
filters: |
languages:
- 'frontend/static/languages/*.json'
- 'frontend/static/languages/**'
quotes:
- 'frontend/static/quotes/*.json'
- 'frontend/static/quotes/**'
others:
- 'frontend/static/layouts/*.json'
- 'frontend/static/layouts/**'
- 'frontend/static/themes/**'
- 'frontend/static/webfonts/**'
- 'frontend/static/challenges/*.json'
- 'frontend/static/challenges/**'

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
Loading