Skip to content

Conversation

@wking
Copy link
Contributor

@wking wking commented May 19, 2016

For small projects like ocitools a strict requirement would just be
busywork. And the risk here (a submitted PR that would have been
rejected or redirected in a leader issue) is a risk assumed by the
submitter (who sunk time in the wrong direction) and not much cost to
the maintainers.

Addresses my ocitools comment.

For small projects like ocitools a strict requirement would just be
busywork.  And the risk here (a submitted PR that would have been
rejected or redirected in a leader issue) is a risk assumed by the
submitter (who sunk time in the wrong direction) and not much cost to
the maintainers.

Signed-off-by: W. Trevor King <[email protected]>
@wking
Copy link
Contributor Author

wking commented May 19, 2016

Although for runtime-spec there is a leader-thread requirement for discussion. It's not always respected, but the idea is to spread awareness of significant changes to folks who may not be watching the repositories closely (Go docs referenced from here). That's a different goal than saving contributor time, and may deserve some kind of wording in this CONTRIBUTING file.

@crosbymichael
Copy link
Member

LGTM

1 similar comment
@vbatts
Copy link
Member

vbatts commented May 23, 2016

LGTM

@crosbymichael crosbymichael merged commit 1ae370f into opencontainers:master May 23, 2016
@wking wking deleted the optional-leader-issue branch May 23, 2016 21:14
wking added a commit to wking/oci-project-template that referenced this pull request Jan 6, 2017
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 <[email protected]>
wking added a commit to wking/oci-project-template that referenced this pull request Jan 6, 2017
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 <[email protected]>
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.

3 participants