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
4 changes: 1 addition & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## Description
# Description

These changes PURPOSE, because REASON.

Closes #

<!-- Please delete as appropriate: -->
This PR needs a quick/an in-depth review.

## Checklist

- [ ] Ran spell-check
- [ ] Formatted Markdown
- [ ] Ran `just run-all`
1 change: 1 addition & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
add-to-project:
uses: seedcase-project/.github/.github/workflows/reusable-add-to-project.yml@main
with:
app-id: ${{ vars.ADD_TO_BOARD_APP_ID }}
board-number: 18
secrets:
add-to-board-token: ${{ secrets.ADD_TO_BOARD }}
Expand Down
7 changes: 6 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
"quarto.quarto",
"vivaxy.vscode-conventional-commits",
"pshaddel.conventional-branch",
"tekumara.typos-vscode"
"tekumara.typos-vscode",
"eamodio.gitlens",
"github.vscode-github-actions",
"redhat.vscode-yaml",
"GitHub.vscode-pull-request-github",
"EditorConfig.EditorConfig"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down