-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
I've conducted a small survey amongst my colleagues about what they would like to be improved in pydantic as a github project. Many of them said that an almost blank README.rst make them think the package is not really alive. I think it's a good point. As many developers use GitHub as a kind of social network, checking for projects people they follow like or star, we need a quick introduction to what pydantic is. I know it's already in the documentation. But saving people a few mouse clicks may make a difference.
README.rst should not copy or extend a great documentation we already have. Instead it should tell GitHub users (i.e. developers) the most essential things about pydantic in a concise manner.
I'd suggest the following structure:
- Intro (what's pydantic)
- Installation (pip)
- A Simple Example (a first example from the docs)
- Contributing (link to contributing section in the docs)
- Links
- Documentation
- License
- Releases in the CheeseShop
- Source code (GitHub link)
- Issue tracker (GitHub Issues)
- Test status
- Test coverage