-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Org-wide issue/PR templates #2974
Comments
There are other files that we can place there, like the security.md and the generic contributing.md. Perhaps the DCO and code of conduct as well? |
I would prefer to only move those files which are understood by GitHub. I would keep DCO in the repos because it is part of the development process, and so are contributing docs. And our code of conduct is just a link to CNCF, so it's also better to keep in the repos (but OK to copy to .github as well for repos where we didn't define it). |
Note that main repo has |
I thought every file in there would show up in all repos from the organization. If that's not the case, I agree with you. |
no, they don't "show up" in the repos, but are used by GitHub in various sections of the website. |
sgtm |
jaegertracing/.github#1: PTAL. |
Requirement - what kind of business use case are you trying to solve?
This is a follow-up to jaegertracing/jaeger-idl#74 (comment).
Problem - what in Jaeger blocks you from solving the requirement?
Each project under the jaeger org is either missing or has a similar issue template which means:
Proposal - what do you suggest to solve the problem or improve the existing situation?
A single default issue/PR template similar to OpenTelemetry's (https://github.com/open-telemetry/.github) applied across the Jaeger org, by copying the contents from jaegertracing/jaeger's
.github/ISSUE_TEMPLATE
to jaegertracing's .github project: https://github.com/jaegertracing/.github.Tested in my own "org" to confirm expected behaviour; default issue_templates can be overridden in the project repo's
.github/ISSUE_TEMPLATE
, otherwise, the default issue_templates will be applied when creating new issues.Any open questions to address
The text was updated successfully, but these errors were encountered: