PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
23.46k stars 1.03k forks source link

chore: update github issue templates #3760

Closed steve-chavez closed 3 weeks ago

steve-chavez commented 3 weeks ago

Migrates to new github issues templates. Also adds a feature request template.

wolfgangwalther commented 3 weeks ago

Does that mean we can delete .github/ISSUE_TEMPLATE.md now?

wolfgangwalther commented 3 weeks ago

Ah no, it seems this is still used for the small link to create a "blank" issue.

steve-chavez commented 3 weeks ago

Does that mean we can delete .github/ISSUE_TEMPLATE.md now?

Yes, looks like we can remove it by setting blank_issues_enabled to false.

https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser

steve-chavez commented 2 weeks ago

Done on https://github.com/PostgREST/postgrest/commit/2564b323d76b44051980c139e2667f9b511c7933.