diff options
| author | Florian Jung <flo@windfisch.org> | 2013-09-03 17:45:56 +0200 |
|---|---|---|
| committer | Florian Jung <flo@windfisch.org> | 2013-09-03 17:45:56 +0200 |
| commit | 480f8646ae341206ff048ea0540ed0e7aedc539b (patch) | |
| tree | c3f7840dd8e659fbbd82c49d4d8170abd4314502 | |
| parent | 8b59cdd4d68be28daa20a0a3f654d3b7a1402bad (diff) | |
Feature Requests tag fix
| -rwxr-xr-x | issues.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ def getIssueTitlePrefix(trackername): prefixes = { "Bugs": "[Bug]", "Feature Request": "[Feature]", + "Feature Requests": "[Feature]", "Patch": "[Patch]", "Patches": "[Patch]", "Support Requests": "[Support]", |
