Skip to content

Commit e701e56

Browse files
mart-eodony
authored andcommitted
[ADD] Github template files for issues and PR
1 parent ed507e0 commit e701e56

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.github/ISSUE_TEMPLATE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Impacted versions:
2+
3+
Steps to reproduce:
4+
5+
Current behavior:
6+
7+
Expected behavior:
8+
9+
Video/Screenshot link (optional):
10+

.github/PULL_REQUEST_TEMPLATE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Description of the issue/feature this PR addresses:
2+
3+
Current behavior before PR:
4+
5+
Desired behavior after PR is merged:
6+
7+
8+
--
9+
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

CONTRIBUTING.md

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

0 commit comments

Comments
 (0)