aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE/feature.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE/feature.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/feature.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md
new file mode 100644
index 0000000..e43e06a
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/feature.md
@@ -0,0 +1,24 @@
+---
+name: Feature
+about: The dawn of a new era.
+
+---
+
+**Related features:**
+This feature resolves issue #???.
+
+**Description of feature:**
+A short description of the feature implemented.
+
+**Implementation:**
+Describe any pieces of the implementation that deserve further explanation.
+Detail any gotchas, uncertainties, or open questions about the implementation.
+
+**Checklist:**
+
+The CI will check all of these, but you'll need to have done them:
+
+* [ ] `cargo fmt -- --check` passes.
+* [ ] `cargo +nightly clippy` has no warnings.
+* [ ] `cargo test` passes.
+