Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Apr 3, 2015
1 parent 28d746d commit 5e9bdc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,12 @@ and make your AJAX request in the link's click handler. Note that you need to ma

Note that the AJAX response must be wrapped in a div with class <code>modal</code> when using the second (manual) method.

## Bug Reports & Improvements
# Bugs & Feature Requests

### Found a bug? MEH!

![](http:https://drops.kylefox.ca/1cqGP+)


**Just kidding.** Please [create an issue](https://github.com/kylefox/jquery-modal/issues/new) and **include a publicly-accessible demonstration of the bug.** [Dropbox](https://www.dropbox.com) or [JSFiddle](http:https://jsfiddle.net/) work well for demonstrating reproducable bugs, but you can use anything as long as it's publicly accessible. Your issue is much more likely to be resolved/merged if it includes a fix & pull request.

**Have an idea that improves jquery-modal?** Awesome! Please fork this repository, implement your idea (including documentation, if necessary), and submit a pull request.
Expand All @@ -271,15 +270,16 @@ I don't use this library as frequently as I used to, so if you want to see a fix

# Contributing

I would love help improving this plugin, particularly with:
I welcome improvements to this plugin, particularly with:

* Performance improvements
* Making the code as concise/efficient as possible
* Bug fixes & browser compatibility
* Minify JavaScript with [Closure Compiler](http:https://closure-compiler.appspot.com/home) (default options)

Please fork and send pull requests, or create an [issue](https://github.com/kylefox/jquery-modal/issues).

Keep in mind the spirit of this plugin is **minimalism** so I'm very picky about adding _new_ features.

# Support

Please post a question on [StackOverflow](http:https://stackoverflow.com/). Commercial support by email is also available — please contact [email protected] for rates. Unfortunately I am unable to provide free email support.
Expand Down

0 comments on commit 5e9bdc3

Please sign in to comment.