Skip to content

Commit 4e54f2b

Browse files
authored
refactor: ♻️ update remaining config files (#183)
# Description This PR updates the remaining files. This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all`
1 parent 222a9d4 commit 4e54f2b

File tree

4 files changed

+23
-30
lines changed

4 files changed

+23
-30
lines changed

.vscode/settings.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
1010
"quarto.visualEditor.markdownWrapColumn": 72,
1111
"editor.tabCompletion": "on",
1212
"editor.snippetSuggestions": "inline",
13-
"conventional-branch.type": [
14-
"build", // Changes that affect the build system or external dependencies
15-
"ci", // Changes to our CI configuration files and scripts
16-
"docs", // Documentation only changes
17-
"feat", // A new feature
18-
"fix", // A bug fix
19-
"refactor", // A code change that neither fixes a bug nor adds a feature
20-
"style", // Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
21-
"test", // Adding missing tests or correcting existing tests
22-
"chore", // Misc things, like renaming or deleting files
13+
"conventional-branch.type": [
14+
"build",
15+
"ci",
16+
"docs",
17+
"feat",
18+
"fix",
19+
"refactor",
20+
"style",
21+
"test",
22+
"chore",
23+
"revert",
24+
"perf"
2325
],
2426
"conventional-branch.format": "{Type}/{Branch}",
2527
"[quarto][qmd][jinja]": {

_publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
- source: project
22
netlify:
3-
# TODO: Include correct ID
43
- id: "73514699-e6a4-404a-ae41-f76a39c4f77c"
54
url: "https://seedcase-template-data-package.netlify.app"

template/.github/CODEOWNERS.jinja

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
11
# All members on Developers team get added to review PRs
22
* {{ review_team }}
3-
4-
# Ignore these so we don't get added to sync PRs
5-
/.github/
6-
/.vscode/
7-
justfile
8-
.editorconfig
9-
.gitignore
10-
ruff.toml
11-
pyproject.toml
12-
uv.lock

template/.vscode/settings.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@
1212
"editor.tabCompletion": "on",
1313
"editor.snippetSuggestions": "inline",
1414
"conventional-branch.type": [
15-
"build", // Changes that affect the build system or external dependencies
16-
"ci", // Changes to our CI configuration files and scripts
17-
"docs", // Documentation only changes
18-
"feat", // A new feature
19-
"fix", // A bug fix
20-
"refactor", // A code change that neither fixes a bug nor adds a feature
21-
"style", // Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
22-
"test", // Adding missing tests or correcting existing tests
23-
"chore", // Misc things, like renaming or deleting files
15+
"build",
16+
"ci",
17+
"docs",
18+
"feat",
19+
"fix",
20+
"refactor",
21+
"style",
22+
"test",
23+
"chore",
24+
"perf",
25+
"revert"
2426
],
2527
"conventional-branch.format": "{Type}/{Branch}",
2628
"[quarto][qmd]": {

0 commit comments

Comments
 (0)