Skip to content

Commit

Permalink
Merge branch 'preview' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored May 4, 2022
2 parents bb8d4de + 13659b8 commit 54d30b1
Show file tree
Hide file tree
Showing 815 changed files with 83,243 additions and 107,397 deletions.
17 changes: 0 additions & 17 deletions .eslintrc.json

This file was deleted.

18 changes: 8 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,17 +24,15 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@v2
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/latest-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- '0.10'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/actions/node/run@main
name: 'nvm install-latest-npm'
with:
Expand Down
37 changes: 4 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@






















# Logs
logs
*.log
Expand Down Expand Up @@ -55,7 +33,7 @@ bower_components
build/Release

# Dependency directories
# node_modules/
node_modules/
jspm_packages/

# Typescript v1 declaration files
Expand All @@ -74,11 +52,11 @@ typings/
*.tgz

# dotenv environment variables file

.env

# gatsby files
# .cache/
# public
.cache/
public

# Mac files
.DS_Store
Expand All @@ -89,10 +67,3 @@ yarn-error.log
.pnp.js
# Yarn Integrity file
.yarn-integrity

node_modules/

.package-lock.json
*.cache
*public
src/pages/docs/tools/Archive.md
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

Loading

0 comments on commit 54d30b1

Please sign in to comment.