diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 83f93ac..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "" -labels: bug -assignees: "" ---- - -**Describe the bug** - - - -**Steps to reproduce** - - - -**Expected behavior** - - - -**Screenshots** - - - -**Additional context** - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index f52b3b9..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "" -labels: enhancement -assignees: "" ---- - -**Is your feature request related to a problem? Please describe.** - - - -**Describe the solution you'd like** - - - -**Describe alternatives you've considered** - - - -**Additional context** - - diff --git a/.github/PULL_REQUEST/pull_request_template.md b/.github/PULL_REQUEST/pull_request_template.md deleted file mode 100644 index 6d98686..0000000 --- a/.github/PULL_REQUEST/pull_request_template.md +++ /dev/null @@ -1,34 +0,0 @@ - - -## Description - - - -## Motivation and Context - - - - -## 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) - -## Usage examples - - - -## How Has This Been Tested? - - - -## Checklist: - - - - -- [ ] I have updated the documentation accordingly. -- [ ] I have added tests to cover my changes. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 4a118ee..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Release - -on: - push: - branches: - - main - -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: GoogleCloudPlatform/release-please-action@v2 - with: - release-type: simple diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index e22c0a2..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -* Bump to 1.0.0 -* Add CHANGELOG.md -* Update README.md diff --git a/version.txt b/version.txt deleted file mode 100644 index 3eefcb9..0000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -1.0.0