From a147bd6c594f9f493bdea6ea0d20cbf66098a400 Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Tue, 20 Aug 2024 13:44:10 +0200 Subject: [PATCH] Add a pull request template --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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 000000000..79b25adfb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +# Description + +Add your description here, if it fixes a particular issue please provide a +[link](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword=) +to the issue. + +# Checklist + +- [ ] Read our contribution guidelines at [CONTRIBUTING.md](https://github.com/IntersectMBO/lsm-tree/blob/main/CONTRIBUTING.md), and make sure that this PR complies with the guidelines. +