--- title: The Hue team development process author: admin type: post date: 2016-05-04T14:34:51+00:00 url: /the-hue-team-development-process/ sf_thumbnail_type: - none sf_thumbnail_link_type: - link_to_post sf_detail_type: - none sf_page_title: - 1 sf_page_title_style: - standard sf_no_breadcrumbs: - 1 sf_page_title_bg: - none sf_page_title_text_style: - light sf_background_image_size: - cover sf_social_sharing: - 1 sf_sidebar_config: - left-sidebar sf_left_sidebar: - Sidebar-2 sf_right_sidebar: - Sidebar-1 sf_caption_position: - caption-right sf_remove_promo_bar: - 1 categories: - Development # - News --- Hello potential Hue developers! 🙂 We want to share with you the development process we've been refining during the past years. This is what makes the Hue team ultra fast and efficient. Ready? Go!
#!/bin/bash

SUMMARY=$(curl -s https://issues.cloudera.org/rest/api/2/issue/HUE-${1} | jq -r '.fields | .summary')

git commit -m "HUE-${1} ${SUMMARY}"
A trick is also to use above script to automatically add the commit message. Then just do 'commit XXXX'. Please feel free to comment or share your own development process!   pps: for lightweight issues, Github [pull requests][1] are also welcomed! [1]: https://github.com/cloudera/hue/pulls