diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 149b4ed..ee2b026 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -6,7 +6,7 @@ - Follow Dokuwiki coding conventions: https://www.dokuwiki.org/devel - Do not use `phpunit` There are missing dependencies that make it fail. - Use `php -l ` to check for syntax errors. -- Consider The official documentation for writing dokuwiki plugins: https://www.dokuwiki.org/devel:plugins +- Before making any changes ALWAY consider the official documentation on template development: https://www.dokuwiki.org/devel:templates - Whenever necessary, update the README file to reflect new features or changes.