Merge pull request #2217 from tpepper/master
contribx: link charter doc in readme
This commit is contained in:
commit
ff0b4ce212
|
@ -54,7 +54,8 @@ if [[ ${mismatches} -gt "0" ]]; then
|
||||||
fi
|
fi
|
||||||
echo "${mismatches} ${noun} detected."
|
echo "${mismatches} ${noun} detected."
|
||||||
echo "Do not manually edit sig-list.md or README.md files inside the sig folders."
|
echo "Do not manually edit sig-list.md or README.md files inside the sig folders."
|
||||||
echo "Instead make your changes to sigs.yaml and then run \`make\`.";
|
echo "Instead make your changes to sigs.yaml, then run \`make\`, and then"
|
||||||
|
echo "commit your changes to sigs.yaml and any generated docs.";
|
||||||
echo "${break}"
|
echo "${break}"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -8,7 +8,7 @@ To understand how this file is generated, see https://git.k8s.io/community/gener
|
||||||
--->
|
--->
|
||||||
# Contributor Experience Special Interest Group
|
# Contributor Experience Special Interest Group
|
||||||
|
|
||||||
Developing and sustaining a healthy community of contributors is critical to scaling the project and growing the ecosystem. We need to ensure our contributors are happy and productive, we need to break the commit-rate ceiling we hit in July 2015, and we need to get the monotonically growing PR merge latency and numbers of open PRs and issues under control.
|
Developing and sustaining a healthy community of contributors is critical to scaling the project and growing the ecosystem. We need to ensure our contributors are happy and productive, and that there are not bottlenecks hindering the project in, for example: feature velocity, community scaling, pull request latency, and absolute numbers of open pull requests and open issues.
|
||||||
|
|
||||||
The [charter](charter.md) defines the scope and governance of the Contributor Experience Special Interest Group.
|
The [charter](charter.md) defines the scope and governance of the Contributor Experience Special Interest Group.
|
||||||
|
|
||||||
|
|
12
sigs.yaml
12
sigs.yaml
|
@ -746,11 +746,13 @@ sigs:
|
||||||
- name: Contributor Experience
|
- name: Contributor Experience
|
||||||
dir: sig-contributor-experience
|
dir: sig-contributor-experience
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
Developing and sustaining a healthy community of contributors is critical
|
Developing and sustaining a healthy community of contributors
|
||||||
to scaling the project and growing the ecosystem. We need to ensure our
|
is critical to scaling the project and growing the ecosystem.
|
||||||
contributors are happy and productive, we need to break the commit-rate
|
We need to ensure our contributors are happy and productive,
|
||||||
ceiling we hit in July 2015, and we need to get the monotonically growing
|
and that there are not bottlenecks hindering the project in,
|
||||||
PR merge latency and numbers of open PRs and issues under control.
|
for example: feature velocity, community scaling, pull request
|
||||||
|
latency, and absolute numbers of open pull requests and open
|
||||||
|
issues.
|
||||||
charter_link: charter.md
|
charter_link: charter.md
|
||||||
label: contributor-experience
|
label: contributor-experience
|
||||||
leadership:
|
leadership:
|
||||||
|
|
Loading…
Reference in New Issue