-
Notifications
You must be signed in to change notification settings - Fork 1.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
Template for documentation issue #1560
Comments
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. |
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. 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. |
@bjohansebas Would it make more sense for this to be in the repo instead of globally? The contents of https://github.com/expressjs/.github/pull/5/files seem to imply that it's more website specific and doesn't translate great to each module (which may not even have documentation pages). |
I think it's better for it to be global rather than just for the website, since the documentation for the packages is in the READMEs of each package. Any suggestion that can be applied to all packages in general is welcome. |
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.
The text was updated successfully, but these errors were encountered: