Skip to content

Commit 2656ba4

Browse files
authored
Merge pull request #1 from InnerSourceCommons/master
Forked rebased from original repository
2 parents 699dde7 + 049932e commit 2656ba4

File tree

71 files changed

+1675
-585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1675
-585
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# the repo. Unless a later match takes precedence,
99
# @global-owner1 and @global-owner2 will be requested for
1010
# review when someone opens a pull request.
11-
* @lenucksi @nyeates @gruetter @NewMexicoKid @cewilliams @spier
11+
* @lenucksi @NewMexicoKid @cewilliams @spier
1212

1313
# Order is important; the last matching pattern takes the most
1414
# precedence. When someone opens a pull request that only

.github/workflows/book.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "master"
7+
- "book-staging"
78

89
jobs:
910
book-toc-generation:

.github/workflows/main.yml renamed to .github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
id: lc
1919
uses: peter-evans/link-checker@v1
2020
with:
21-
args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com|https://github.com/rcs/rcs-viewer/pull/81|fearlesschangepatterns.com" README.md patterns/ -r
21+
args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com|https://github.com/rcs/rcs-viewer/pull/81|fearlesschangepatterns.com|https://ulir.ul.ie/bitstream/handle/10344/4443/Stol_2014_inner.pdf" README.md patterns/ -r
2222
- name: Fail if there were link errors
2323
run: exit ${{ steps.lc.outputs.exit_code }}

.github/workflows/lint-patterns.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
branches:
77
- "master"
88
pull_request:
9+
paths:
10+
- ".github/workflows/lint-patterns.yml"
11+
- "lint/*"
12+
- "patterns/2-structured/*.md"
13+
- "patterns/2-structured/project-setup/*.md"
14+
- "patterns/3-validated/*.md"
915

1016
jobs:
1117
validate:

README.md

Lines changed: 38 additions & 40 deletions
Large diffs are not rendered by default.

TRUSTED-COMMITTERS.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
# Trusted Committers
22

3-
Trusted committers (TCs) are those members of our working group who have elevated rights and direct write access to this repository. *TCs act as stewards of the working group and community. They aim to make consensus-based decisions in the best interest of the working group.* They also act as the guardians of this repository: TCs react to, referee, and give feedback about incoming contributions.
3+
Trusted Committers (TCs) are those members of our working group who have elevated rights and direct write access to this repository.
4+
5+
> Trusted Committers act as stewards of the working group and community. They aim to make consensus-based decisions in the best interest of the working group.
6+
7+
They also act as the guardians of this repository: TCs react to, referee, and give feedback about incoming contributions.
8+
9+
For further information about the concept, also see the [Trusted Committer Pattern](patterns/2-structured/trusted-committer.md).
410

511
## Current Trusted Committers
612

713
* [@spier](https://github.com/spier) (added 2020-12-11)
814
* [@lenucksi](https://github.com/lenucksi) (added 2020-04-24)
9-
* [@nyeates](https://github.com/nyeates) (added 2017-03-02)
10-
* [@gruetter](https://github.com/gruetter) (added 2017-03-02)
1115
* [@NewMexicoKid](https://github.com/NewMexicoKid) (added 2017-03-02)
1216
* [@cewilliams](https://github.com/cewilliams) (added 2017-03-02)
1317

18+
## Hall of Fame (aka Alumni)
19+
20+
While Trusted Committers are in principle appointed for lifetime, interests or priorities of a TC can change and they might not have enough time any more to contribute to the project.
21+
22+
In those cases we ask them if we should move them to the Hall of Fame. Doing so allows us to appropriately thank them for all of their fantastic contributions. When doing so we also remove them from `.github/CODEOWNERS`, so that reviews of Pull Requests aren't assigned to them anymore, and GitHub notifications are reduced. That increases the clarity for the community who to expect feedback from when creating PRs.
23+
24+
The alumni in the Hall of Fame can of course always start contributing again in the future and go back to being Trusted Committers if they want to.
25+
26+
* [@gruetter](https://github.com/gruetter) (added 2017-03-02)
27+
* [@nyeates](https://github.com/nyeates) (added 2017-03-02)
28+
1429
## Process for Adding new Trusted Committers
1530

1631
We work based on trust: Our goal is to add most people who contributed a sizeable change - quick and early.
@@ -34,4 +49,6 @@ We follow this process (adapted from [here](https://tech.europace.de/voting-in-n
3449

3550
## Admins
3651

37-
A handful of individuals are currently the technical GitHub Admins for this repository. This includes most members of the InnerSource Commons' #tech-infra team and members of the [InnerSource Commons GitHub Organization](https://github.com/innersourcecommons). However, please channel working group-specific requests through the trusted committers.
52+
A handful of individuals are currently the technical GitHub Admins for this repository. This includes most members of the InnerSource Commons' #tech-infra team and members of the [InnerSource Commons GitHub Organization](https://github.com/innersourcecommons).
53+
54+
However, please channel working group-specific requests through the trusted committers.
16 KB
Loading
-103 KB
Binary file not shown.
672 Bytes
Loading

assets/img/thirtydaywarranty.jpg

6.76 KB
Loading

0 commit comments

Comments
 (0)