Leveraging Discussions as a content source #1822
zarahzachz
started this conversation in
Ideas
Replies: 1 comment
-
Great ideas! I'm going to work on moving our existing RFCs to discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've been using Discussions for about a week now and I have some ideas on ways we could leverage the content created in Discussions more.
Initial ideas include:
Moving RFCs to Discussions
As it stands, RFCs live within a directory in our codebase, are written by engineers, and discussed within PRs.
This way of working presents several limitations:
Moving our RFC process to GH Discussions...
Using Github's GraphQL API to post content to our documentation site
Github has a GraphQL API that can be used to get data from Discussions. What kind of data we want and how we want it displayed is still up in the air, but one idea could be to use it to post RFCs, release notes, and other important announcements to our documentation site as a way to over-communicate upcoming design system information in a very public way.
The API can target specific Discussion categories, labels, pinned status, etc. Permissions for setting these attributes on a Discussion can be limited to those with specific admin privileges.
Another way we could leverage this API is by piloting a newsletter-type campaign where a post can be written in Discussions detailing the latest from both design and development, and be served on the documentation site for extra awareness.
Pulling content from Discussions into our documentation site makes the site even more of a single source of truth to our users.
Goal-setting using community insights
Discussions offers a community insights feature, which is a dashboard of user engagement. This data can help us craft SMART goals during PI planning but having metrics to work against.
Beta Was this translation helpful? Give feedback.
All reactions