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:
Trevor Gross
2026-04-08 16:25:40 -04:00
parent 2bd7a97871
commit e1d0fe5ceb
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.
-->
- None yet.
- [ ] None yet.
[^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
<!--
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
not forgotten
- [ ] list all the "unresolved questions" found in the RFC to ensure they are
not forgotten.
### Implementation history