Add fallback issue template#12
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 134d36e7a4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,24 @@ | |||
| ## Summary | |||
There was a problem hiding this comment.
Move fallback template into ISSUE_TEMPLATE
This file is being added as .github/ISSUE_TEMPLATE.md, but GitHub's issue-template docs state that issue templates are loaded from .github/ISSUE_TEMPLATE; with the existing form files already in that directory, someone choosing the blank/classic issue path will still get an empty body, so the credential/security warning here won't be shown. Put the fallback Markdown under .github/ISSUE_TEMPLATE/ (or add a chooser config/contact link) so GitHub actually applies it.
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkmissing=0