From 051d6cbf8dd0766f777b30bc174e594d0685d8fa Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 18 Mar 2019 18:14:37 +0100 Subject: [PATCH] [skip travis] update readme and issue template --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 16 ---------------- README.md | 10 +++++++++- 3 files changed, 22 insertions(+), 17 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..6bc7ddf --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ + +This issue tracker is only for issues related to WordOps. +Please use for support questions. + +If you feel the issue is a WordOps specific issue, please attach the output of the following commands. + +System Information + +- [ ] lsb_release -a +- [ ] wo info +- [ ] nginx -V +- [ ] wo -v +- [ ] wp --allow-root info diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 3f0d1d2..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve WordOps -title: "[BUG]" -labels: bug -assignees: '' - ---- - -Please attach the output of the following commands with your report - -System Information -- [ ] lsb_release -a -- [ ] wo info -- [ ] wo -v -- [ ] wp --allow-root info diff --git a/README.md b/README.md index c7a9a36..39cbdf9 100644 --- a/README.md +++ b/README.md @@ -135,12 +135,20 @@ wo site create sub.example.com --wp --letsencrypt=subdomain # install wordpress wo update ``` +## Support + +If you feel there is a bug directly related to WordOps, feel free to open an issue. +For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.io/). + +# Contributing + +If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. + ## Credits - Main source : [EasyEngine](https://github.com/easyengine/easyengine) - Acme client : [Acme.sh](https://github.com/Neilpang/acme.sh) - ## License - [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.org)