diff --git a/Makefile b/Makefile index 5b0d6fac..4ddf03cb 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ run-local: - RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --config config/local.toml \ No newline at end of file + RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --config config/local.toml diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index e5d0a4fe..1413835a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,11 @@ -# Description +## Description Describe these changes. -# Testing +## Testing How should reviewers test? -# Issue(s) +## Issue(s) Closes [link](link).