Skip to content

Commit 385a551

Browse files
authored
Prepare for GSoC application (#43)
Signed-off-by: Brian Warner <[email protected]>
1 parent 4821f9c commit 385a551

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

mentorship/2021/gsoc/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# GraphQL / Google Summer of Code 2021
22

3-
The [GraphQL Foundation](https://foundation.graphql.org) is considering applying to be a mentor for the [2021 Google Summer of Code.](https://summerofcode.withgoogle.com/) We encourage the GraphQL community to propose projects prior to the project application deadline on February 19th, 2021. *Please complete your proposals by February 12th so we have time to review, merge, and submit them.*
3+
[GraphQL](https://graphql.org) is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
4+
5+
The [GraphQL Foundation](https://foundation.graphql.org) is applying to be a mentor for the [2021 Google Summer of Code](https://summerofcode.withgoogle.com/)!
6+
7+
<!--We encourage the GraphQL community to propose projects prior to the project application deadline on February 19th, 2021. *Please complete your proposals by February 12th so we have time to review, merge, and submit them.*
48
59
We encourage you to be creative when submitting proposals for GSoC! All ideas will be considered. If you are familiar with GraphQL and have an idea which isn't on the list, please feel free to submit it as a proposal.
610
@@ -32,9 +36,11 @@ As you develop ideas, please add them using this template:
3236
* ...
3337
```
3438
35-
Good luck! If you have questions, please reach out to [[email protected]](mailto:[email protected]). You can also find us and ask questions to the mentors in the [#gsoc](https://graphql.slack.com/archives/CUB2DBYTF) channel on the [GraphQL Slack](https://graphql.slack.com). ([get an invite](https://slack-invite.graphql.org))
39+
Good luck!-->
40+
41+
If you have questions, please reach out to [[email protected]](mailto:[email protected]). You can also find us and ask questions to the mentors in the [#gsoc](https://graphql.slack.com/archives/CUB2DBYTF) channel on the [GraphQL Slack](https://graphql.slack.com). ([get an invite](https://slack-invite.graphql.org))
3642

37-
### Make queries/SDL outputed by `graphql-js` compatible with `prettier` (Hard)
43+
### 1. Make queries/SDL outputed by `graphql-js` compatible with `prettier` (Hard)
3844

3945
**Make GraphQL.js's print/printSchema functions format their output in way that is prettier compatible**
4046

@@ -60,7 +66,7 @@ Also since prettier already using our `parse` function, as part of this project,
6066

6167
* [IvanGoncharov](https://github.com/IvanGoncharov)
6268

63-
### Integrate `graphql-relay-js` into `graphql-js`(Medium)
69+
### 2. Integrate `graphql-relay-js` into `graphql-js`(Medium)
6470

6571
**Move source code from `graphql-relay-js` into `graphql-js` repo to ease maintanance burden**
6672

0 commit comments

Comments
 (0)