diff options
| author | Alessandro Fael Garcia <alessfg@hotmail.com> | 2025-06-10 16:14:53 +0200 |
|---|---|---|
| committer | Sergey Kandaurov <s.kandaurov@f5.com> | 2025-12-04 19:08:14 +0400 |
| commit | 367113670ecda664074926e1ceb66fcef03972d1 (patch) | |
| tree | 108901f7f93bd2fc6f9c9793dcba5e36bf6da03c /.github/pull_request_template.md | |
| parent | ab4f5b2d32c1f621ebdf5816a34b568015b98c63 (diff) | |
| download | nginx-367113670ecda664074926e1ceb66fcef03972d1.tar.gz nginx-367113670ecda664074926e1ceb66fcef03972d1.tar.bz2 | |
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.
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 14ac4639b..1e7e0a9d7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,10 @@ ### Proposed changes -Describe the use case and detail of the change. +Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue using one of the [supported keywords](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue) in this PR's description or commit message. -If this pull request addresses an issue on GitHub, make sure to reference that -issue using one of the -[supported keywords](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue). +### Checklist -Before creating a pull request, make sure to comply with the -[Contributing Guidelines](https://github.com/nginx/nginx/blob/master/CONTRIBUTING.md). +Before creating a PR, run through this checklist and mark each as complete: + +- [ ] I have read the [contributing guidelines](/CONTRIBUTING.md). +- [ ] I have checked that NGINX compiles and runs after adding my changes. |
