From ed71ff83a51670c1a971b0a5b1d08b2cdcba2d79 Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Thu, 25 Jan 2024 18:46:19 -0500 Subject: [PATCH] chore: PR template and checklist (#82) Continue the rollout of PR templates and checklists. This is a simpler variant for our libraries. --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9088d9a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +- [ ] Code conforms to the [Elixir Styleguide](https://github.com/christopheradams/elixir_style_guide) + +## Problem + +What is the problem you're solving or feature you're implementing? + +## Details + +Include a brief overview of the technical process you took +(or are going to take!) to get from the problem to the solution.