diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 117a38a..0000000 --- a/TODO.md +++ /dev/null @@ -1,25 +0,0 @@ -- Review the [template - guide](https://template-data-package.seedcase-project.org/docs/guide/) for - more information on how to use the template and the next steps after copying - the project. -- Run `just install-precommit` to install the pre-commit hooks. -- Run `just build-readme` to build the Markdown version of the README. - Install - the [`spaid`](https://github.com/seedcase-project/spaid) CLI tool and run - these setup steps: - - `spaid_gh_create_repo_from_local -h` to create a GitHub repository from the - local repository. - - `spaid_gh_set_repo_settings -h` to set the repository settings. - - `spaid_gh_ruleset_basic_protect_main -h` to protect the main branch. - - `spaid_gh_ruleset_require_pr -h` to require pull requests for changes to the - main branch. -- Install or add the - [auto-release-token](https://github.com/apps/auto-release-token) and - [add-to-board-token](https://github.com/apps/add-to-board-token) GitHub Apps - - Create an `UPDATE_VERSION_TOKEN` and `ADD_TO_BOARD_TOKEN` secret for the - GitHub Apps if you haven't already and connect them to the repository. - - Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable of the - GitHub Apps' IDs if you haven't already and connect them to the repository. -- Run `quarto publish gh-pages` to setup and start publishing the website to - GitHub Pages. -- If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the repository - and enable the pre-commit hooks.