Problem
The Documentation Feedback contact link in .github/ISSUE_TEMPLATE/config.yml currently points to:
https://github.com/odoo/documentation/issue
That URL returns a 404.
Expected behavior
The contact link should point contributors to the documentation repository issue creation page.
A working destination is:
https://github.com/odoo/documentation/issues/new
Why this matters
When contributors click Documentation Feedback from the issue creation dialog in odoo/odoo, they are sent to a broken page instead of the documentation repository.
This makes it harder to report documentation issues and creates unnecessary friction for contributors.
Proposed fix
Update .github/ISSUE_TEMPLATE/config.yml to replace the broken URL with:
https://github.com/odoo/documentation/issues/new
Problem
The
Documentation Feedbackcontact link in.github/ISSUE_TEMPLATE/config.ymlcurrently points to:https://github.com/odoo/documentation/issueThat URL returns a 404.
Expected behavior
The contact link should point contributors to the documentation repository issue creation page.
A working destination is:
https://github.com/odoo/documentation/issues/newWhy this matters
When contributors click
Documentation Feedbackfrom the issue creation dialog inodoo/odoo, they are sent to a broken page instead of the documentation repository.This makes it harder to report documentation issues and creates unnecessary friction for contributors.
Proposed fix
Update
.github/ISSUE_TEMPLATE/config.ymlto replace the broken URL with:https://github.com/odoo/documentation/issues/new