diff options
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6e3da44..02af94f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Thank you for your interest in contributing! Because we're a small team, we have ## Pull Requests ### Technical Requirements -1. Code, including tests, must be written in ES5 for [IE 11 compatibility](https://stackoverflow.com/questions/39902809/support-for-es6-in-internet-explorer-11). +1. Please lint all proposed changes with the `npm lint-fix` command 1. All PRs must be made against the `dev` branch, except documentation PRs (that only modify the `www/` directory) which can be made against `master`. 1. Please avoid sending the `dist` files along your PR, only include the `src` ones. 1. Please include test cases in [`/test`](https://github.com/bigskysoftware/htmx/tree/dev/test) and docs in [`/www`](https://github.com/bigskysoftware/htmx/tree/dev/www). @@ -16,9 +16,8 @@ directly in HTML, using [attributes](https://htmx.org/reference#attributes), so [power](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) of hypertext htmx is small ([~14k min.gz'd](https://unpkg.com/htmx.org/dist/)), -[dependency-free](https://github.com/bigskysoftware/htmx/blob/master/package.json), -[extendable](https://htmx.org/extensions) & -IE11 compatible +[dependency-free](https://github.com/bigskysoftware/htmx/blob/master/package.json) & +[extendable](https://htmx.org/extensions) ## motivation |