From 2223edb87dc5bb356e1c06badcd329713f3c228b Mon Sep 17 00:00:00 2001 From: spacewander Date: Tue, 25 Jul 2017 19:41:23 +0800 Subject: [PATCH] misc: added templates for issue and pull request. Signed-off-by: Yichun Zhang (agentzh) --- .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 2 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4f98641 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +This place is for bug reports and development discussions only. For general questions and +discussions, please join the openresty-en mailing list instead: https://groups.google.com/group/openresty-en. +If you want to use Chinese, please join the openresty (Chinese) mailing list instead: https://groups.google.com/group/openresty. +Do not use Chinese in this place. + +Before you open a new issue, please search the internet and make sure it is not duplicate. + +Ensure you have provided the following details while reporting a problem: + +- [ ] The exact version of the related software, including but not limited to the OpenResty version +(if any), the NGINX core version, the `ngx_lua` module version(via `openresty -V` or `nginx -V`), +and your operating system version(via `uname -a`). +- [ ] **A minimal and standalone test case** that others can easily run on their side and +reproduce the issue you are seeing. +- [ ] Do not simply say "something is broken" or "something does not work". Always provide +as much details as possible. Always describe **the symptoms and your expected results**. + +You can (temporarily) enable the nginx debugging logs to see the internal workings +of NGINX in your nginx''s `error.log` file. See http://nginx.org/en/docs/debugging_log.html +The same instructions apply equally well to OpenResty. + +If you are seeing crashes, please provide the full backtrace for the crash. See +https://www.nginx.com/resources/wiki/start/topics/tutorials/debugging/#core-dump +for more details. + +Thanks for your cooperation. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..34e39f1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ +I hereby granted the copyright of the changes in this pull request +to the authors of this openresty project.