diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 97f37e0..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Codeowners for these exercise files: -# * (asterisk) deotes "all files and folders" -# Example: * @producer @instructor diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 20ff87d..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ - - -## Issue Overview - - -## Describe your environment - - -## Steps to Reproduce - -1. -2. -3. -4. - -## Expected Behavior - - -## Current Behavior - - -## Possible Solution - - -## Screenshots / Video - - -## Related Issues - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6ae59ec..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 1732566..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Copy To Branches -on: - workflow_dispatch: -jobs: - copy-to-branches: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Copy To Branches Action - uses: planetoftheweb/copy-to-branches@v1