Skip to content

Commit

Permalink
Merge pull request #620 from obsidiansystems/eac@pr-template
Browse files Browse the repository at this point in the history
Add a GitHub Pull Request template
  • Loading branch information
3noch authored Jan 14, 2020
2 parents 5c29c50 + ae40a8a commit 62131ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Provide a clear overview of your changes.]

I have:

- [ ] Based work on latest `develop` branch
- [ ] Looked for lint in my changes with `hlint .` (lint found code you did not write can be left alone)
- [ ] Run the test suite: `$(nix-build -A selftest --no-out-link)`
- [ ] (Optional) Run CI tests locally: `nix-build release.nix -A build.x86_64-linux --no-out-link` (or `x86_64-darwin` on macOS)

0 comments on commit 62131ac

Please sign in to comment.