gitpod-io / contribute.dev

A list of cool open-source projects that you can contribute to with one click
https://contribute.dev
MIT License
79 stars 22 forks source link

Please add https://github.com/strawberry-graphql/strawberry #155

Open patrick91 opened 2 years ago

patrick91 commented 2 years ago

Is your project's development setup fully automated? How to use it?

Not yet, but as long as you have poetry installed you can get up and running fast :)

Why is your project interesting/exciting to contribute to?

Strawberry is a library for creating GraphQL APIs using Python and type hints. The developer experience is quite nice and the community around it is very friendly.

Does your project have an active community?

We use discord for our community: https://strawberry.rocks/discord

Does your project have basic newcomer onboarding docs? (e.g. CONTRIBUTING.md, good-first-issues...)

https://github.com/strawberry-graphql/strawberry/blob/main/CONTRIBUTING.md

nisarhassan12 commented 2 years ago

Hi. @patrick91 Thanks for the issue.

The project setup is automated with Gitpod is a requirement for the project to be listed here. I have made this PR https://github.com/strawberry-graphql/strawberry/pull/1346 to do that. The setup does not work properly there are some errors when I do poetry install in Gitpod I'm not a Python person would be great if you can look into those.