0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

Set the merge request template to be default.

This commit is contained in:
Antonio Sánchez
2025-10-17 22:16:57 +00:00
parent e77977e231
commit d739b9dc60

View File

@@ -1,26 +1,30 @@
<!-- <!--
Thanks for contributing a merge request! Please name and fully describe your MR as you would for a commit message. Thanks for contributing a merge request!
If the MR fixes an issue, please include "Fixes #issue" in the commit message and the MR description.
In addition, we recommend that first-time contributors read our [contribution guidelines](https://eigen.tuxfamily.org/index.php?title=Contributing_to_Eigen) and [git page](https://eigen.tuxfamily.org/index.php?title=Git), which will help you submit a more standardized MR. We recommend that first-time contributors read our [contribution guidelines](https://eigen.tuxfamily.org/index.php?title=Contributing_to_Eigen).
Before submitting the MR, you also need to complete the following checks: Before submitting the MR, please complete the following checks:
- Make one PR per feature/bugfix (don't mix multiple changes into one PR). Avoid committing unrelated changes. - Create one PR per feature or bugfix,
- Rebase before committing - Run the test suite to verify your changes.
- For code changes, run the test suite (at least the tests that are likely affected by the change).
See our [test guidelines](https://eigen.tuxfamily.org/index.php?title=Tests). See our [test guidelines](https://eigen.tuxfamily.org/index.php?title=Tests).
- If possible, add a test (both for bug-fixes as well as new features) - Add tests to cover the bug addressed or any new feature.
- Make sure new features are documented - Document new features. If it is a substantial change, add it to the [Changelog](https://gitlab.com/libeigen/eigen/-/blob/master/CHANGELOG.md).
- Leave the following box checked when submitting: `Allow commits from members who can merge to the target branch`.
This allows us to rebase and merge your change.
Note that we are a team of volunteers; we appreciate your patience during the review process. Note that we are a team of volunteers; we appreciate your patience during the review process.
-->
Again, thanks for contributing! --> ### Description
<!--Please explain your changes.-->
%{first_multiline_commit}
### Reference issue ### Reference issue
<!-- You can link to a specific issue using the gitlab syntax #<issue number> --> <!--
You can link to a specific issue using the gitlab syntax #<issue number>.
### What does this implement/fix? If the MR fixes an issue, write "Fixes #<issue number>" to have the issue automatically closed on merge.
<!--Please explain your changes.--> -->
### Additional information ### Additional information
<!--Any additional information you think is important.--> <!--Any additional information you think is important.-->