InnerSourceCommons / InnerSourcePatterns

Proven approaches that can guide you through applying open source best practices within your organization
https://patterns.innersourcecommons.org
Creative Commons Attribution Share Alike 4.0 International
736 stars 180 forks source link

Pattern idea: Service Level Agreement (SLA) #231

Open dellagustin opened 3 years ago

dellagustin commented 3 years ago

Problem

Solution

The maintainers of the receiving component will document their Service Level Agreement (SLA) with respect to reviewing and merging / rejecting contributions and answering to bug reports, feature requests.

The SLA may also state no-warranty clauses (i.e. projects maintained in spare time).

Contributors will know up front what to expect before contributing, and can better decided whether to invest their time contributing, avoiding waste of resources and frustration.

Related patterns

References

spier commented 3 years ago

The base documentation pattern recommends README and CONTRIBUTING files. The visualization for the CONTRIBUTING file mentions "time to expect for reviews". However the template for that file does not cover that.

@dellagustin Do you think that extending the existing pattern with the things suggested above would be sufficient? Or would it be better in a separate pattern? (and I would be curious about the why if you have an opinion on this :))

spier commented 3 years ago

@martinwoodward what do you think about this pattern idea?