tvkitchen / meta

A meta repository for discussions and tasks that span the project
Apache License 2.0
1 stars 0 forks source link

Create `tvkitchen/.github` repo #3

Closed reefdog closed 4 years ago

reefdog commented 4 years ago

As noted by @chriszs here, we should have a tvkitchen/.github repo for our "community health files" as GitHub somewhat tortuously calls them.

Once in place, I think we should consider deleting those files from individual repos (except where truly exceptional). Opened that task as #4.

chriszs commented 4 years ago

Just for example, there's no bug report template in the tv-kitchen repo, but there is in other repos. Sync issues like that should be taken care of this way.

slifty commented 4 years ago

Created! (I mean, created in the sense that time is not linear)

slifty commented 4 years ago

How come this isn't linking the stuff properly :(

reefdog commented 4 years ago

@slifty Which stuff and where? It's at least working sometimes. For example, on this very repo, where the Contributing and Pull Request Template links point to the .github versions, LICENSE/README are (correctly) local. It looks like the COC and Issue Templates aren't, though?

slifty commented 4 years ago

~Huh, when I clicked "create new issue" it didn't seem to pull from the templates! Must have just been a propagation error.~

Ah yeah that's it -- it's just the issue templates that aren't linking.

So I update to: how come THAT isn't linking properly :(

reefdog commented 4 years ago

Issue Templates and COC

chriszs commented 4 years ago

Issue templates and their configuration file must be in a folder called .github/ISSUE_TEMPLATE. All other supported files must be in the root of the repository.

Will fix.

chriszs commented 4 years ago

Fixed.

slifty commented 4 years ago

Yay! I think we can close this up now, right? Feel free to re-open if I'm mistaken.