Mercurial > piecrust2
comparison docs/pages/support.md @ 325:c750dc21d55d
docs: Quick support info page.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 Mar 2015 23:21:02 -0700 |
parents | 26e59f837558 |
children | 0c3b811d2c26 |
comparison
equal
deleted
inserted
replaced
324:65e6d72f3877 | 325:c750dc21d55d |
---|---|
1 --- | 1 --- |
2 title: Support | 2 title: Support |
3 header_class: support | 3 header_class: support |
4 --- | 4 --- |
5 | 5 |
6 If you have a problem with PieCrust, there are a few ways to solve it: | |
6 | 7 |
8 * Check the [documentation][doc] one more time! You never know, the solution may be in | |
9 there. | |
10 * Is the documentation wrong or missing something? If you know what must be | |
11 fixed, you can get the source from [BitBucket][bbsrc] or [Github][ghsrc] and | |
12 make a pull request. | |
13 * If you're pretty sure you found a bug, please file a report on | |
14 [BitBucket][bbbug] or [Github][ghbug]. If by chance you've already fixed it, | |
15 even better! Make a pull request, you know the drill. | |
16 * If you have questions, hit the [me][] on [Twitter][]. | |
17 | |
18 | |
19 [doc]: {{docurl('')}} | |
20 [bbsrc]: https://bitbucket.org/ludovicchabant/piecrust2 | |
21 [bbbug]: https://bitbucket.org/ludovicchabant/piecrust2/issues?status=new&status=open | |
22 [ghsrc]: https://github.com/ludovicchabant/PieCrust2 | |
23 [ghbug]: https://github.com/ludovicchabant/PieCrust2/issues | |
24 [me]: http://ludovic.chabant.com | |
25 [twitter]: https://www.twitter.com/ludovicchabant | |
26 |