Re: An improved README experience for PostgreSQL
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>,
Alvaro Herrera <alvherre@alvh.no-ip.org>,
Andrew Atkinson <andyatkinson@gmail.com>,
"David E. Wheeler" <david@justatheory.com>,
Joe Conway <mail@joeconway.com>, Daniel Gustafsson <daniel@yesql.se>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Samay Sharma <samay@tembo.io>, andres@anarazel.de
Date: 2024-07-02T18:15:09Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md.
- dec9d4acdb7d 18.0 landed
-
Revise the style of a paragraph in README.md.
- 84d80663199b 17.0 landed
-
Convert README to Markdown.
- 363eb059966d 17.0 landed
Nathan Bossart <nathandbossart@gmail.com> writes: > We could also add a GOVERNANCE.md file that points to the new > https://www.postgresql.org/about/governance/ page, but I couldn't find > where that gets displayed on GitHub, so AFAICT it would just be buried in > .github/. Not much point then. IMV this subdirectory is just there to provide things that GitHub displays specially. regards, tom lane