From 5ce9d791d4ed70d7764b4ee87160e7e7781d5110 Mon Sep 17 00:00:00 2001 From: tiankaima Date: Fri, 20 Oct 2023 17:48:44 +0800 Subject: [PATCH] Create pull_request_template.md --- .../pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..8f5b6d2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,15 @@ +* [x] Checkout to new branch, namely `vs-release/1.0.0` +* Run on Windows machine + [`cmake -G "Visual Studio 17 2022" -A x64`](https://github.com/tiankaima/numerical_algebra/pull/1/commits/d2bf0bae08e456c0ca880c22dfdaed79e9cf2608) +* [ ] Commit, message: + `chore: cmake -G "Visual Studio 17 2022" -A x64` +* Manually replace + `Z:\tiankaima\numerical_algebra\` + with + `$(SolutionDir)` +* [ ] Commit, message: + `chore: replace path` +* [ ] Then try to open the `.sln` file on Windows, build it and run the program. +* If works, you still need to `git reset --hard HEAD` to restore any change Visual Studio made during build process. +* [ ] Then pack the whole thing to zip and send as homework. + *ignoring `.vs` files might be troublesome, try downloading from GitHub*