You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to add information about the new supported METADATA fields, but I was a bit unsure on where to add them. We have a certain duplication between README and CONTRIBUTING. For example, the directory structure and the VERSIONS file is described in both files.
My suggestion: Move the sections "Directory structure" and "Running the tests" into CONTRIBUTING. Split "Directory structure" into "Stubs for the Python Standard Library" and "Stubs for Third-party Library" and partly merge the "Stub versioning" section into those sections. Then we can description VERSIONS in the stdlib section and METADATA in the third-party section. README will be kept fairly short, and everything to do with development is in CONTRIBUTING.
The text was updated successfully, but these errors were encountered:
Sounds good, I'd also prefer to keep README short. Thanks for bringing this up! We could even add a third file (say SPECIFICATION.md) for the exhaustive detail on things like METADATA and VERSIONS, which isn't relevant to most contributors.
This shuffles sections around between README.md and CONTRIBUTING.md. CONTRIBUTING now contains information pertaining to opening PRs, README all other information. I have also moved the list of maintainers to a separate file.
I have kept most information intact for now, with two main exceptions:
I removed duplicated information.
For brevity's sake, I trimmed some explanations from the section about version checks.
I have restructured the CONTRIBUTING file to follow the order of the introductory "contribution process at a glance" section. This now serves as a bit of a table of contents.
Closes: #5422
I just wanted to add information about the new supported
METADATA
fields, but I was a bit unsure on where to add them. We have a certain duplication betweenREADME
andCONTRIBUTING
. For example, the directory structure and theVERSIONS
file is described in both files.My suggestion: Move the sections "Directory structure" and "Running the tests" into
CONTRIBUTING
. Split "Directory structure" into "Stubs for the Python Standard Library" and "Stubs for Third-party Library" and partly merge the "Stub versioning" section into those sections. Then we can descriptionVERSIONS
in the stdlib section andMETADATA
in the third-party section. README will be kept fairly short, and everything to do with development is inCONTRIBUTING
.The text was updated successfully, but these errors were encountered: