From e7d9c7d140f8061d4c5f10ff31e514d4be127189 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Tue, 6 Apr 2021 12:29:28 -0700 Subject: [PATCH] update repo to match official open source guidelines --- LICENSE | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 0b55206..da7185e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 Khan Academy +Copyright (c) 2020-2021 Khan Academy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 469f9bc..1fe5239 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # genqlient: a truly type-safe Go GraphQL client -This is a proof-of-concept of using code-generation to create a truly type-safe GraphQL client in Go. It is certainly not ready for production use! +This is a proof-of-concept of using code-generation to create a truly type-safe GraphQL client in Go. It is certainly not ready for production use nor or contributions (see [below](#development)). ## Why another GraphQL client? @@ -74,7 +74,9 @@ TODO: document generated types further, especially when they become customizable ## Development -If you'd like to contribute to genqlient, welcome! The library is still in a somewhat rough state, so please contact us (via an issue or email) before sending a PR. We'll be ready for the rest of the world soon! +genqlient is not yet accepting contributions. The library is still in a very rough state, so while we intend to accept contributions in the future, we're not ready for them just yet. Please contact us (via an issue or email) if you are interested in helping out, but please be aware the answer may be that we aren't ready for your help yet, even if such help will be greatly useful once we are! We'll be ready for the rest of the world soon. + +Khan Academy is a non-profit organization with a mission to provide a free, world-class education to anyone, anywhere. If you're looking for other ways to help us, You can help us in that mission by [donating](https://khanacademy.org/donate) or looking at [career opportunities](https://khanacademy.org/careers). ### Tests