Skip to content

Commit

Permalink
Add development instruction to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Feb 23, 2014
1 parent a2ce7ed commit 03bed81
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,19 @@ We try and keep coverage high and no feature is added without some kind of test.
[coveralls]: https://coveralls.io/r/DrPheltRight/lily?branch=develop
[phpunit]: https://github.com/sebastianbergmann/phpunit/

## Todo
## Development

- Add accepts and lang parsing middleware
- Add file sending capabilities
- Get coverage to 100% somehow
All development should be done via [GitHub Issues][issues]. New features should
be suggested/planned there and can be identified by the `feature` tag. Also bugs
should be reported with the `bug` label.

I'd like some development help with new features. I've labelled the features
that people are welcome to hack at with `please help`. If a task isn't labelled
please just comment to ask if you want to help out.

**Features must be tested before pull requests opened.**

[issues]: https://github.com/DrPheltRight/lily/issues

## License

Expand Down

0 comments on commit 03bed81

Please sign in to comment.