summaryrefslogtreecommitdiff
path: root/issues.py
diff options
context:
space:
mode:
Diffstat (limited to 'issues.py')
-rwxr-xr-xissues.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/issues.py b/issues.py
index 68d8f3f..d3f326d 100755
--- a/issues.py
+++ b/issues.py
@@ -230,6 +230,7 @@ def getIssueTitlePrefix(trackername):
prefixes = {
"Bugs": "[Bug]",
"Feature Request": "[Feature]",
+ "Feature Requests": "[Feature]",
"Patch": "[Patch]",
"Patches": "[Patch]",
"Support Requests": "[Support]",