docs: add GitHub issue forms for bugs and feature requests - #395
Open
CjhHa1 wants to merge 3 commits into
Open
Conversation
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.
nussejzz
reviewed
Aug 27, 2026
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
config.ymlalso surfaces docs and the WeChat group on the New issue chooser so chat stays off the bug tracker.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')]"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