[arch-projects] [netctl] Updated documentation for pppoe and mobile_ppp
I’ve updated the documentation for the pppoe and mobile_ppp connections in the netctl.profile(5) manpage. How should I submit it, a patch to this list or a pull-request to the git repo on projects.archlinux.org? The updated files can also be found on github where I maintain my fork[1]. Robbie [1] https://github.com/zoqaeski/netctl
On Thu, Apr 11, 2013 at 4:03 PM, Robbie Smith <zoqaeski@gmail.com> wrote:
I’ve updated the documentation for the pppoe and mobile_ppp connections in the netctl.profile(5) manpage. How should I submit it, a patch to this list or a pull-request to the git repo on projects.archlinux.org?
A pull-request is a bit hard to review (and thats one thing this list is for). Therefore I prefer patches to the list (git format-patch style for ease of applying). The changes to the documentation look good, although there are some indentation issues. In the documentation all lines should be within 72 characters and indentation is 4 spaces deep. I'm looking forward to your patches, - Jouke
On 13/04/13 21:09, Jouke Witteveen wrote:
On Thu, Apr 11, 2013 at 4:03 PM, Robbie Smith <zoqaeski@gmail.com> wrote:
I’ve updated the documentation for the pppoe and mobile_ppp connections in the netctl.profile(5) manpage. How should I submit it, a patch to this list or a pull-request to the git repo on projects.archlinux.org?
A pull-request is a bit hard to review (and thats one thing this list is for). Therefore I prefer patches to the list (git format-patch style for ease of applying).
The changes to the documentation look good, although there are some indentation issues. In the documentation all lines should be within 72 characters and indentation is 4 spaces deep.
I'm looking forward to your patches, - Jouke
Here’s the patch for the documentation. - Robbie
On Sun, Apr 14, 2013 at 1:40 PM, Robbie Smith <zoqaeski@gmail.com> wrote:
On 13/04/13 21:09, Jouke Witteveen wrote:
On Thu, Apr 11, 2013 at 4:03 PM, Robbie Smith <zoqaeski@gmail.com> wrote:
I’ve updated the documentation for the pppoe and mobile_ppp connections in the netctl.profile(5) manpage. How should I submit it, a patch to this list or a pull-request to the git repo on projects.archlinux.org?
A pull-request is a bit hard to review (and thats one thing this list is for). Therefore I prefer patches to the list (git format-patch style for ease of applying).
The changes to the documentation look good, although there are some indentation issues. In the documentation all lines should be within 72 characters and indentation is 4 spaces deep.
I'm looking forward to your patches, - Jouke
Hi Robbie,
Here’s the patch for the documentation.
Ah, but in this form (patch as attachment), we still don't have the benefits we could. I'll deal with it for this one, but next time, make sure to use `git format-patch`, so that the patch is in-lined, easy to review and easy to apply. On a different note, is this okay with you? https://github.com/joukewitteveen/netctl/pull/26/files Regards, - Jouke
On 16/04/13 17:45, Jouke Witteveen wrote:
On Sun, Apr 14, 2013 at 1:40 PM, Robbie Smith <zoqaeski@gmail.com> wrote:
On 13/04/13 21:09, Jouke Witteveen wrote:
On Thu, Apr 11, 2013 at 4:03 PM, Robbie Smith <zoqaeski@gmail.com> wrote:
I’ve updated the documentation for the pppoe and mobile_ppp connections in the netctl.profile(5) manpage. How should I submit it, a patch to this list or a pull-request to the git repo on projects.archlinux.org?
A pull-request is a bit hard to review (and thats one thing this list is for). Therefore I prefer patches to the list (git format-patch style for ease of applying).
The changes to the documentation look good, although there are some indentation issues. In the documentation all lines should be within 72 characters and indentation is 4 spaces deep.
I'm looking forward to your patches, - Jouke
Hi Robbie,
Here’s the patch for the documentation.
Ah, but in this form (patch as attachment), we still don't have the benefits we could. I'll deal with it for this one, but next time, make sure to use `git format-patch`, so that the patch is in-lined, easy to review and easy to apply.
On a different note, is this okay with you? https://github.com/joukewitteveen/netctl/pull/26/files
Regards, - Jouke
I’m new to contributing to open-source projects, so finding out how to format and submit contributions feels a bit trial-and-error. Is there information for new contributors in, say, the (dev) wiki? And yeah, that patch is fine. I’ve only implemented the code that I needed to get my modem to work, so there’s almost certainly things that I’ve missed. Hopefully no (major) bugs but definitely missing features. - Robbie
On Thu, Apr 18, 2013 at 06:30:05PM +1000, Robbie Smith wrote:
I’m new to contributing to open-source projects, so finding out how to format and submit contributions feels a bit trial-and-error. Is there information for new contributors in, say, the (dev) wiki?
There's a nice wiki page called the 'Super Quick Git Guide' which is meant just for such an occasion. Good luck with it! https://wiki.archlinux.org/index.php/Super_Quick_Git_Guide -- William Giokas | KaiSforza GnuPG Key: 0x73CD09CF Fingerprint: F73F 50EF BBE2 9846 8306 E6B8 6902 06D8 73CD 09CF
Am 18.04.2013 14:23, schrieb William Giokas:
On Thu, Apr 18, 2013 at 06:30:05PM +1000, Robbie Smith wrote:
I’m new to contributing to open-source projects, so finding out how to format and submit contributions feels a bit trial-and-error. Is there information for new contributors in, say, the (dev) wiki?
There's a nice wiki page called the 'Super Quick Git Guide' which is meant just for such an occasion. Good luck with it!
Remember: For arch-projects you need git send-email --subject-prefix="netctl] [PATCH" Otherwise mailman will send the email to /dev/null.
participants (4)
-
Jouke Witteveen
-
Robbie Smith
-
Thomas Bächler
-
William Giokas