Skip to content

Commit 792ed84

Browse files
committed
Add "looking for contributors" section
1 parent 8a0c549 commit 792ed84

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug
3-
about: Report a bug
3+
about: Have you found and confirmed a bug? Report it here.
44
title: ''
55
labels: bug
66
assignees: ''

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Feature
3-
about: Suggest an idea
3+
about: Suggest an idea for a new feature.
44
title: ''
5-
labels: feature
5+
labels: enhancement
66
assignees: ''
77
---
88

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ GraphQL Java Tools works well if you already have domain POJOs that hold your da
1010

1111
GraphQL Java Tools aims for seamless integration with Java, but works for any JVM language. Try it with Kotlin!
1212

13+
## We are looking for contributors!
14+
15+
Are you interested in improving our documentation, improving the codebase, reviewing PRs?
16+
17+
[Reach out to us on Spectrum](https://spectrum.chat/graphql-java-kick/tools) and join the team!
1318

1419
## Quick start
1520

0 commit comments

Comments
 (0)