From d8a14732fcc3661e22e14fb0198e924278515d67 Mon Sep 17 00:00:00 2001 From: "Bruce B. Lacey" Date: Sat, 18 Mar 2017 16:47:02 -0700 Subject: [PATCH] Use PULL_REQUEST_TEMPLATE for FreeCAD pull requests --- .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 0000000000..4154a336bb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following: + +- [ ] Branch rebased on latest master `git pull --rebase upstream master` +- [ ] Unit tests confirmed to pass by running `./bin/FreeCAD --run-test 0` +- [ ] Commit message is [well-written](https://chris.beams.io/posts/git-commit/) +- [ ] Commit message includes `issue #` or `fixes #` where `` is the [associated MantisBT](https://freecadweb.org/wiki/tracker#GitHub_and_MantisBT) issue id if one exists + +And please remember to update the Wiki with the features added or changed once this PR once it is merged. + +---