From cc880ea31ccdb5856972247a14a285ae4a9767fa Mon Sep 17 00:00:00 2001 From: Ian Joiner <14581281+iajoiner@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:24:37 -0400 Subject: [PATCH] feat: add standard Rust .gitignore && remove PoSQL repo-specific stuff from PR template --- .github/pull_request_template.md | 6 ------ .gitignore | 20 +++++++++++++++++++- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 23eded5..79ffd3f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,3 @@ -Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr. - -# Please go through the following checklist -- [ ] The PR title and commit messages adhere to guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md. In particular `!` is used if and only if at least one breaking change has been introduced. -- [ ] I have run the ci check script with `source scripts/run_ci_checks.sh`. - # Rationale for this change