-
-
Notifications
You must be signed in to change notification settings - Fork 554
streamline contribution guidance #847
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
Comments
@katrinleinweber This sounds good. My recommendation for the pull request template would be to make it a task list where each item in the list links out to a relevant section of the contributing guide. That would make it less overwhelming (not a wall of text in the pull request that you open up), easy to skip past if you don't need to read (just check off the items), while still making the help text available and relevant. |
I really think this is a bad idea and the cure is worse than the disease.
|
Creating a section in the documentation that you WOULD read seems like a better solution. |
Hi @Insti! I think my reply in #853 addresses your above points as well. To advance the general discussion here, I would argue: In the long term, all PR- or issue-specific instructions should be succinctly put into a template, with link to more verbose explanation where necessary. IMHO, the trade-off between deleting what is not necessary on a case-by-case basis (very small effort often) and using a platform feature to provide actionable advice in the moment they are necessary (increases contribution quality) is worth making. |
I'm with @katrinleinweber on this one.
|
Uh oh!
There was an error while loading. Please reload this page.
Hello!
From my initial stumbling (1k thanks to @stkent for the hints 🙂 ) and this, I gathered that PR templates might be useful for this repo as well.
I suggest creating a
.github
folder (and would be willing to do it) forCONTRIBUTING.md
(just moving it), andPULL_REQUEST_TEMPLATE.md
(workflow details extracted fromREADME.md
andCONTRIBUTING.md
, for example in the form of a task list).IMHO, this could bring guidance info to the... Actionable point and time of contact, so to speak. Particularly new contributors may feel that the two existing files are rather a lot to read (me: guilty as charged 😅 ). Seasoned contributors could of course skip over or remove the items, but would also be reminded about the current UX for newbies.
What do you think?
PS: Albeit also touching a general topic, this topic seems more "actionable" here than "other" ;-) PLMK if I should move this issue there.
The text was updated successfully, but these errors were encountered: