Skip to content

Commit 6453d5f

Browse files
committed
Update README.md
1 parent db62ce1 commit 6453d5f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Question
4+
url: https://spectrum.chat/graphql-java-kick
5+
about: Anything you are not sure about? Ask the community on Spectrum!

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
# GraphQL Java Servlet
12
[![Build Status](https://github.com/graphql-java-kickstart/graphql-java-servlet/workflows/Publish%20snapshot/badge.svg)](https://github.com/graphql-java-kickstart/graphql-java-servlet/actions?query=workflow%3A%22Publish+snapshot%22)
23
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-servlet/badge.svg?service=github)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-servlet)
3-
[![Chat on Slack](https://img.shields.io/badge/slack-join%20chat-informational)](https://graphqljavakickstart.slack.com)
4+
[![Chat on Spectrum](https://img.shields.io/badge/spectrum-join%20the%20community-%23800080)](https://spectrum.chat/graphql-java-kick)
45

5-
# GraphQL Servlet
6+
## We are looking for contributors!
7+
Are you interested in improving our documentation, working on the codebase, reviewing PRs?
68

9+
[Reach out to us on Spectrum](https://spectrum.chat/graphql-java-kick) and join the team!
10+
11+
## Overview
712
Implementation of GraphQL Java Servlet including support for Relay.js, Apollo and OSGi out of the box.
813
This project wraps the Java implementation of GraphQL provided by [GraphQL Java](https://www.graphql-java.com).
914
See [GraphQL Java documentation](https://www.graphql-java.com/documentation/latest/) for more in depth details

0 commit comments

Comments
 (0)