Skip to content

Commit bee810b

Browse files
committed
refactor: ✏️ standardize TODO item verbs
1 parent d7184ca commit bee810b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

template/.github/workflows/add-to-project.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
pull-requests: write
2222
with:
23-
# TODO: Fill in the board number.
23+
# TODO: Add the board number.
2424
board-number: ""
2525
app-id: {{ '${{ vars.ADD_TO_BOARD_APP_ID }}' }}
2626
secrets:

template/_metadata.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ tagline: ""
77

88
links:
99
github: "https://github.com/{{ github_user }}/{{ github_repo }}"
10-
# TODO: Confirm this is the correct URL
10+
# TODO: Add the correct URL
1111
site: ""

template/_quarto.yml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project:
2-
# TODO: change to extension name if using a custom extension
2+
# TODO: Change to extension name if using a custom extension
33
type: website
44

55
website:
@@ -8,7 +8,7 @@ website:
88
{% if hosting_provider == "gh-pages" -%}
99
site-url: "https://{{ github_user }}.github.io/{{ github_repo }}/"
1010
{%- elif hosting_provider == "netlify" -%}
11-
# TODO: Set the Netlify custom domain URL
11+
# TODO: Add the Netlify custom domain URL
1212
site-url: ""
1313
{%- endif %}
1414
repo-url: "https://github.com/{{ github_repo_spec }}"
@@ -20,7 +20,7 @@ website:
2020
logo: "_extensions/seedcase-project/seedcase-theme/logos/{{ github_repo }}/navbar.svg"
2121
logo-alt: "{{ github_repo }} logo: Main page"
2222
{%- else %}
23-
# TODO: add logo
23+
# TODO: Add logo if desired
2424
logo: ""
2525
logo-alt: "{{ github_repo }} logo: Main page"
2626
{%- endif %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- source: project
22
netlify:
3-
# TODO: Include correct ID and URL
3+
# TODO: Add correct ID and URL
44
- id: ""
55
url: "https://{{ github_user }}-{{ github_repo }}.netlify.app"

0 commit comments

Comments
 (0)