Index: data/defaultpresets.xml
===================================================================
--- data/defaultpresets.xml (revision 7910)
+++ data/defaultpresets.xml (working copy)
@@ -2621,6 +2621,22 @@
             <text key="name" text="Name" />
             <reference ref="link_contact" />
         </item> <!-- Rental -->
+        <item name="Bicycle Repair Station"
+              icon="styles/standard/service/wrench-icon.png"
+              type="node,closedway" preset_name_label="true">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_repair_station"
+                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bicycle_repair_station"
+                  />
+            <space />
+            <key key="amenity" value="bicycle_repair_station" />
+            <check key="service:bicycle:pump"       text="Pump"         value_on="yes" value_off="no" />
+            <check key="service:bicycle:chaintool"  text="Chain Tool"   value_on="yes" value_off="no" />
+            <optional>
+                <text  key="make_model"    text="Make &amp; Model" /><!-- e.g. "Bike Fixstation" -->
+                <text  key="operator"      text="Owner/Operator" />
+                <combo key="opening_hours" text="Operation times" values="24/7" />
+            </optional>
+        </item> <!-- Repair -->
     </group> <!-- Bicycle -->
     <group name="Public Transport" icon="presets/bus.png">
         <item name="Public Transport Route" icon="presets/path.png" type="relation" preset_name_label="true">

