chore: add contact information

This commit is contained in:
Thomas Allmer
2018-12-23 00:21:10 +01:00
parent dbedfccdd6
commit fb1b2485e6
3 changed files with 23 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
> open-wc is still in an early stage - pls review our recommendations and test our tools! we are eager to get feedback
# Open Web Component Recommendations
We want to provide a good set of default on how to facilitate your web component.
[![CircleCI](https://circleci.com/gh/open-wc/open-wc.svg?style=shield)](https://circleci.com/gh/open-wc/open-wc)
@@ -18,14 +17,22 @@ npx -p yo -p generator-open-wc -c 'yo open-wc:vanilla'
```
## Homepage
For all further details pls visit [open-wc.org](https://www.open-wc.org).
## Contact
The easiest is probably to create [a github issue](https://github.com/open-wc/open-wc/issues/new).
Don't be afraid to use it for questions as well.
Also we usually hang out on [polymer.slack.com in the #open-wc channel](https://polymer.slack.com/messages/CE6D9DN05) if you wanna chat.
You can join polymers slack by visiting [this link](https://join.slack.com/t/polymer/shared_invite/enQtNTAzNzg3NjU4ODM4LTkzZGVlOGIxMmNiMjMzZDM1YzYyMzdiYTk0YjQyOWZhZTMwN2RlNjM5ZDFmZjMxZWRjMWViMDA1MjNiYWFhZWM).
## We proudly use
<a href="http://browserstack.com/" style="border: none;"><img src="https://github.com/open-wc/open-wc/blob/master/assets/images/Browserstack-logo.svg" width="200" alt="Browserstack Logo" /></a>
## Working on it
## Working on it
```bash
# bootstrap/setup
npm run bootstrap

View File

@@ -22,8 +22,13 @@ module.exports = {
'/recommendations/automate',
'/recommendations/generator',
'/help/js',
'/contact/',
],
nav: [
{ text: 'Home', link: '/' },
{ text: 'Guide', link: '/guide/' },
{ text: 'Contact', link: '/contact/' },
],
nav: [{ text: 'Home', link: '/' }, { text: 'Guide', link: '/guide/' }],
repo: 'open-wc/open-wc',
docsDir: 'docs',
editLinks: true,

7
docs/contact/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Contact
The easiest is probably to create [a github issue](https://github.com/open-wc/open-wc/issues/new).
Don't be afraid to use it for questions as well.
Also we usually hang out on [polymer.slack.com in the #open-wc channel](https://polymer.slack.com/messages/CE6D9DN05) if you wanna chat.
You can join polymers slack by visiting [this link](https://join.slack.com/t/polymer/shared_invite/enQtNTAzNzg3NjU4ODM4LTkzZGVlOGIxMmNiMjMzZDM1YzYyMzdiYTk0YjQyOWZhZTMwN2RlNjM5ZDFmZjMxZWRjMWViMDA1MjNiYWFhZWM).