diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5fa2b2f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +##### Description + + + +##### Checklist + +- [ ] Tested changes against a test repository +- [ ] Added or updated relevant documentation (leave unchecked if not applicable) +- [ ] (If this PR is for a release) Updated README to point to the new tag (leave unchecked if not applicable) diff --git a/README.md b/README.md index 9724efb..e0d84be 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@v1 - name: Run `nix build` run: nix build . ```