Skip to content

closes #181 add: definition of oss or iss project - #182

Closed
chtompki wants to merge 10 commits into
InnerSourceCommons:mainfrom
chtompki:master
Closed

closes #181 add: definition of oss or iss project#182
chtompki wants to merge 10 commits into
InnerSourceCommons:mainfrom
chtompki:master

Conversation

@chtompki

Copy link
Copy Markdown

For the sake of posterity:

  • OSS = Open Source Software
  • ISS = InnerSource Software

Comment thread definintion-of-oss-or-iss-project.md Outdated
@MaineC

MaineC commented Jun 26, 2020

Copy link
Copy Markdown
Member

I like the idea of writing down what aspects make InnerSource projects work. Two comments:

If possible, it would be great to formulate this pattern as a pattern. You can either look at the structure of the other patterns. Alternatively there's https://www.youtube.com/watch?v=mMPdG2O-W2Y that I believe explains the structure and the reasoning behind that structure very well.

I would refrain from including a definition of an Open Source project here. The Open Source definition is kept by another organisation: https://opensource.org/osd

Maybe a starting point for rephrasing the content that was proposed here: Try to think about phrasing the pattern as one that helps increase community appeal?

Also this pattern should be put into relation with #116

@chtompki

Copy link
Copy Markdown
Author

Good point. I didn’t know about that definition off hand. Should be able to get back to this later today.

@spier

spier commented Jul 28, 2020

Copy link
Copy Markdown
Member

Hi @chtompki. Do you want any help? From the thread above it sounds like you were considering to describe the content that you already have as an InnerSource Pattern?

@chtompki

Copy link
Copy Markdown
Author

Pardon me...I can try to get to it in the morning. Been a busy little while lately. Many thanks for the nudge :-)

@chtompki

chtompki commented Aug 1, 2020

Copy link
Copy Markdown
Author

Working on this today.

@chtompki

chtompki commented Aug 1, 2020

Copy link
Copy Markdown
Author

@MaineC - what do you think of my changes? Should we add a maturity model to this definitions section? I would think we might not, and instead create a maturity model that is separate referring to the definitions?

@chtompki

chtompki commented Aug 1, 2020

Copy link
Copy Markdown
Author

Curious that the link checker failed. I just loaded all of the references just now in under 5s.

@spier

spier commented Aug 2, 2020

Copy link
Copy Markdown
Member

The link checker fails with this error:

ERROR	definintion-of-oss-or-iss-project.md
		Stat definintion-of-oss-or-iss-project.md: no such file or directory

The link you created in the main README.md and the filename that you created don't match.

link: definintion-of-oss-or-iss-project.md
filename: definintion-of-iss-project.md

@maxcapraro maxcapraro added the 📖 Type - Content Work Working on contents is the main focus of this issue / PR label Aug 6, 2020

@lenucksi lenucksi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @chtompki!
Thanks for creating this. I've added a few review comments inline.
In general I wonder if it might be good to think of this as pattern how to discern OSS and ISS projects.

I'm more than happy to merge this, however think there might a few quick additions that would be worthwile to add.

