details: https://github.com/nginx/nginx/commit/98425cd4c9e3d27f714bd1e250f85747b70b5926 branches: templates commit: 98425cd4c9e3d27f714bd1e250f85747b70b5926 user: Maryna Herasimovich <m.herasimov...@f5.com> date: Thu, 29 Aug 2024 13:06:48 -0700 description: Added GitHub templates.
--- .github/ISSUE_TEMPLATE/bug_report.md | 42 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++ .github/pull_request_template.md | 13 ++++++++++ 3 files changed, 78 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..db117528c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: "" +assignees: "" +--- + +### Describe the bug + +Please describe the bug in full detail and include all of the conditions that caused it, including the relevant part of the configuration as well. +It would substantially reduce the time and effort to understand and resolve the bug. + +### To reproduce + +Steps to reproduce the behavior: + +1. Deploy this project using [...] +2. View output/logs/configuration on [...] +3. See error + +### Expected behavior + +A clear and concise description of what you expected to happen. + +### Your environment + +1. Version of this project or specific commit +<!-- - Version of any relevant project languages --> +2. Target deployment platform + +Include the result of the following commands: +- nginx -V +- uname -a + +### Additional context + +Add any other context about the problem here. + +### Sensitive Information + +Remember to redact any sensitive information such as authentication credentials or license keys. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..a0b4c03f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: "" +assignees: "" +--- + +### Is your feature request related to a problem? Please describe + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +### Describe the solution you'd like + +A clear and concise description of what you want to happen. + +### Describe alternatives you've considered + +A clear and concise description of any alternative solutions or features you've considered. + +### Additional context + +Add any other context or screenshots about the feature request here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..338e54dd3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Proposed changes + +Describe the use case, issue 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) here in this description (not +in the title of the PR). + +### Checklist + +Before creating a PR, run through this checklist and mark each as complete: +- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginx/nginx/blob/master/CONTRIBUTING.md) document +- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works +- [ ] If applicable, I have checked that any relevant tests pass after adding my changes _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel