Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONTRIBUTING: Remove branch-naming suggestions #27

Merged
merged 1 commit into from
Jan 18, 2017

Conversation

wking
Copy link
Contributor

@wking wking commented Jan 6, 2017

Extending the earlier softening in #6, because nobody cares about the XXX- prefix. Checking the recent history of all OCI project repos:

$ for REPO in image-spec image-tools runc runtime-spec runtime-tools;
> do
>   (
>     cd "${REPO} &&
>     git fetch origin &&
>     BRANCHES=$(git log --first-parent --oneline origin/master | sed 's/^.* from //') &&
>     echo "${REPO} branches: $(echo "${BRANCHES}" | wc -l)" &&
>     echo "${REPO} numbered: $(echo "${BRANCHES}" | grep '/[0-9]' | wc -l)"
>   );
> done
image-spec branches: 276
image-spec numbered: 1
image-tools branches: 27
image-tools numbered: 0
runc branches: 1299
runc numbered: 21
runtime-spec branches: 391
runtime-spec numbered: 4
runtime-tools branches: 232
runtime-tools numbered: 3

Fixes #26.

Extending the earlier softening in 0548361 (CONTRIBUTING: Make
leader-issues optional, 2016-05-19, opencontainers#6), because nobody cares about
the XXX- prefix.  Checking the recent history of all OCI project
repos:

  $ for REPO in image-spec image-tools runc runtime-spec runtime-tools;
  > do
  >   (
  >     cd "${REPO} &&
  >     git fetch origin &&
  >     BRANCHES=$(git log --first-parent --oneline origin/master | sed 's/^.* from //') &&
  >     echo "${REPO} branches: $(echo "${BRANCHES}" | wc -l)" &&
  >     echo "${REPO} numbered: $(echo "${BRANCHES}" | grep '/[0-9]' | wc -l)"
  >   );
  > done
  image-spec branches: 276
  image-spec numbered: 1
  image-tools branches: 27
  image-tools numbered: 0
  runc branches: 1299
  runc numbered: 21
  runtime-spec branches: 391
  runtime-spec numbered: 4
  runtime-tools branches: 232
  runtime-tools numbered: 3

Signed-off-by: W. Trevor King <wking@tremily.us>
@stevvooe
Copy link

stevvooe commented Jan 6, 2017

LGTM (not sure if I have that authority here)

@caniszczyk
Copy link
Contributor

caniszczyk commented Jan 6, 2017

LGTM

Approved with PullApprove

@wking
Copy link
Contributor Author

wking commented Jan 7, 2017 via email

@hqhq
Copy link

hqhq commented Jan 9, 2017

LGTM

Approved with PullApprove

@aaronlehmann
Copy link

LGTM

@philips
Copy link
Contributor

philips commented Jan 18, 2017

LGTM

Approved with PullApprove

@philips philips merged commit 16f84db into opencontainers:master Jan 18, 2017
@wking
Copy link
Contributor Author

wking commented Jan 18, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove branch naming conventions
6 participants