expressjs / expressjs.com

https://expressjs.com
Other
5.25k stars 1.46k forks source link

Template for documentation issue #1560

Open bjohansebas opened 1 month ago

bjohansebas commented 1 month ago

Could it be a good idea to add a template for documentation similar to what biomejs does (ref), either just for the expressjs.com repository or for the entire organization?

If you think it's a good idea, I could create a PR to add it.

crandmck commented 1 month ago

Yes, a doc PR template is a good idea. Also add a note that this is specifically for DOCUMENTATION issues, not issues or bugs with the software itself. Often, this is an area of confusion.

chrisdel101 commented 4 weeks ago

Is this possible without admin access to the site? I looked into it and found https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository. You prob found this long ago alredy. It looks like non-admins can only add forms, and not the nice input field templates that we'd more likely want. I don't know we'd want a form, do we?

We (as non-admins) might be able to add things by cloning this https://github.com/expressjs/.github. Maybe this would at least allow the creating of a documentation item in the list https://github.com/expressjs/.github/tree/master/.github/ISSUE_TEMPLATE? Not sure if this would work but I want to look into it.