-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create template repository with license and contribution agreement #1
Conversation
Create MOC template repository with Apache 2.0 license, contribution agreement, etc. Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com>
This is based off [1]. [1]: https://github.com/grafana/helm-charts/blob/main/CONTRIBUTING.md Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com> Closes: CCI-MOC/ops-issues#659
Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com>
Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Good work Lars.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't speak to the technical accuracy but there are no typos that I see and the pre-commit hook rules look correct. The readme and contributing documents look good.
Is there a way to add a hook or some other feature that refuses pulls that do not include "Signed-off-by:"? Is that what the --signoff does?
The open question, particularly for you and @msdisme , is whether or not this document accurately expresses our policy as you understand it.
There is a separate issue for creating that sort of automation (CCI-MOC/ops-issues#657). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONTRIBUTING.MD accurately expresses our policy to my understanding.
@msdisme as you have more experience with licensing than I do, this PR would benefit from your review. |
Create a template repository both to serve as the model for creating new repositories and to serve as the canonical location for the
LICENSE
andCONTRIBUTING.md
files.