]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commit
Update GitHub templates and markdown files.
authorAlessandro Fael Garcia <alessfg@hotmail.com>
Tue, 10 Jun 2025 14:14:53 +0000 (16:14 +0200)
committerSergey Kandaurov <s.kandaurov@f5.com>
Thu, 4 Dec 2025 15:08:14 +0000 (19:08 +0400)
commit367113670ecda664074926e1ceb66fcef03972d1
tree108901f7f93bd2fc6f9c9793dcba5e36bf6da03c
parentab4f5b2d32c1f621ebdf5816a34b568015b98c63
Update GitHub templates and markdown files.

- Issue templates are replaced with forms.  Forms allow to explicitly ask
  for certain info before an issue is opened, they can be programmatically
  queried via GH actions to get the data in fields.

- Added language around GH discussions vs the forum in the issue forms.

- Added GH discussions templates.  These templates delineate which types
  of discussions belong on GitHub vs the community forum.

- Created SUPPORT.md to delineate which types of topics belong on GitHub
  vs different support channels (community forum/docs/commercial support).

- Updated CONTRIBUTING.md:
  - Removed text that belongs in SUPPORT.md.
  - Added F5 CLA clarifying text.

- Added badges to README.md.  Most of these are there to make information
  even clearer, moreso for users reading README.md from sources outside
  GitHub.
12 files changed:
.github/DISCUSSION_TEMPLATE/general.yml [new file with mode: 0644]
.github/DISCUSSION_TEMPLATE/ideas.yml [new file with mode: 0644]
.github/DISCUSSION_TEMPLATE/q-a.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [deleted file]
.github/ISSUE_TEMPLATE/bug_report.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [deleted file]
.github/ISSUE_TEMPLATE/feature_request.yml [new file with mode: 0644]
.github/pull_request_template.md
CONTRIBUTING.md
README.md
SUPPORT.md [new file with mode: 0644]