diff --git a/features/drupalorg_change_notice/drupalorg_change_notice.features.field.inc b/features/drupalorg_change_notice/drupalorg_change_notice.features.field.inc
index d2548dd..cd3f986 100644
--- a/features/drupalorg_change_notice/drupalorg_change_notice.features.field.inc
+++ b/features/drupalorg_change_notice/drupalorg_change_notice.features.field.inc
@@ -601,13 +601,7 @@ function drupalorg_change_notice_field_default_fields() {
     ),
     'field_instance' => array(
       'bundle' => 'changenotice',
-      'default_value' => array(
-        0 => array(
-          'value' => '',
-          'format' => '1',
-          '_error_element' => 'default_value_widget][field_description][0][value',
-        ),
-      ),
+      'default_value' => NULL,
       'deleted' => '0',
       'description' => 'Describe the change, and its impact on site users, site builders, themers, and module developers. If appropriate, give before/after code samples. Good examples: <a href="http://drupal.org/update/modules/6/7#drupal_set_title">6/7 module update guide section</a>, <a href="http://drupal.org/update/themes/6/7#search-result-headings">6/7 theme update guide section</a> (though it is not necessary to link to the issue).',
       'display' => array(
@@ -670,19 +664,17 @@ function drupalorg_change_notice_field_default_fields() {
       'entity_type' => 'node',
       'field_name' => 'field_description',
       'label' => 'Description',
-      'required' => FALSE,
+      'required' => 0,
       'settings' => array(
         'text_processing' => '1',
         'user_register_form' => FALSE,
       ),
       'weight' => '0',
       'widget' => array(
-        'active' => '1',
+        'active' => 1,
         'module' => 'text',
         'settings' => array(
-          'default_value_php' => NULL,
           'rows' => '10',
-          'size' => 60,
         ),
         'type' => 'text_textarea',
         'weight' => '5',
@@ -1711,9 +1703,6 @@ function drupalorg_change_notice_field_default_fields() {
             ),
           ),
           'sort' => array(
-            'direction' => 'ASC',
-            'field' => 'taxonomy_vocabulary_5:tid',
-            'property' => 'nid',
             'type' => 'none',
           ),
           'target_bundles' => array(
@@ -1764,7 +1753,7 @@ function drupalorg_change_notice_field_default_fields() {
       'entity_type' => 'node',
       'field_name' => 'field_project',
       'label' => 'Project',
-      'required' => 0,
+      'required' => 1,
       'settings' => array(
         'handler_settings' => array(
           'target_bundles' => array(
diff --git a/features/drupalorg_change_notice/drupalorg_change_notice.field_group.inc b/features/drupalorg_change_notice/drupalorg_change_notice.field_group.inc
index 1b64cc8..fcdea08 100644
--- a/features/drupalorg_change_notice/drupalorg_change_notice.field_group.inc
+++ b/features/drupalorg_change_notice/drupalorg_change_notice.field_group.inc
@@ -70,10 +70,13 @@ function drupalorg_change_notice_field_group_info() {
     ),
     'format_type' => 'fieldset',
     'format_settings' => array(
-      'formatter' => 'collapsible',
+      'label' => 'Updates Done (doc team, etc.)',
       'instance_settings' => array(
+        'required_fields' => 1,
         'classes' => ' group-recorded field-group-fieldset',
+        'description' => '',
       ),
+      'formatter' => 'collapsed',
     ),
   );
   $export['group_recorded|node|changenotice|form'] = $field_group;
diff --git a/features/drupalorg_change_notice/drupalorg_change_notice.info b/features/drupalorg_change_notice/drupalorg_change_notice.info
index b08e420..058598c 100644
--- a/features/drupalorg_change_notice/drupalorg_change_notice.info
+++ b/features/drupalorg_change_notice/drupalorg_change_notice.info
@@ -15,7 +15,7 @@ dependencies[] = number
 dependencies[] = project_issue
 dependencies[] = search
 dependencies[] = views
-datestamp = 1384835458
+datestamp = 1386975940
 features[ctools][] = field_group:field_group:1
 features[ctools][] = views:views_default:3.0
 features[features_api][] = api:1
