From 301431dad753117bdd1bfcae59617f10df3e0f38 Mon Sep 17 00:00:00 2001 From: Yenthe666 <yenthevg@gmail.com> Date: Fri, 14 Oct 2022 12:05:17 +0000 Subject: [PATCH] [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> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be1134e0a969..00037a98f86a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) -- GitLab