Rollup merge of #155009 - tgross35:tracking-issue-checkbox, r=jieyouxu

meta: Add checkboxes to unsresolved questions in issue templates

These frequently have links to comments on closed PRs, meaning it can looks like issues have been resolved even if that isn't the case. Add checkboxes to make it more clear when a conclusion has been reached.
This commit is contained in:
Jacob Pratt
2026-04-08 23:04:01 -04:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
@@ -83,6 +83,6 @@ It's useful to link any relevant discussions and conclusions (whether on GitHub,
Zulip, or the internals forum) here. Zulip, or the internals forum) here.
--> -->
- None yet. - [ ] None yet.
[^1]: https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html [^1]: https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html
+4 -3
View File
@@ -55,11 +55,12 @@ for larger features an implementation could be broken up into multiple PRs.
### Unresolved Questions ### Unresolved Questions
<!-- <!--
Include any open questions that need to be answered before the feature can be Include any open questions that need to be answered before the feature can be
stabilised. stabilised. It is useful to link related discussions and conculsions as they
develop.
--> -->
XXX --- list all the "unresolved questions" found in the RFC to ensure they are - [ ] list all the "unresolved questions" found in the RFC to ensure they are
not forgotten not forgotten.
### Implementation history ### Implementation history