Skip to content

Commit e357e1f

Browse files
committed
Fixing various spellings/typos
1 parent 6cc70c2 commit e357e1f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

patterns/1-initial/capacity-for-contributions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
## Title
22

3-
Mananging capacity for reviewing contributions
3+
Managing capacity for reviewing contributions
44

55
## Patlet
66

77
Reviewing InnerSource contributions takes time and effort. This should be reflected in capacity planning, especially for larger contributions. Expectations and available capacity should be transparent so that contributors understand when their contributions will be reviewed and released.
88

99
## Problem
1010

11-
Large InnerSource contributions are causing delays to other work in the team and/or contributons are taking longer to be released than expected. Reviewing contributions may be significant invisible work, not tracked in a team's agile development process.
11+
Large InnerSource contributions are causing delays to other work in the team and/or contributions are taking longer to be released than expected. Reviewing contributions may be significant invisible work, not tracked in a team's agile development process.
1212

1313
## Story
1414

1515
The BBC's connected TV application are built by a number of teams, each with different areas of responsibility. They work on each other's areas of the codebase via InnerSource on a regular basis.
1616

17-
The team reapsonsible for the build process for the JavaScript bundles received a major pull request, changing how depedencies were bundled. This PR introduced a new build time dependency, a new strucutre to the deployed JavaSctipt bundles, and touched 503 files, with 6,699 lines of code added and 2,828 lines of code deleted. A contribution of this size required signicant time to code review, test, and ensure the team understood the new tooling snd structure introduced. Normally, InnerSource contriobutions would be reviewed ad-hoc, but the team estimated that this review process would take days rather than hours. Reviewing this PR would have delayed the team's other work, so the team raised this with the team lead, delivery manager, and product manager, to prioritise this work against other work. Time was set aside to review this contribution at future date.
17+
The team responsible for the build process for the JavaScript bundles received a major pull request, changing how dependencies were bundled. This PR introduced a new build time dependency, a new structure to the deployed JavaScript bundles, and touched 503 files, with 6,699 lines of code added and 2,828 lines of code deleted. A contribution of this size required significant time to code review, test, and ensure the team understood the new tooling and structure introduced. Normally, InnerSource contributions would be reviewed ad-hoc, but the team estimated that this review process would take days rather than hours. Reviewing this PR would have delayed the team's other work, so the team raised this with the team lead, delivery manager, and product manager, to prioritize this work against other work. Time was set aside to review this contribution at future date.
1818

19-
This process was formalised in the team:
19+
This process was formalized in the team:
2020

21-
* Larger contributions have a ticket created on the team's backlog and included in prioritisation disacussion alongside other tickets. The contributor will be informed of the priority call and given an estimate as to when it will be reviewed and released.
21+
* Larger contributions have a ticket created on the team's backlog and included in prioritization discussion alongside other tickets. The contributor will be informed of the priority call and given an estimate as to when it will be reviewed and released.
2222
* Smaller contributions can still be reviewed ad-hoc.
2323

2424
## Context
@@ -30,15 +30,15 @@ Maintainers of a successful InnerSource project are finding it difficult to revi
3030
* Contributors expect timely feedback on their contributions
3131
* Maintaining team are expected to deliver other work alongside reviewing contributions
3232
* Missing communication between contributors and maintainers on expectations/lead time for contributions to be reviewed/released
33-
* Tension in prioritising InnerSource contributions against other work
33+
* Tension in prioritizing InnerSource contributions against other work
3434

3535
## Solutions
3636

3737
* Reviewing larger contributions is tracked in the team's ticketing system/bug tracker (e.g. Jira, GitHub issues)
38-
* Maintaing team is given time to review larger contributions in team capacity planning
39-
* Reviewing contributions is prioritised against other work (e.g. in sprint planning)
38+
* Maintaining team is given time to review larger contributions in team capacity planning
39+
* Reviewing contributions is prioritized against other work (e.g. in sprint planning)
4040
* Maintainers communicate their capacity for reviewing contributions, the priority of contributions, and an estimate of when a contribution will be reviewed/released
41-
* Maintaing team has a service level objective (SLO) (e.g. 2 working days) for contributions receiving initial feedback
41+
* Maintaining team has a service level objective (SLO) (e.g. 2 working days) for contributions receiving initial feedback
4242

4343
## Resulting Context
4444

0 commit comments

Comments
 (0)