Skip to content

docs: add GitHub issue forms for bugs and feature requests - #395

Open
CjhHa1 wants to merge 3 commits into
Tencent-Hunyuan:mainfrom
CjhHa1:chore/github-issue-templates
Open

docs: add GitHub issue forms for bugs and feature requests#395
CjhHa1 wants to merge 3 commits into
Tencent-Hunyuan:mainfrom
CjhHa1:chore/github-issue-templates

Conversation

@CjhHa1

@CjhHa1 CjhHa1 commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add GitHub issue forms so bug reports collect engine, domain, recipe, and a pasteable env snippet, and feature requests collect area, motivation, and whether the reporter can send a PR.
  • Keep blank issues enabled for RFCs and roadmaps. config.yml also surfaces docs and the WeChat group on the New issue chooser so chat stays off the bug tracker.
  • Point README at the forms instead of a generic issues link.

Adapted from verl-project/verl-omni (originally Hugging Face transformers), rewritten for UniRL Hydra recipes, vLLM-Omni / SGLang extras, and AGENTS.md.

Related Issue

N/A

Test Plan

  • python3 -c "import yaml, pathlib; [yaml.safe_load(p.read_text()) for p in pathlib.Path('.github/ISSUE_TEMPLATE').glob('*.yml')]"
  • After merge: open https://github.com/Tencent-Hunyuan/UniRL/issues/new/choose and confirm Bug report, Feature request, blank issue, docs, and WeChat links all appear.
  • Not run; reason: forms only render on the default branch.

Compatibility / Risk

N/A — docs and GitHub UI only. No training, checkpoint, or API changes. Existing issue filing still works via blank issues.

Reviewer Notes

Forms are invisible until this lands on main. CODEOWNERS already routes /.github/ to @celve @haonan3.

Checklist

  • I reviewed the changed code and removed unrelated/generated artifacts.
  • I updated tests, docs, and configs where needed, or explained why not.

Give reporters a structured path (engine, domain, recipe) while keeping
blank issues for RFCs. Point README at the forms instead of a generic issues link.
@CjhHa1
CjhHa1 requested review from celve and haonan3 as code owners August 26, 2026 03:56
@github-actions github-actions Bot added the need review Ready and waiting for review label Aug 26, 2026
Comment thread .github/ISSUE_TEMPLATE/bug-report.yml Outdated
nussejzz and others added 2 commits August 27, 2026 23:23
GitHub dropdown options are plain text, so backticks showed literally.
Split async train_async_diffusion / train_async_ar into their own
options so hangs are not filed under the sync entrypoints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

need review Ready and waiting for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants