From a78d55d70f73ee0a1a948ada0f305cdafbcdcd37 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Tue, 12 Apr 2022 08:20:04 +0200 Subject: [PATCH] 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..7f7a2f929 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +## Thank you for sending a Pull Request to MeshLab! + +On this repository, we keep two relevant branches: + +- `main`: we keep here the **last release version of MeshLab**, with just bugfixes. In case of serious bugs caught after a release, this branch is used to publish "post-releases". +- `devel`: we add here new features and functionalities of the software that are going to appear in the next release of MeshLab. Bugfixes pushed in `main` are automatically merged on the `devel` branch. + +Before submitting a PR, please check which branch suits better for your contribution! + +**PLEASE REMOVE THIS BEFORE SUBMITTING**