From bea3f2f02e618280ac576cbf0c1c44cbef710750 Mon Sep 17 00:00:00 2001 From: Michael Clerx Date: Wed, 16 Jul 2025 11:55:37 +0100 Subject: [PATCH 1/2] Removed todo workflow --- .github/workflows/todo.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/todo.yml diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml deleted file mode 100644 index 8f40dd3..0000000 --- a/.github/workflows/todo.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: "Run TODO to Issue" -on: [ "push" ] -jobs: - build: - runs-on: "ubuntu-latest" - steps: - - uses: "actions/checkout@v4" - - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4" From fb40bd96a54cb6ca15aba22ee297fa9b70c0855c Mon Sep 17 00:00:00 2001 From: Michael Clerx Date: Wed, 16 Jul 2025 11:57:58 +0100 Subject: [PATCH 2/2] Removed PR template --- pull_request_template.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 809c58a..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,20 +0,0 @@ -## Description - - - - -## Types of changes - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) - -## Testing -- [X] Testing is done automatically and codecov shows test coverage -- [ ] This cannot be tested automatically - -## Documentation checklist - -- [ ] I have updated all documentation in the code where necessary. -- [ ] I have checked spelling in all (new) comments and documentation. -- [ ] I have added a note to RELEASE.md if relevant (new feature, breaking change, or notable bug fix).