diff --git a/site/.github/ISSUE_TEMPLATE/bug_report.md b/site/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 42fef729b..000000000 --- a/site/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug Report -about: Create a report to help us improve -title: 'fix: ' -labels: bug ---- - -**Description** - -A clear and concise description of what the bug is. - -**Steps To Reproduce** - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected Behavior** - -A clear and concise description of what you expected to happen. - -**Screenshots** - -If applicable, add screenshots to help explain your problem. - -**Additional Context** - -Add any other context about the problem here. diff --git a/site/.github/ISSUE_TEMPLATE/build.md b/site/.github/ISSUE_TEMPLATE/build.md deleted file mode 100644 index a3f9a81c8..000000000 --- a/site/.github/ISSUE_TEMPLATE/build.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Build System -about: Changes that affect the build system or external dependencies -title: 'build: ' -labels: build ---- - -**Description** - -Describe what changes need to be done to the build system and why. - -**Requirements** - -- [ ] The build system is passing diff --git a/site/.github/ISSUE_TEMPLATE/chore.md b/site/.github/ISSUE_TEMPLATE/chore.md deleted file mode 100644 index 6945ca63d..000000000 --- a/site/.github/ISSUE_TEMPLATE/chore.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Chore -about: Other changes that don't modify src or test files -title: 'chore: ' -labels: chore ---- - -**Description** - -Clearly describe what change is needed and why. If this changes code then please use another issue type. - -**Requirements** - -- [ ] No functional changes to the code diff --git a/site/.github/ISSUE_TEMPLATE/ci.md b/site/.github/ISSUE_TEMPLATE/ci.md deleted file mode 100644 index 49bec1bc2..000000000 --- a/site/.github/ISSUE_TEMPLATE/ci.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Continuous Integration -about: Changes to the CI configuration files and scripts -title: 'ci: ' -labels: ci ---- - -**Description** - -Describe what changes need to be done to the ci/cd system and why. - -**Requirements** - -- [ ] The ci system is passing diff --git a/site/.github/ISSUE_TEMPLATE/config.yml b/site/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0ce..000000000 --- a/site/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/site/.github/ISSUE_TEMPLATE/documentation.md b/site/.github/ISSUE_TEMPLATE/documentation.md deleted file mode 100644 index f9112fa38..000000000 --- a/site/.github/ISSUE_TEMPLATE/documentation.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Documentation -about: Improve the documentation so all collaborators have a common understanding -title: 'docs: ' -labels: documentation ---- - -**Description** - -Clearly describe what documentation you are looking to add or improve. - -**Requirements** - -- [ ] Requirements go here diff --git a/site/.github/ISSUE_TEMPLATE/feature_request.md b/site/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index eac78c996..000000000 --- a/site/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature Request -about: A new feature to be added to the project -title: 'feat: ' -labels: feature ---- - -**Description** - -Clearly describe what you are looking to add. The more context the better. - -**Requirements** - -- [ ] Checklist of requirements to be fulfilled - -**Additional Context** - -Add any other context or screenshots about the feature request go here. diff --git a/site/.github/ISSUE_TEMPLATE/performance.md b/site/.github/ISSUE_TEMPLATE/performance.md deleted file mode 100644 index b88c44679..000000000 --- a/site/.github/ISSUE_TEMPLATE/performance.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Performance Update -about: A code change that improves performance -title: 'perf: ' -labels: performance ---- - -**Description** - -Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus point's if you can tie this directly to user experience. - -**Requirements** - -- [ ] There is no drop in test coverage. diff --git a/site/.github/ISSUE_TEMPLATE/refactor.md b/site/.github/ISSUE_TEMPLATE/refactor.md deleted file mode 100644 index e937ac2ce..000000000 --- a/site/.github/ISSUE_TEMPLATE/refactor.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Refactor -about: A code change that neither fixes a bug nor adds a feature -title: 'refactor: ' -labels: refactor ---- - -**Description** - -Clearly describe what needs to be refactored and why. Please provide links to related issues (bugs or upcoming features) in order to help prioritize. - -**Requirements** - -- [ ] There is no drop in test coverage. diff --git a/site/.github/ISSUE_TEMPLATE/revert.md b/site/.github/ISSUE_TEMPLATE/revert.md deleted file mode 100644 index e12dce9bb..000000000 --- a/site/.github/ISSUE_TEMPLATE/revert.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Revert Commit -about: Reverts a previous commit -title: 'revert: ' -labels: revert ---- - -**Description** - -Provide a link to a PR/Commit that you are looking to revert and why. - -**Requirements** - -- [ ] Change has been reverted -- [ ] No change in test coverage has happened -- [ ] A new ticket is created for any follow on work that needs to happen diff --git a/site/.github/ISSUE_TEMPLATE/style.md b/site/.github/ISSUE_TEMPLATE/style.md deleted file mode 100644 index 629c9d0ad..000000000 --- a/site/.github/ISSUE_TEMPLATE/style.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Style Changes -about: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) -title: 'style: ' -labels: style ---- - -**Description** - -Clearly describe what you are looking to change and why. - -**Requirements** - -- [ ] There is no drop in test coverage. diff --git a/site/.github/ISSUE_TEMPLATE/test.md b/site/.github/ISSUE_TEMPLATE/test.md deleted file mode 100644 index ebb82ad2d..000000000 --- a/site/.github/ISSUE_TEMPLATE/test.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Test -about: Adding missing tests or correcting existing tests -title: 'test: ' -labels: test ---- - -**Description** - -List out the tests that need to be added or changed. Please also include any information as to why this was not covered in the past. - -**Requirements** - -- [ ] There is no drop in test coverage. diff --git a/site/.github/PULL_REQUEST_TEMPLATE.md b/site/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 7a68e1362..000000000 --- a/site/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## Status - -**READY/IN DEVELOPMENT/HOLD** - -## Description - - - -## Type of Change - - - -- [ ] โœจ New feature (non-breaking change which adds functionality) -- [ ] ๐Ÿ› ๏ธ Bug fix (non-breaking change which fixes an issue) -- [ ] โŒ Breaking change (fix or feature that would cause existing functionality to change) -- [ ] ๐Ÿงน Code refactor -- [ ] โœ… Build configuration change -- [ ] ๐Ÿ“ Documentation -- [ ] ๐Ÿ—‘๏ธ Chore diff --git a/site/.github/dependabot.yml b/site/.github/dependabot.yml deleted file mode 100644 index 21aa8ca44..000000000 --- a/site/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -enable-beta-ecosystems: true -updates: - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'daily' - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'daily' diff --git a/site/.github/workflows/main.yaml b/site/.github/workflows/main.yaml deleted file mode 100644 index 68e198cb9..000000000 --- a/site/.github/workflows/main.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: main - -on: pull_request - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: ๐Ÿ“š Git Checkout - uses: actions/checkout@v2 - - - name: โš™๏ธ Setup Node - uses: actions/setup-node@v3 - with: - node-version: 18.x - cache: npm - cache-dependency-path: package-lock.json - - - name: ๐Ÿ“ฆ Install Dependencies - run: npm ci - - - name: โœจ Check Format - run: npm run format:check - - - name: ๐Ÿงน Lint - run: npm run lint - - - name: ๐Ÿ‘ท Build website - run: npm run build