[FIX] CONTRIBUTING.md: update template link to V16

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:

closes odoo/odoo#103207

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
16.0
Yenthe666 2022-10-14 12:05:17 +00:00
parent 3eebe6e134
commit 301431dad7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ TL;DR
* If you [make a pull request](https://github.com/odoo/odoo/wiki/Contributing#making-pull-requests),
do not create an issue! Use the PR description for that
* Issues are handled with a much lower priority than pull requests
* Use this [template](https://github.com/odoo/odoo/tree/15.0/.github/ISSUE_TEMPLATE.md)
* Use this [template](https://github.com/odoo/odoo/tree/16.0/.github/ISSUE_TEMPLATE.md)
when reporting issues. Please search for duplicates first!
* Pull requests must be made against the [correct version](https://github.com/odoo/odoo/wiki/Contributing#against-which-version-should-i-submit-a-patch)
* There are restrictions on the kind of [changes allowed in stable series](https://github.com/odoo/odoo/wiki/Contributing#what-does-stable-mean)