Finite state machines in rust; bendns fork to add types.
-rw-r--r--.github/pull_request_template.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..fa75d62
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,12 @@
+## Description
+<!-- Put the description change and the rationale for it here -->
+
+## Pull request checklist
+<!-- PLEASE CHECK ALL THE BOXES BEFORE SUBMITTING YOUR PULL REQUEST -->
+
+- [ ] `package.version` fields in `Cargo.toml` files are unchanged.
+- [ ] `CHANGELOG.md` is updated.
+- [ ] `cargo-fmt` done.
+- [ ] `cargo-clippy` done.
+- [ ] `cargp-test` done.
+- [ ] The new changes are sufficiently tested.