[skip travis] update readme and issue template
This commit is contained in:
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
This issue tracker is only for issues related to WordOps.
|
||||||
|
Please use <https://community.wordops.io> 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
|
||||||
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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
|
|
||||||
10
README.md
10
README.md
@@ -135,12 +135,20 @@ wo site create sub.example.com --wp --letsencrypt=subdomain # install wordpress
|
|||||||
wo update
|
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
|
## Credits
|
||||||
|
|
||||||
- Main source : [EasyEngine](https://github.com/easyengine/easyengine)
|
- Main source : [EasyEngine](https://github.com/easyengine/easyengine)
|
||||||
- Acme client : [Acme.sh](https://github.com/Neilpang/acme.sh)
|
- Acme client : [Acme.sh](https://github.com/Neilpang/acme.sh)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.org)
|
- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.org)
|
||||||
|
|||||||
Reference in New Issue
Block a user