Skip to content

Commit

Permalink
Update repository URL (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson authored Oct 19, 2020
1 parent e88fb42 commit eb17ae0
Show file tree
Hide file tree
Showing 61 changed files with 153 additions and 153 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
---- Issues are handled a little bit differently than you might be used to.
----
---- ❗️ Don't start by creating a new issue. Instead, create a discussion:
---- 🔎 Search Existing: https://github.com/pikapkg/snowpack/discussions
---- 📝 Create New: https://github.com/pikapkg/snowpack/discussions/category_choices
---- 🔎 Search Existing: https://github.com/snowpackjs/snowpack/discussions
---- 📝 Create New: https://github.com/snowpackjs/snowpack/discussions/category_choices
----
---- More information on how our team manages issues & discussions:
---- https://github.com/pikapkg/snowpack/discussions/613#discussioncomment-41103
---- https://github.com/snowpackjs/snowpack/discussions/613#discussioncomment-41103
--->

**Original Discussion:** <!-- URL to discussion -->
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Interested in contributing? We'd love your help!

If you run into problems or find something confusing, please share it with us in [this discussion](https://github.com/pikapkg/snowpack/discussions/958). A great experience for new contributors is very important to us!
If you run into problems or find something confusing, please share it with us in [this discussion](https://github.com/snowpackjs/snowpack/discussions/958). A great experience for new contributors is very important to us!

Please note that all activity on the [`pikapkg/snowpack` repository](https://github.com/pikapkg/snowpack) and our [Discord](https://discord.gg/rS8SnRk) is moderated and will be strictly enforced under Snowpack's [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
Please note that all activity on the [`snowpackjs/snowpack` repository](https://github.com/snowpackjs/snowpack) and our [Discord](https://discord.gg/rS8SnRk) is moderated and will be strictly enforced under Snowpack's [Contributor Code of Conduct](CODE_OF_CONDUCT.md).

Our [issue tracker](https://github.com/pikapkg/snowpack/issues) is always organized with a selection of high-priority bugs, feature requests, and ["help wanted!"](https://github.com/pikapkg/snowpack/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)/["good first issue"](https://github.com/pikapkg/snowpack/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) items. For general package troubleshooting and discussions, check out our [Package Community](https://www.pika.dev/npm/snowpack/discuss) discussion board.
Our [issue tracker](https://github.com/snowpackjs/snowpack/issues) is always organized with a selection of high-priority bugs, feature requests, and ["help wanted!"](https://github.com/snowpackjs/snowpack/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)/["good first issue"](https://github.com/snowpackjs/snowpack/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) items. For general package troubleshooting and discussions, check out our [Package Community](https://www.pika.dev/npm/snowpack/discuss) discussion board.

## Requirements

Expand All @@ -15,7 +15,7 @@ Snowpack uses [yarn workspaces](https://classic.yarnpkg.com/) to manage multiple
## Initial setup

```bash
git clone https://github.com/pikapkg/snowpack.git
git clone https://github.com/snowpackjs/snowpack.git
cd snowpack
yarn
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://github.com/pikapkg/snowpack/actions" align="right">
<img src="https://github.com/pikapkg/snowpack/workflows/CI/badge.svg?event=push" alt="CI" />
<a href="https://github.com/snowpackjs/snowpack/actions" align="right">
<img src="https://github.com/snowpackjs/snowpack/workflows/CI/badge.svg?event=push" alt="CI" />
</a>

<h1>Snowpack</h1>
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-scripts-lit-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"access": "public"
},
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-scripts-lit-element#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-scripts-lit-element#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-scripts-lit-element"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-scripts-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"access": "public"
},
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-scripts-preact#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-scripts-preact#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-scripts-preact"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-scripts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"access": "public"
},
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-scripts-react#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-scripts-react#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-scripts-react"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-scripts-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"access": "public"
},
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-scripts-svelte#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-scripts-svelte#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-scripts-svelte"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-scripts-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.8.8",
"main": "snowpack.config.js",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-scripts-vue#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-scripts-vue#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-scripts-vue"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-11ty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will also see any lint errors in the console.
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!

**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/pikapkg/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.
**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.

### Q: What about Eject?

Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-11ty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Eleventy",
"version": "1.9.3",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-11ty#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-11ty#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-11ty"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will also see any lint errors in the console.
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!

**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/pikapkg/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.
**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.

### Q: What about Eject?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Typescript",
"version": "1.9.7",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-blank-typescript#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-blank-typescript#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-blank-typescript"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-blank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will also see any lint errors in the console.
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!

**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/pikapkg/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.
**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.

### Q: What about Eject?

Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Prettier",
"version": "1.6.19",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-blank#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-blank#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-blank"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with TypeScript and LitElement",
"version": "1.10.6",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-lit-element-typescript#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-lit-element-typescript#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-lit-element-typescript"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-lit-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with LitElement",
"version": "1.9.6",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-lit-element#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-lit-element#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-lit-element"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Preact and Typescript",
"version": "1.1.3",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-preact-typescript#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-preact-typescript#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-preact-typescript"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Preact",
"version": "1.11.3",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-preact#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-preact#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-preact"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with React and TypeScript",
"version": "1.14.2",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-react-typescript#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-react-typescript#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-react-typescript"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with React",
"version": "1.12.2",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-react#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-react#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-react"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See the section about running tests for more information.
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!

**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/pikapkg/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.
**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.

### Q: What about Eject?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Svelte and TypeScript",
"version": "1.11.3",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-svelte-typescript#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-svelte-typescript#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-svelte-typescript"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See the section about running tests for more information.
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!

**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/pikapkg/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.
**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.

### Q: What about Eject?

Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Svelte",
"version": "1.10.3",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-svelte#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-svelte#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-svelte"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-vue-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Vue and TypeScript",
"version": "1.10.6",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-vue-typescript#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-vue-typescript#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-vue-typescript"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A preconfigured template for Snowpack with Vue",
"version": "1.10.6",
"license": "MIT",
"homepage": "https://github.com/pikapkg/snowpack/tree/master/create-snowpack-app/app-template-vue#readme",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app/app-template-vue#readme",
"repository": {
"type": "git",
"url": "https://github.com/pikapkg/snowpack.git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-vue"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ npx create-snowpack-app new-dir --template @snowpack/app-template-NAME [--use-ya
- [svelte-tailwind](https://github.com/agneym/svelte-tailwind-snowpack) (Adds PostCSS and TailwindCSS using [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess))
- [snowpack-react-tailwind](https://github.com/mrkldshv/snowpack-react-tailwind) (React + Snowpack + Tailwindcss)
- [hyperapp-snowpack](https://github.com/bmartel/hyperapp-snowpack) (Hyperapp + Snowpack + TailwindCSS)
- [snowpack-vue-capacitor-2-demo](https://github.com/brodybits/snowpack-vue-capacitor-2-demo) Demo of Snowpack with Vue and [Capacitor mobile app framework](https://capacitorjs.com/) version 2, originally generated from `@snowpack/vue-template` template, see [discussion #905](https://github.com/pikapkg/snowpack/discussions/905)
- [snowpack-vue-capacitor-2-demo](https://github.com/brodybits/snowpack-vue-capacitor-2-demo) Demo of Snowpack with Vue and [Capacitor mobile app framework](https://capacitorjs.com/) version 2, originally generated from `@snowpack/vue-template` template, see [discussion #905](https://github.com/snowpackjs/snowpack/discussions/905)
- [snowpack-react-ssr](https://github.com/matthoffner/snowpack-react-ssr) (React + Server Side Rendering)
- PRs that add a link to this list are welcome!
2 changes: 1 addition & 1 deletion create-snowpack-app/cli/createSnowpackApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {copy, removeSync} = require('fs-extra');
const colors = require('kleur');

const errorAlert = `${colors.red('[ERROR]')}`;
const errorLink = `${colors.dim(colors.underline('https://github.com/pikapkg/snowpack'))}`;
const errorLink = `${colors.dim(colors.underline('https://github.com/snowpackjs/snowpack'))}`;

function logError(msg) {
console.error(`${errorAlert} ${msg} ${errorLink}`);
Expand Down
Loading

1 comment on commit eb17ae0

@vercel
Copy link

@vercel vercel bot commented on eb17ae0 Oct 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.