Skip to content

Commit

Permalink
Merge pull request #119 from nedap/oss
Browse files Browse the repository at this point in the history
Add CONTRIBUTING.md
  • Loading branch information
vemv authored Feb 19, 2020
2 parents 234e720 + f6d83d1 commit 5b76f6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* This library is OSS. Since it is developer tooling, we can accept PRs improving it.
* Please create an issue first, following its template carefully and seeking agreement in advance.
* Note that PRs have an extensive checklist. If you foresee contributing, please refer to a few past PRs so there are no surprises.
* It seems reasonable to follow the [Clojure Etiquette](https://clojure.org/community/etiquette).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**formatting-stack** is a formatting/linting solution that can be integrated with:

* your [Component](https://github.com/stuartsierra/component) (or [Integrant](https://github.com/weavejester/integrant), or bare [clojure.tools.namespace.repl](https://github.com/clojure/tools.namespace)) system
* your [Component](https://github.com/stuartsierra/component) (or [Integrant](https://github.com/weavejester/integrant), or bare [tools.namespace](https://github.com/clojure/tools.namespace)) system
* for instantaneous performance
* no cold-starts!
* and precise understanding of your codebase
Expand Down Expand Up @@ -36,7 +36,7 @@ And it also bundles a few tiny linters of its own:

It is fully extensible: you can configure the bundled formatters, remove them, and/or add your own.

Whenever it's safe, each formatter/linter will mae full use of your CPU's cores.
Whenever it's safe, each formatter/linter will make full use of your CPU's cores.

Linters' reports are presented under a unified format.

Expand Down

0 comments on commit 5b76f6b

Please sign in to comment.