adding example apps, fixing powerup issues
[feisty_meow.git] / production / example_apps / zippy_maps / .github / ISSUE_TEMPLATE.md
1 This is a (multiple allowed):
2
3 * [x] bug
4 * [ ] enhancement
5 * [ ] feature-discussion (RFC)
6
7 * CakePHP Application Skeleton Version: EXACT RELEASE VERSION OR COMMIT HASH, HERE.
8 * Platform and Target: YOUR WEB-SERVER, DATABASE AND OTHER RELEVANT INFO AND HOW THE REQUEST IS BEING MADE, HERE.
9
10 ### What you did
11 EXPLAIN WHAT YOU DID, PREFERABLY WITH CODE EXAMPLES, HERE.
12
13 ### What happened
14 EXPLAIN WHAT IS ACTUALLY HAPPENING, HERE.
15
16 ### What you expected to happen
17 EXPLAIN WHAT IS TO BE EXPECTED, HERE.
18
19 P.S. Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/cakephp)
20 for that or join the #cakephp channel on irc.freenode.net, where we will be more
21 than happy to help answer your questions.
22
23 Before you open an issue, please check if a similar issue already exists or has been closed before.