Skip to content

Commit

Permalink
[IMP] pr_template: match template with commit format
Browse files Browse the repository at this point in the history
With the introduction of npm releases we decided to put the relation to
the odoo task with the format "Task: xxxxx". This changes the PR template
to match this format.

closes #2661

Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
  • Loading branch information
hokolomopo committed Jul 6, 2023
1 parent 40ae7eb commit c9e6ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

description of this task, what is implemented and why it is implemented that way.

Odoo task ID : [TASK_ID](https://www.odoo.com/web#id=TASK_ID&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720)
Task: : [TASK_ID](https://www.odoo.com/web#id=TASK_ID&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720)

## review checklist

Expand Down

0 comments on commit c9e6ec9

Please sign in to comment.