Addition of EQU and SAC segments
mmonahanfl opened this issue · 4 comments
mmonahanfl commented
I have written the code for this if you want them. These segments are used in SSU messages.
senaranya commented
I'd love to, please create a pull request
mmonahanfl commented
Forgive me if I missed something 'obvious'. I haven't contributed to a github open source project yet.
When I try to push the branch, I am getting:
remote: Permission to senaranya/HL7.git denied to mmonahanfl.
…________________________________
From: Aranya Sen <notifications@github.com>
Sent: Wednesday, October 30, 2019 12:15 AM
To: senaranya/HL7 <HL7@noreply.github.com>
Cc: Monahan, Mary L. <mlmonahan@lifesouth.org>; Author <author@noreply.github.com>
Subject: Re: [senaranya/HL7] Addition of EQU and SAC segments (#18)
I'd love to, please create a pull request
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#18?email_source=notifications&email_token=AITCEBZUJYESOKLZNSLMQ4TQREC7XA5CNFSM4JGM3F62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECS3WXY#issuecomment-547732319>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AITCEB3WQ3BNNBJCT7NCR5LQREC7XANCNFSM4JGM3F6Q>.
Mary Monahan
Software Engineer II
mlmonahan@lifesouth.org<mailto:mlmonahan@lifesouth.org>
[http://lifesouth.org/app/uploads/2018/08/logo-email.png]
4039 Newberry Road
Gainesville, FL 32607
Phone: 1-888-795-2707 Ext: 41825
www.lifesouth.org<http://www.lifesouth.org>
Give local. Save local.
--------------------------------------------------------------------------------
This e-mail transmission and any documents included may contain confidential or privileged information, some or all of which may be protected health information as defined by the federal Health Insurance and Portability & Accountability Act (HIPAA) Privacy Rule. If the reader of this message is not the intended recipient, or an employee/agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this e-mail or any documents included is strictly prohibited and may be punishable under law. If you have received this communication in error, please notify the sender immediately to arrange for the destruction of the original email, any documents included and all copies. Thank you.
--------------------------------------------------------------------------------
senaranya commented
You won't be able to directly push the branch to the repo. You'll have to
a) Fork the repo, which creates a copy of the repository on your account
b) Clone the forked one instead of mine
c) Create a branch, push your changes
d) Now when you visit your copy of the repo on GitHub, there'll be a button 'Compare and Pull Request'. Use that to create a 'PR', which I'll review and merge
It's slightly complicated for new GitHub contributors (myself included). I suggest you watch some tutorial on YouTube, in case if I've missed something
senaranya commented
Thank you so much for your contribution