|
@@ -0,0 +1,18 @@
|
|
1
|
+# Contributing to Oscar
|
|
2
|
+
|
|
3
|
+Thank you for considering to help Oscar!
|
|
4
|
+
|
|
5
|
+We welcome all support, whether on bug reports, code, design, reviews, tests,
|
|
6
|
+documentation, translations or just feature requests.
|
|
7
|
+
|
|
8
|
+## Using the issue tracker
|
|
9
|
+
|
|
10
|
+The [issue tracker](https://github.com/django-oscar/django-oscar/issues) is
|
|
11
|
+the preferred channel for bug reports, feature requests and
|
|
12
|
+submitting pull requests.
|
|
13
|
+
|
|
14
|
+Please *don't use the issue tracker for support* - use [the 'django-oscar' tag on Stack Overflow](http://stackoverflow.com/questions/tagged/django-oscar) (preferred) or our [mailing list](https://groups.google.com/forum/#!forum/django-oscar).
|
|
15
|
+
|
|
16
|
+## Translations
|
|
17
|
+
|
|
18
|
+Please submit any new or improved translations through [Transifex](https://www.transifex.com/projects/p/django-oscar/).
|