[ADD] contribution files and image removed at 2ad092b
authorMartin Trigaux <mat@openerp.com>
Thu, 2 Oct 2014 10:05:32 +0000 (12:05 +0200)
committerMartin Trigaux <mat@openerp.com>
Thu, 2 Oct 2014 10:05:32 +0000 (12:05 +0200)
CONTRIBUTING.md
doc/_static/issue_template.md [new file with mode: 0644]
doc/_static/pull-request-version.png [new file with mode: 0644]

index d26e355..cec21e6 100644 (file)
@@ -5,6 +5,6 @@ Contributing to Odoo
 
 TL;DR
 
-* Use this [template](https://raw.githubusercontent.com/odoo/odoo/master/doc/_templates/issue_template.md) when reporting issues, and please search for duplicates first!
+* Use this [template](https://raw.githubusercontent.com/odoo/odoo/master/doc/_static/issue_template.md) when reporting issues, and 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)
diff --git a/doc/_static/issue_template.md b/doc/_static/issue_template.md
new file mode 100644 (file)
index 0000000..7ede783
--- /dev/null
@@ -0,0 +1,19 @@
+Short description of the issue
+
+***Impacted versions:***
+
+ -
+
+***Steps to reproduce:***
+
+ 1. 
+ 2. 
+ 3. 
+
+***Current behavior:***
+
+ - 
+
+***Expected behavior:***
+
+ - 
diff --git a/doc/_static/pull-request-version.png b/doc/_static/pull-request-version.png
new file mode 100644 (file)
index 0000000..dd45388
Binary files /dev/null and b/doc/_static/pull-request-version.png differ