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" 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).