Discussions — Let's Collaborate & Innovate!¶
Note

Discussions
- Discussions section is for non-urgent questions, seeking help, sharing ideas, or general chatting.
- Further reading: Github Docs of Discussions
Scenarios of Using Discussions¶
- Share use cases
- Ask "how-to" questions
- Brainstorm new features
- Discuss performance optimization strategies
- Propose major refactorings or breaking changes
-
Bug Reporting→ Use Issues -
Feature Requests→ Use Issues
How to participate in a Discussion¶
Suggestions¶
-
Search First 🔍
- Search for similar topics first
- Join existing discussions when possible
- Create new thread only for distinct topics
-
Hook 'em with a great title ✍️
- ✅ Clear example:
"How to show raw data in the tabular report?"
- ❌ Avoid vague titles:
"Help pls"
- ✅ Clear example:
-
Structure Your Post 📋
- Organize content with special markdown syntax, such as header, code blocks, quotes, details blocks, etc. Check markdown syntax on Github for more details.
- Link the discussion to relevant issues or PRs if applicable. Use
#issue-number
/#pr-number
syntax to link to issues or PRs.
-
Engage Effectively 🙋♂️
- Be respectful & constructive
- Stay on-topic: Keep replies focused on the topic.
- Acknowledge Contributors: Always general to mark someone’s comment as answer if it helps resolve your problem, their contributions deserve recognition!