graphql-engine/community/README.md
Praveen Durairaj 68332fac54 community: move learn to a different repo (#2930)
* remove learn, update readme
2019-09-26 10:09:20 +05:30

22 lines
1.5 KiB
Markdown

# Community
This directory contains community-contributed code and content that supplements Hasura GraphQL Engine. It includes several example applications built using GraphQL Engine to demonstrate its features, several boilerplates for users to get started with auth webhooks, triggers, etc. and some community tooling around the Engine.
The following categories of community content can be found in their respective sub-folders:
- [Boilerplates](boilerplates)
- [Sample Apps](sample-apps)
- [Tools](tools)
Details on how to deploy and/or modify the code is specified in various READMEs.
## Contributing guidelines
Issues in the repo for community content are labelled as `c/community` (see [list](https://github.com/hasura/graphql-engine/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Ac%2Fcommunity)). Additionally, some of these issues may also be labelled as `help wanted`, indicating a request for community contributions on priority (see [list](https://github.com/hasura/graphql-engine/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Ac%2Fcommunity+label%3A%22help+wanted%22)).
Please feel free to open pull requests to address these issues or to add more content here, even if a corresponding issue doesn't exist. If you are unsure about whether to go ahead and work on something like the latter, please get in touch with the maintainers in the `GraphQL Engine`->`contrib` channel in the community [Discord](https://discord.gg/vBPpJkS).
## License
All contents of this directory are under [MIT License](../LICENSE-community).