mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user