|
| 1 | +--- |
| 2 | +stackbit_url_path: posts/discussions-1n5b |
| 3 | +title: '"Discussions"' |
| 4 | +date: '2021-03-17T20:17:34.665Z' |
| 5 | +excerpt: >- |
| 6 | + A THOROUGH REVIEW OF GITHUB'S LATEST BRAINCHILD Overview After |
| 7 | + nearly a year... |
| 8 | +thumb_img_path: >- |
| 9 | + https://res.cloudinary.com/practicaldev/image/fetch/s--mS00IFfr--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/73suok4xhx023jic9t21.jpg |
| 10 | +comments_count: 2 |
| 11 | +positive_reactions_count: 5 |
| 12 | +tags: |
| 13 | + - github |
| 14 | + - news |
| 15 | + - productivity |
| 16 | +canonical_url: 'https://sth13.medium.com/discussions-d216ce8bba6e' |
| 17 | +template: post |
| 18 | +--- |
| 19 | +#### **A THOROUGH REVIEW OF GITHUB'S LATEST BRAINCHILD** |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +## Overview |
| 24 | + |
| 25 | +After nearly a year of private beta testing, GitHub confirmed last month in a blog post that its new [Discussions](https://docs.github.com/en/discussions) feature is now available as a public beta. |
| 26 | + |
| 27 | +First revealed during the live stream of GitHub's [Satellite Virtual 2020](https://githubsatellite.com/), this latest addition to the GitHub platform seeks to provide a way for software communities to collaborate outside the codebase. |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | + |
| 32 | +<iframe class="liquidTag" src="https://dev.to/embed/details?args=" style="border: 0; width: 100%;"></iframe> |
| 33 | + View of a "GitHub Discussion" |
| 34 | +<iframe class="liquidTag" src="https://dev.to/embed/enddetails?args=" style="border: 0; width: 100%;"></iframe> |
| 35 | + |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +In theory, the new feature will improve collective participation for open-source projects while smoothing communication lines between project managers, developers, beta testers, and end-users. |
| 40 | + |
| 41 | +> _"Discussions is a collaborative communication forum for the community around an open-source project."_ — [GitHub Docs](https://docs.github.com/en/discussions) |
| 42 | +
|
| 43 | +Some prominent repositories, such as [Node.js](https://github.com/nodejs/node/discussions), [Laravel](https://github.com/laravel/framework/discussions), [Next.js](https://github.com/vercel/next.js/discussions), and [Prisma](https://github.com/prisma/prisma/discussions), participated in the first round of beta testing and have already successfully integrated Discussions. Based on current trends, **it appears that Discussions is poised to reshape the existing structure of most GitHub repositories**. |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +[](https://github.com/vercel/next.js/discussions) |
| 48 | +<iframe class="liquidTag" src="https://dev.to/embed/details?args=" style="border: 0; width: 100%;"></iframe> |
| 49 | + [View of a "GitHub Discussion"](https://github.com/vercel/next.js/discussions) |
| 50 | +<iframe class="liquidTag" src="https://dev.to/embed/enddetails?args=" style="border: 0; width: 100%;"></iframe> |
| 51 | + |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## Features |
| 56 | + |
| 57 | +By default, **four categories** are created to help Discussions stay organized. |
| 58 | + |
| 59 | +> 1. 💬 General |
| 60 | +> 2. 💡 Idea |
| 61 | +> 3. 🙏 Q&A |
| 62 | +> 4. 🙌 Show and tell |
| 63 | +
|
| 64 | +Aside from these templated options, repository owners can author unlimited custom threads. **Users are encouraged to mark quality answers as helpful**, similar to the familiar layout of Stack Overflow. |
| 65 | + |
| 66 | +Discussions also attempts to establish content moderation by **allowing top contributors to achieve higher privileges**. This option should help relieve some stress for the developer(s), who would otherwise be forced to keep a constant eye on the conversations. |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | + |
| 71 | +<iframe class="liquidTag" src="https://dev.to/embed/youtube?args=DbTWBP3_RbM" style="border: 0; width: 100%;"></iframe> |
| 72 | + |
| 73 | +<iframe class="liquidTag" src="https://dev.to/embed/details?args=" style="border: 0; width: 100%;"></iframe> |
| 74 | + Video provided courtesy of [Github](https://www.youtube.com/channel/UC7c3Kb6jYCRj4JO) and [Michelle Mannering](https://www.mishmanners.com/). |
| 75 | +<iframe class="liquidTag" src="https://dev.to/embed/enddetails?args=" style="border: 0; width: 100%;"></iframe> |
| 76 | + |
| 77 | + |
| 78 | +--- |
| 79 | + |
| 80 | +## Configuration |
| 81 | + |
| 82 | +Anyone can configure Discussions quite easily; it took me about **5–10 minutes per repository** on average. |
| 83 | + |
| 84 | +The layout is almost identical to GitHub issues, allowing for creating any number of topics linked to a single repository, each with a unique title and URL. While this is conducive in most scenarios, the setup could intimidate some developers who maintain an extensive library of source code. |
| 85 | + |
| 86 | +Fortunately, **most of the configuration is already provided by a boilerplate template**. I found the default options to be well-balanced, sparing precious design time while still allowing customization. |
| 87 | + |
| 88 | +--- |
| 89 | +[](https://docs.github.com/en/discussions/quickstart) |
| 90 | +<iframe class="liquidTag" src="https://dev.to/embed/details?args=" style="border: 0; width: 100%;"></iframe> |
| 91 | + [Getting Started with Discussions](https://docs.github.com/en/discussions/quickstart) |
| 92 | +<iframe class="liquidTag" src="https://dev.to/embed/enddetails?args=" style="border: 0; width: 100%;"></iframe> |
| 93 | + |
| 94 | + |
| 95 | +--- |
| 96 | + |
| 97 | +As shown above, the option to enable Discussions is now available for every repository. To access, open the settings tab and scroll to the bottom of the features section. |
| 98 | + |
| 99 | +You are now presented with a template containing several options to personalize if you so desire. Styling with Markdown is supported, so once you are satisfied, preview and publish just like a |
| 100 | +`README` |
| 101 | +. |
| 102 | + |
| 103 | +A new menu tab should appear in the navbar of the repository. Here, members of the software community who utilize your code can now gather to converse and collaborate. |
| 104 | + |
| 105 | +--- |
| 106 | + |
| 107 | +## Outlook |
| 108 | + |
| 109 | +Some developers contend that Discussions shares too much similarity with existing features to be worth the hassle. Others fear that management will pile more expectations onto an already overwhelming workload. |
| 110 | + |
| 111 | +As it stands, Discussions admittedly leaves room for improvement and likely will not be suitable for every situation. That being said, the latest metrics released by GitHub in a new report are nothing short of impressive.* |
| 112 | + |
| 113 | +Since January 2020 — |
| 114 | + |
| 115 | +> * **3000 discussions** have been created. |
| 116 | +> * **50% of active Discussions users** contributed or pushed code. |
| 117 | +> * **34% more pull requests** were merged. |
| 118 | +> * **18% less time** was required to accomplish a merge. |
| 119 | +
|
| 120 | +All figures were derived from beta testing conducted after the addition of Discussions to the Next.js repository, which produced a marked overall improvement in **user participation and developer productivity**. |
| 121 | + |
| 122 | +*If you wish to read the entire report, visit [octoverse.github.com](octoverse.github.com), where you can also download a PDF copy for later reference. |
| 123 | + |
| 124 | +--- |
| 125 | + |
| 126 | + |
| 127 | +<iframe class="liquidTag" src="https://dev.to/embed/details?args=" style="border: 0; width: 100%;"></iframe> |
| 128 | + Customization options for pinned Discussions |
| 129 | +<iframe class="liquidTag" src="https://dev.to/embed/enddetails?args=" style="border: 0; width: 100%;"></iframe> |
| 130 | + |
| 131 | + |
| 132 | +--- |
| 133 | + |
| 134 | +## Conclusion |
| 135 | + |
| 136 | +Every developer knows that data from a test environment cannot be used conclusively to predict future performance. |
| 137 | + |
| 138 | +However, if the benchmarks established last year hold steady, we can safely assume that Discussions' popularity and usage will continue to increase across GitHub. So here is my personal opinion on the matter. |
| 139 | + |
| 140 | +**Provided as users, we treat Discussions like a tool and not a social media platform; and as project managers, we gradually and tactfully integrate the feature; I believe many benefits can be realized.** |
| 141 | + |
| 142 | +I would love to hear perspectives from all of you, so please leave your thoughts in the comments. |
| 143 | + |
| 144 | +Don't forget to 💖 this article and leave a 💭. If you're feeling extra generous, please click my name below to 🎆subscribe🎇! |
| 145 | + |
| 146 | + -- killshot13 |
| 147 | + |
| 148 | +--- |
| 149 | + |
| 150 | + |
| 151 | +<iframe class="liquidTag" src="https://dev.to/embed/user?args=killshot13" style="border: 0; width: 100%;"></iframe> |
| 152 | + |
| 153 | + |
| 154 | +--- |
| 155 | + |
| 156 | +*[This post is also available on DEV.](https://dev.to/killshot13/discussions-1n5b)* |
| 157 | + |
| 158 | + |
| 159 | +<script> |
| 160 | +const parent = document.getElementsByTagName('head')[0]; |
| 161 | +const script = document.createElement('script'); |
| 162 | +script.type = 'text/javascript'; |
| 163 | +script.src = 'https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.1.1/iframeResizer.min.js'; |
| 164 | +script.charset = 'utf-8'; |
| 165 | +script.onload = function() { |
| 166 | + window.iFrameResize({}, '.liquidTag'); |
| 167 | +}; |
| 168 | +parent.appendChild(script); |
| 169 | +</script> |
0 commit comments