forked from plumatic/fnhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding more documentation about contributing and pointer to clojars r…
…elease
1 parent
5950940
commit 107eb47
Showing
2 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contributing | ||
|
||
Contributions to fnhouse are very welcome. | ||
|
||
Please file bug reports on [GitHub](https://github.com/prismatic/fnhouse/issues). | ||
|
||
For questions, feature requests, or discussion, please post on the Plumbing [mailing list](https://groups.google.com/forum/#!forum/prismatic-plumbing) for now. | ||
|
||
Contributions are preferred as GitHub pull requests on topic branches. If you want to discuss a potential change before coding it up, please post on the mailing list. | ||
|
||
Fnhouse is relatively well-tested. Before submitting a pull request, we ask that you: | ||
|
||
* please try to follow the conventions in the existing code, including standard Emacs indentation, no trailing whitespace, and a max width of 95 columns | ||
* rebase your feature branch on the latest master branch | ||
* ensure any new code is well-tested, and if possible, any issue fixed is covered by one or more new tests | ||
|
||
To run the tests, run `lein test :all` in the root directory of the project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters