source: Dev/branches/play-2.0.1/documentation/manual/hacking/Issues.md @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 884 bytes
Line 
1# Issues tracker
2
3We use Lighthouse as our issue tracker, at:
4
5[[https://play.lighthouseapp.com/projects/82401-play-20/overview]].
6
7## Reporting bugs
8
9Bug reports are incredibly helpful, so take time to report bugs and request features in our ticket tracker. We’re always grateful for patches to Play’s code. Indeed, bug reports with attached patches will get fixed far quickly than those without any.
10
11Please include as much relevant information as possible including the exact framework version you’re using and a code snippet that reproduces the problem.
12
13Don’t have too many expectations. Unless the bug is really a serious ‘everything is broken’ thing, you’re creating a ticket to start a discussion. Having a patch (or a branch on Github we can pull from) is better, but then again we’ll only pull high-quality branches that make sense to be in the core of Play.
Note: See TracBrowser for help on using the repository browser.