mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 08:10:43 +01:00
* docs: add rsyslog issue assistant build files
Add README and prompt used to build the external Issue Assistant that
drives rsyslog issue assistant which creates great and AI-friendly
GitHub issues. This improves triage readiness and contributor experience
without touching runtime code. The assistant itself is free via the
ChatGPT store and will be linked from documentation and other entry points.
Note that the use of the assistant directly benenfits rsyslog AI First
ecosystem which ensures high quality AI code generation support.
Before: repository had no assistant build inputs.
After: versioned prompt and README are present; assistant is distributed
externally.
Technical details:
- Add ai/rsyslog_issue_assistant/{README.md,base_prompt.txt}.
- Prompt yields ASCII-only JSON metadata plus a Markdown body aligned
with rsyslog templates; selects type, proposes repo, and adds minimal
labels (always includes needs-triage).
- Heuristics default to rsyslog/rsyslog; librelp is chosen when clearly
indicated by the report.
- No runtime, module, ABI, or testbench changes; docs-only assets.
- README points to a web helper page to be linked from CONTRIBUTING.md.
Co-authored-by: gemini-code-assist[bot]
542 B
542 B
Rsyslog Issue Assistant (beta)
Use this tool to turn a raw problem/idea into a high-quality GitHub issue.
- Output is ASCII only and ready to paste into GitHub.
- It selects the correct issue type (bug, feature, documentation, packaging, performance).
- It proposes repo, title, labels, and a complete body matching rsyslog templates.
Link this page from CONTRIBUTING.md: https://www.rsyslog.com/tool_rsyslog-issue-assistant
Implementation note: the assistant consumes the base prompt file:
ai/rsyslog_issue_assistant/base_prompt.txt