1---
2name: Feature
3about: The dawn of a new era.
4
5---
6
7**Related features:**
8This feature resolves issue #???.
9
10**Description of feature:**
11A short description of the feature implemented.
12
13**Implementation:**
14Describe any pieces of the implementation that deserve further explanation.
15Detail any gotchas, uncertainties, or open questions about the implementation.
16
17**Checklist:**
18
19The CI will check all of these, but you'll need to have done them:
20
21* [ ] `cargo fmt -- --check` passes.
22* [ ] `cargo +nightly clippy` has no warnings.
23* [ ] `cargo test` passes.
24
25