opensearch-project / .github

Provides templates and resources for other OpenSearch project repositories.
Apache License 2.0
30 stars 70 forks source link

Standardize and monitor organizational issue templates #9

Open elfisher opened 3 years ago

elfisher commented 3 years ago

When I go to create an issue in opensearch-project/OpenSearch it looks like the organization templates are not all showing up. Specifically I don't see the proposal template.

image

dblock commented 3 years ago

I am not sure they are supposed to, are they? I thought you have to actually copy them in the project and .github (this repo) is used as a template to seed new repos. I could be wrong and don't have access to OpenSearch settings, maybe @CEHENKLE can take a look.

elfisher commented 3 years ago

I think you're right. When I click the view organization templates link at the bottom of creating an issue it opens up:

image

From what it looks like that is OpenSearch/.github, not opensearch-project/.github.

Is it safe to assume the opensearch-project/.github repo is acting as a community health repo?

dblock commented 3 years ago

Is it safe to assume the opensearch-project/.github repo is acting as a community health repo?

For sure.

dblock commented 3 years ago

https://github.com/opensearch-project/.github/pull/18

dblock commented 2 years ago

We've updated templates across all OpenSearch plugins in #64. It was pretty tedious. Next I think we need some kind of automation to keep these templates up-to-date across all repos, maybe an app or a bot?

elfisher commented 2 years ago

We've updated templates across all OpenSearch plugins in #64. It was pretty tedious. Next I think we need some kind of automation to keep these templates up-to-date across all repos, maybe an app or a bot?

Agreed. We will have future changes proposed to these templates. For example, I created this today.

Automation to publish these across the repos will be very useful.