From 52ba1ca9eada4c08c9199f529a5974475d0ac9ee Mon Sep 17 00:00:00 2001 From: Nelson Ferreira Date: Sun, 7 Jun 2015 10:55:07 -0400 Subject: [PATCH] Provide support contact * contrib/git-for-steve.sh: Add reference to #sxemacs channel Signed-off-by: Nelson Ferreira --- contrib/git-for-steve.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/git-for-steve.sh b/contrib/git-for-steve.sh index 9bcc9b4..8ed2a00 100755 --- a/contrib/git-for-steve.sh +++ b/contrib/git-for-steve.sh @@ -30,6 +30,8 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # +echo "If you have any questions or concerns about how to contribute " +echo "to SXEmacs, ask us on freenode channel #sxemacs" USER_EMAIL=$(git config user.email) if [ -z "$USER_EMAIL" ]; then echo "You need to setup your email address with:" -- 2.25.1