Files
semantica/.github/DISCUSSION_TEMPLATE/qa.md
T
KaifAhmad1 ba04b0bbc6 docs: remove email addresses and add discussion templates
- Remove email addresses from support, security, contributing, and community docs
- Replace email contacts with GitHub Issues and Security Advisories
- Add discussion templates for Q&A, Ideas, Showcase, and General discussions
- Update SUPPORT.md with Discussions section
2025-12-03 11:19:07 +05:30

1.2 KiB

title, labels
title labels
[Q&A]
question
help wanted

Question

Please provide a clear and detailed question. Be specific about what you're trying to accomplish.

Objective

Describe your end goal or what you're trying to achieve.

Attempts

List the steps you have already taken to solve this problem:

Code Example

If your question involves code, please share a minimal, reproducible example:

from semantica import Semantica

# Your code here

Error Messages

If applicable, paste any error messages or describe unexpected behavior:

# Paste error messages here

Environment

  • Python version:
  • Semantica version:
  • OS:
  • Relevant dependencies:

Checklist

  • I have searched existing discussions and issues
  • I have checked the documentation and FAQ
  • I have provided a minimal code example (if applicable)
  • I have included error messages (if applicable)
  • I have provided environment details