The Definition of an InnerSource Software (ISS) Project. We will largely take the ideas that follow
from the definition of an Open Source Software (OSS) Project. Note, the definition of an OSS Project
follows from [opensource.com's definition](https://opensource.com/resources/what-open-source). Further,
[RedHat also supplies a defintion of OSS project](https://www.redhat.com/en/topics/open-source/what-is-open-source).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As @MaineC already suggested I think using or at least adding the OSIs definitions here would have merit.
https://opensource.org/osd

Comment thread definintion-of-iss-project.md Outdated
can view the code base, the project is Open Source. On the other hand if any portion of the project's source
code lives on a restricted network topology such that it is not available to be read by the world at
large then we deem it InnerSource, and refer to it as "private." Also, most OSS projects contain a
[license (list taken from opensource.com)](https://opensource.com/law/13/1/which-open-source-software-license-should-i-use).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The OSI stewards a widely-accepted overview and list of licenses. I think they should be referenced.

large then we deem it InnerSource, and refer to it as "private." Also, most OSS projects contain a
[license (list taken from opensource.com)](https://opensource.com/law/13/1/which-open-source-software-license-should-i-use).
The licenses are legal parameters that developers and users adhere to for the development and consumption
of the project. Luckily we need not worry about licensing because we are concerned with "private" repositories.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I agree that the licensing issue is less of a problem with InnerSource, there are problems with large corporate constructs and taxation issues that led to the evolution of a license. Maybe it would be worthwhile to have a word with the people involved with #147 (or on the Slack, @gruetter and @Danese might know more too.)

push code to the repository a “committer”; we call any person using the repository a “user.” Naturally, the progression
of trust follows (most to least trusted) as:

1. Owners (commonly referred to as project committee members)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I entirely agree with this definition in the Context of OSS.
The context of ISS uses a slightly different, simplified set of terms though, which I think we should keep in the ISS context.

  • Trusted Committers: This fuses Owners & Committers to a certain degree, there is no real separation in most of all cases.
  • Contributors: External or Internal to the host project. What it sounds like.
  • Users: What it sounds like.

I haven't seen the Apache PMC concept in the InnerSource domain yet. There is a role called product owner, however this might not be real match and still needs a bit of work.

The Learning Path repo has a bit more on those uses of terms.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious here. In most cases I've found, there are system level distinctions that separate the ability to commit to a repository versus the administrative privileges of the repository (e.g. renaming it or deleting it). I was merely trying to capture that distinction here. That said, if we wish to collapse owner and committer I'm ok with that, but I don't think that it sufficiently describes all of the permissions afforded by most source control systems these days.


The following are the components are essential for a project to be declared an InnerSource Software
project. Note, the distinction between Open Source and InnerSource is merely
the network topology surrounding the source control management system instance. If the world at large

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this separation around network infra 😉. Depending on the audience it might be a bit technical.
What do you think about cases of e.g. an ISS project in a private repo on the public GitHub instance (this one right here)? Network-wise this would be available, access restrictions come in at a different layer.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point there.


#### Code Base
For a project to be considered ISS, it's code base must be entirely browsable by the population
of users on a given network. It may or may not be hosted in a source code management system. That

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I technically agree, however would think that we might ask corporates to please use a SCM.

the features of the GitHub (or source control management system more generally) user interface as the project’s
primary website.

#### Asychronous Communications

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it would it make sense to add a sentence around more synchronous / asynchronous or formalized/less formalized? E.g. issue tracker vs. mailing list or even IRC

Same goes with the text-based, archived, searchable, perma-linkable point that is often brought up. What do you and @MaineC think?

@chtompki

Copy link
Copy Markdown
Author

Quite happy to make changes...will take me some time to carve out the time to sort it out. Changes will work their way in, in the coming days.

@chtompki

Copy link
Copy Markdown
Author

Pardon my being remiss here. My $job became quite overbearing towards the end of the summer there. I have have more time on my hands :-)

@lenucksi

lenucksi commented Oct 3, 2020

Copy link
Copy Markdown
Member

Pardon my being remiss here. My $job became quite overbearing towards the end of the summer there. I have have more time on my hands :-)

Absolutely no problem, we all have jobs, lifes and this review isn't running away anytime soon.
Happy to continue reviewing and merging eventually whenever you have time.

@spier

spier commented Dec 6, 2020

Copy link
Copy Markdown
Member

Hi @chtompki just checking in here again, if you would have the time and energy to continue work on this PR/pattern?

@chtompki

chtompki commented Dec 9, 2020

Copy link
Copy Markdown
Author

Am working on this now

@spier

spier commented Dec 9, 2020

Copy link
Copy Markdown
Member

@chtompki let us know when you feel like you got to a good next version and want an other review, or help in any form.

@spier

spier commented Dec 14, 2021

Copy link
Copy Markdown
Member

hi @chtompki. I am wondering whether you want to continue work on this PR/pattern in the near future? Otherwise this PR is at risk of running stale.

Also FYI there might be some overlap between what you are aiming to define here, and this pattern:
https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/patterns/1-initial/explicit-innersource-principles.md

Let us know how you want to proceed. And of course if you need any help, just ask :)

@spier

spier commented Oct 8, 2022

Copy link
Copy Markdown
Member

@chtompki @MaineC wondering where this is at?
Maybe something that we could try to finish as part of hacktoberfest?

Alternatively if you feel that you won't have time to work on this anymore, we can also close this PR, as I am suspecting that it would be a bit hard for somebody else to finish this PR?

@robtuley

Copy link
Copy Markdown
Collaborator

Closing this PR as stale now -- by all means re-open if still active.

@robtuley robtuley closed this Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📖 Type - Content Work Working on contents is the main focus of this issue / PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants