Skip to content

Commit f6e88df

Browse files
committed
Merge branch 'master' into jquery-ui
2 parents ac88c19 + ce12029 commit f6e88df

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

CONTRIBUTING.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Issue Guidelines
2+
3+
The issues tracker should only be used for **bugs** or **feature requests**.
4+
5+
Please post **support requests** and **general discussions** about this project to the [support forum](https://groups.google.com/d/forum/jquery-fileupload).
6+
7+
## Bugs
8+
9+
Please follow these guidelines before reporting a bug:
10+
11+
1. **Update to the latest version** — Check if you can reproduce the issue with the latest version from the `master` branch.
12+
13+
2. **Use the GitHub issue search** — check if the issue has already been reported. If it has been, please comment on the existing issue.
14+
15+
3. **Isolate the demonstrable problem** — Try to reproduce the problem with the [Demo](http://blueimp.github.com/jQuery-File-Upload/) or with a reduced test case that includes the least amount of code necessary to reproduce the problem.
16+
17+
4. **Provide a means to reproduce the problem** — Please provide as much details as possible, e.g. server information, browser and operating system versions, steps to reproduce the problem. If possible, provide a link to your reduced test case, e.g. via [JSFiddle](http://jsfiddle.net/).
18+
19+
20+
## Feature requests
21+
22+
Please follow the bug guidelines above for feature requests, i.e. update to the latest version and search for exising issues before posting a new request.
23+
24+
Generally, feature requests might be accepted if the implementation would benefit a broader use case or the project could be considered incomplete without that feature.
25+
26+
If you need help integrating this project into another framework, please post your request to the [support forum](https://groups.google.com/d/forum/jquery-fileupload).
27+
28+
## Pull requests
29+
30+
[Pull requests](https://help.github.com/articles/using-pull-requests) are welcome and the preferred way of accepting code contributions.
31+
32+
However, if you add a server-side upload handler implementation for another framework, please continue to maintain this version in your own fork without sending a pull request. You are welcome to add a link and possibly documentation about your implementation to the [Wiki](https://github.com/blueimp/jQuery-File-Upload/wiki).
33+
34+
Please follow these guidelines before sending a pull request:
35+
36+
1. Update your fork to the latest upstream version.
37+
38+
2. Follow the coding conventions of the original repository. Changes to one of the JavaScript source files are required to pass the [JSLint](http://jslint.com/) validation tool.
39+
40+
3. Keep your commits as atomar as possible, i.e. create a new commit for every single bug fix or feature added.
41+
42+
4. Always add meaningfull commit messages.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
## Support
1111
* **Support requests** and **general discussions** about the File Upload plugin can be posted to the official [support forum](https://groups.google.com/d/forum/jquery-fileupload).
1212
If your question is not directly related to the File Upload plugin, you might have a better chance to get a reply by posting to [Stack Overflow](http://stackoverflow.com/questions/tagged/blueimp+jquery+file-upload).
13-
* **Bugs** in the File Upload plugin can be reported using the [issues tracker](https://github.com/blueimp/jQuery-File-Upload/issues).
14-
Please try to reproduce the problem with the [Demo](http://blueimp.github.com/jQuery-File-Upload/) or with an unmodified setup. Problems with customizations should be posted to the [support forum](https://groups.google.com/d/forum/jquery-fileupload), especially for server-side problems.
15-
Provide as much details about your test setup as possible (server information, browser and operating system versions).
16-
Please also provide a [JSFiddle](http://jsfiddle.net/) to allow to reproduce the problem, if possible.
17-
* **Feature requests** can also be posted to the [issues tracker](https://github.com/blueimp/jQuery-File-Upload/issues) if the implementation would benefit a broader use case or the plugin could be considered incomplete without that feature. Else, please post your ideas to the [support forum](https://groups.google.com/d/forum/jquery-fileupload).
13+
* **Bugs** and **Feature requests** can be reported using the [issues tracker](https://github.com/blueimp/jQuery-File-Upload/issues). Please read the [issue guidelines](https://github.com/blueimp/jQuery-File-Upload/blob/master/CONTRIBUTING.md) before posting.
1814

1915
## Features
2016
* **Multiple file upload:**

0 commit comments

Comments
 (0)