devonfw / .github

Default community health files for https://devonfw.com
Apache License 2.0
2 stars 19 forks source link

getting this to work #1

Open hohwille opened 5 years ago

hohwille commented 5 years ago

It is incredible that github supports general community health files for an organization. However, it is tricky to figure out as the documentation from github is incomplete and unprecise. E.g. asciidoc is supported for CONTRIBUTING but not for CODE_OF_CONDUCT what has to be markdown (.md). Very strange things and all undocumented. Issue templates seem only to work if they are inside yet another .github folder. Will try if that is inherited by repos. That would be so awesome...

hohwille commented 5 years ago

It is incredible. I made it. It is so cool. These settings are now inherited by default for each repo in this org. So awesome!

hohwille commented 5 years ago

Should we add?

hohwille commented 5 years ago

PR templates not working. Github documentation seems wrong: https://help.github.com/en/articles/creating-a-pull-request-template-for-your-repository

hohwille commented 5 years ago

Also interesting feature: https://help.github.com/en/articles/about-automation-for-issues-and-pull-requests-with-query-parameters

hohwille commented 4 years ago

@sjimenez77 can you have a final look? Should we add Support, Funding, or Security (see above)? Any ideas how to get PR template working (if not done already)?

sjimenez77 commented 4 years ago

Hi @hohwille,

From my POV we should add Support and maybe Security, but I do not see Funding appropiated in our repositories.

The issue templates are fine for me, but the issue related to PR templates is that maybe we can only have one, so we could only add a unique .github/PULL_REQUEST_TEMPLATE.md and check if it works. The GitHub documentation may be wrong. Take a look to this https://help.github.com/en/articles/about-issue-and-pull-request-templates too for example.