User:Leo: Difference between revisions

From Alpine Linux
(Created page with "Random notes for Alpine from a contributor: === Tips from ncopa (things i should do before pushing) === * Use '''Fixes #<prnum>''' in the commit message to automatically clo...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
=== Tips from ncopa (things i should do before pushing) ===
=== Tips from ncopa (things i should do before pushing) ===


* Use '''Fixes #<prnum>''' in the commit message to automatically close an [https://gitlab.alpinelinux.org/alpine/aports/issues issue]
* Use '''resolves #<prnum>''' in the commit message to automatically close an [https://gitlab.alpinelinux.org/alpine/aports/issues issue]
* Remove confidential tag from security issues on [https://gitlab.alpinelinux.org/alpine/aports/issues GitLab] after they are closed
* Remove confidential tag from security issues on [https://gitlab.alpinelinux.org/alpine/aports/issues GitLab] after they are closed
* If the issue can't be closed quite yet then use '''ref #<prnum>''' so it appears
* If the issue can't be closed quite yet then use '''ref #<prnum>''' so it appears
=== Get proper process supervision in ===
- [https://github.com/alpinelinux/aports/pull/9895 busybox-initscripts] was rejected but is still required for proper process supervision under OpenRC

Latest revision as of 13:42, 6 August 2019

Random notes for Alpine from a contributor:

Tips from ncopa (things i should do before pushing)

  • Use resolves #<prnum> in the commit message to automatically close an issue
  • Remove confidential tag from security issues on GitLab after they are closed
  • If the issue can't be closed quite yet then use ref #<prnum> so it appears

Get proper process supervision in

- busybox-initscripts was rejected but is still required for proper process supervision under OpenRC