Commit Graph

13 Commits

Author SHA1 Message Date
Jelle Zijlstra ecb0742e7f Add Brian Schubert to maintainers (#14498) 2025-07-30 12:12:11 -04:00
Sebastian Rittau 3890289a21 Sample text for closing future stdlib PRs (#13697) 2025-03-27 17:46:51 +01:00
Sebastian Rittau 5bb9409e22 Clarify that direct pushes are not allowed
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-03-21 16:26:46 +01:00
Sebastian Rittau 10913cff2c Move maintainer guidelines to MAINTAINERS document
The guidelines are unchanged, apart from linking back to the
CONTRIBUTING document and introducting section headers.

This serves multiple purposes:

* The maintainer guidelines are easier to find for maintainers.
* The CONTRIBUTING document needs fewer changes, meaning fewer
  "guideline changed" warnings for contributors.
* The – already very long – CONTRIBUTING document is shorter,
  and doesn't contain information irrelevant for regular contributors.
2025-03-21 16:26:46 +01:00
Sebastian Rittau 9d6d79c83c typing-sig is no more, it's bereft of life, it's an ex-list (#11081)
It's not pining for the fjords anymore
2023-11-28 22:09:13 +00:00
Alex Waygood 21a0104f0d maintainers += Avasam (#11080) 2023-11-28 17:03:28 -05:00
Jelle Zijlstra 7ca7b0c659 Add Nikita Sobolev to maintainers (#9351) 2022-12-11 09:43:59 +03:00
Sebastian Rittau ba8ea2c911 Move Rune Tynan to former maintainers (#8306) 2022-07-15 22:13:27 +02:00
Sebastian Rittau 50107e6e2b 'Inactive' -> 'former' consistently (#7512) 2022-03-18 06:01:04 -07:00
Sebastian Rittau 6df2274a41 Inactive maintainers policy (#7467)
Closes: #7449
2022-03-09 19:28:05 +01:00
Alex Waygood 626ccdaee2 Add @AlexWaygood as a maintainer (#7450) 2022-03-07 15:08:19 +00:00
Jelle Zijlstra 33bdde6ec4 Update maintainers list (#5430)
I removed a few people who have not been active in the typing area for a long time, and added @rchen152 who is active on the repo and has commit rights. There are a few other people who have access to the repo but are not active. Listing them here does not seem useful.
2021-05-12 17:16:09 -07:00
Sebastian Rittau b1577ad1cb Rework README and CONTRIBUTING (#5429)
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
2021-05-12 16:25:47 -07:00