pull request template

This commit is contained in:
alemuntoni 2022-04-12 08:20:04 +02:00
parent f1f0861b70
commit a78d55d70f

10
.github/pull_request_template.md vendored Normal file
View File

@ -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**