From 610f32a4738803968d446205c38711111d972105 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 2 Mar 2023 10:37:43 -0800 Subject: [PATCH 1/2] README: use tagged release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . ``` From 81f14d0ea013cfd5c471854c25da4e9e1b0a03dd Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 2 Mar 2023 10:42:36 -0800 Subject: [PATCH 2/2] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 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..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)