Contributions: Guidelines, Reliability and Management #20
Replies: 3 comments 1 reply
-
I just submitted a PR without the discussion... Let's see how this one goes. Don't give me special treatment - treat it as a random contrib? |
Beta Was this translation helpful? Give feedback.
-
Regardless of any PR "discussion" my idea is to have a never closed discussion topic for that particular contribution, and a link to in the contribution's readme. This is not so much for the contributor and those vetting the contribution PR but for initial brainstorming and for those wanting to use it later who have questions etc. So IMO a discussion should be started before even an initial PR is set. As in "I have an idea for contribution". Later after a PR is submitted then PR related discussion can happen there (and the discussion topic can have links to PRs opened or closed) so as not to "clutter" the discussion topic. This makes it clear (at least to me). I look at contribution's readme. I have questions about the using the contributions. I the see the link to the corresponding discussion topic (never closed). Aha! Maybe my question has already been answered. I also know how to then contact the contributor (rest of the community) with my question about this contribution. I don't have to make yet another topic on the same contribution, making it more likely we don't keep answering the same questions again and again. |
Beta Was this translation helpful? Give feedback.
-
so I guess I need to add this to the "readme" guidline.
|
Beta Was this translation helpful? Give feedback.
-
Opening this for discussion about how want to ask members for contributions, what guideline to follow and how to indicate reliability (testing) of contribution.
We so far have some basic guidelines that are in the root readme file.
I repost them here.
Contributing
If you want to make a contribution (i.e. a folder of code) then follow these steps
Folder Guide
your contributed folder needs to have a README.md file
in the README.md file you need at least
[return](../README.md)
```javascript
you get some appropriate highlightingalso edit the parent directory README.md file and add a link to your README.md
[my contribution](my-contribution-folder/README.md)
It was also remarked that we should indicate the level of reliability of the contribution (testing)
So maybe we should have some kind of tags
untested
Beta Was this translation helpful? Give feedback.
All reactions