diff --git a/.github/ISSUE_TEMPLATE/general_issue.md b/.github/ISSUE_TEMPLATE/general_issue.md deleted file mode 100644 index 3d20442ed..000000000 --- a/.github/ISSUE_TEMPLATE/general_issue.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: General issue -about: An issue that is not a bug - please use the discussions instead! Thanks! ---- - - diff --git a/docs/Appendix/Contribute.md b/docs/Appendix/Contribute.md index b81228f2f..1bae31147 100644 --- a/docs/Appendix/Contribute.md +++ b/docs/Appendix/Contribute.md @@ -60,6 +60,7 @@ You want to contribute code to fix something or add a feature? Hey that's cool! ## Documentation The documentation is a work in progress - any suggestion and contribution is very welcome! +If you have an addition or correction, feel fre to open a [documentation issue](https://github.com/chillerlan/php-qrcode/issues/new?assignees=&labels=docs&projects=&template=documentation.md&title=%5BDOCS%5D). The API documentation is auto generated with [phpDocumentor](https://www.phpdoc.org/) from the docblocks [in the PHP sources](https://github.com/chillerlan/php-qrcode/tree/main/src).