Skip to content

Commit b15cae5

Browse files
authored
chore: change and delete files, create folders (#1)
## Description This PR should remove, rename and create all files needed for the repo to be converted into a template repo. Closes seedcase-project/examples#43 <!-- Select quick/in-depth as necessary --> This PR needs an in-depth review. Please focus on any files that may be missing or are surplus to requirements.
1 parent 8c456f6 commit b15cae5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2066
-1353
lines changed

.cz.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/_project-dependabot.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Description
1+
# Description
22

3-
This PR DESCRIBE CHANGES.
3+
This PR will [DESCRIBE CHANGES].
44

55
Closes #
66

@@ -9,6 +9,6 @@ This PR needs a quick/an in-depth review.
99

1010
## Checklist
1111

12-
- [ ] Added or updated tests
13-
- [ ] Updated documentation
14-
- [ ] Ran `just run-all`
12+
- [ ] Read through for typos, added new words to the dictionary
13+
- [ ] Checked that the README is up to date
14+
- [ ] Resolved any Ruff errors / formatted in Markdown

.github/workflows/build-package.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/build-website.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/sync-files.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/update-version.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@
3636
"quarto": true
3737
},
3838
"cSpell.language": "en,en-GB",
39-
"python.testing.pytestEnabled": true,
40-
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
4139
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Template for Seedcase Python packages
22

3-
This repository contains a template for setting up new Python package projects in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
3+
This repository contains a template for setting up new data example repos in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
44

55
``` bash
66
# NAME is the name to give the new repository
7-
gh repo create NAME --template seedcase-project/template-python-project
7+
gh repo create NAME --template seedcase-project/template-example-repo
88
```
99

1010
## Setting things up after cloning

0 commit comments

Comments
 (0)