Skip to content

Commit

Permalink
chore: PR template and checklist (#82)
Browse files Browse the repository at this point in the history
Continue the rollout of PR templates and checklists. This is a simpler
variant for our libraries.
  • Loading branch information
doomspork authored Jan 25, 2024
1 parent 00b633a commit ed71ff8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ed71ff8

Please sign in to comment.