|
| 1 | +# Triage |
| 2 | + |
| 3 | +Common responses to issues. |
| 4 | + |
| 5 | +## Usage question we were able to answer |
| 6 | + |
| 7 | +``` |
| 8 | +If that doesn't answer your question, please ask a new question |
| 9 | +on [stackoverflow][1]. Unfortunatley, we just don't have enough volunteers to |
| 10 | +handle usage questions on github. |
| 11 | +
|
| 12 | +Also, please check the [reference documentation][2]. You might find something |
| 13 | +there that's not in the readme. |
| 14 | +
|
| 15 | +Thanks! |
| 16 | +
|
| 17 | +[1]: http://stackoverflow.com/questions/tagged/authlogic |
| 18 | +[2]: https://github.com/binarylogic/authlogic#1c-reference-documentation |
| 19 | +``` |
| 20 | + |
| 21 | +## Old issue, generic |
| 22 | + |
| 23 | +``` |
| 24 | +Hello, I'm going through old authlogic issues and seeing what to do with them. |
| 25 | +Skimming through this, it's unclear if it's a usage question, a feature request, |
| 26 | +or a bug report. |
| 27 | +
|
| 28 | +If this is a bug report, and you can still reproduce this issue with a clean |
| 29 | +install of the latest version of authlogic and rails (currently 3.6.0 and 5.1.4 |
| 30 | +respectively), please create a git repo with a sample app that reproduces the |
| 31 | +problem, and open a new issue. |
| 32 | +
|
| 33 | +If this is a feature request, it's still relevant, and you are committed to |
| 34 | +implementing it, please open a new issue and we can discuss your implementation |
| 35 | +plan. |
| 36 | +
|
| 37 | +If this is a usage question, please ask it on [stackoverflow][1]. Unfortunatley, |
| 38 | +we just don't have enough volunteers to handle usage questions on github. Also, |
| 39 | +please check the [reference documentation][2]. You might find something there |
| 40 | +that's not in the readme. |
| 41 | +
|
| 42 | +Thanks! |
| 43 | +
|
| 44 | +[1]: http://stackoverflow.com/questions/tagged/authlogic |
| 45 | +[2]: https://github.com/binarylogic/authlogic#1c-reference-documentation |
| 46 | +``` |
| 47 | + |
| 48 | +## Old issue, usage question / feature request |
| 49 | + |
| 50 | +``` |
| 51 | +Hello, I'm going through old authlogic issues and seeing what to do with them. |
| 52 | +This one looks a bit like a usage question and a bit like a feature request. |
| 53 | +
|
| 54 | +If this is a feature request, it's still relevant, and you are committed to |
| 55 | +implementing it, please open a new issue and we can discuss your implementation |
| 56 | +plan. |
| 57 | +
|
| 58 | +If this is a usage question, please ask it on [stackoverflow][1]. Unfortunatley, |
| 59 | +we just don't have enough volunteers to handle usage questions on github. Also, |
| 60 | +please check the [reference documentation][2]. You might find something there |
| 61 | +that's not in the readme. |
| 62 | +
|
| 63 | +Thanks! |
| 64 | +
|
| 65 | +[1]: http://stackoverflow.com/questions/tagged/authlogic |
| 66 | +[2]: https://github.com/binarylogic/authlogic#1c-reference-documentation |
| 67 | +``` |
| 68 | + |
| 69 | +## Old issue, bug report |
| 70 | + |
| 71 | +``` |
| 72 | +Hello, I'm going through old authlogic issues and seeing what to do with them. |
| 73 | +This one looks like a bug report. |
| 74 | +
|
| 75 | +If you can still reproduce this issue with a clean install of the latest |
| 76 | +version of authlogic and rails (currently 3.6.0 and 5.1.4 respectively), please |
| 77 | +create a git repo with a sample app that reproduces the problem, and open a new |
| 78 | +issue. |
| 79 | +
|
| 80 | +If this was more of a usage question than a bug report, please ask your question |
| 81 | +on [stackoverflow][1]. Unfortunatley, we just don't have enough volunteers to |
| 82 | +handle usage questions on github. |
| 83 | +
|
| 84 | +Thanks! |
| 85 | +
|
| 86 | +[1]: http://stackoverflow.com/questions/tagged/authlogic |
| 87 | +``` |
0 commit comments