You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for contributing a merge request! Please name and fully describe your MR as you would for a commit message.
3
+
If the MR fixes an issue, please include "Fixes #issue" in the commit message and the MR description.
4
+
5
+
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.
6
+
7
+
Before submitting the MR, you also need to complete the following checks:
8
+
- Make one PR per feature/bugfix (don't mix multiple changes into one PR). Avoid committing unrelated changes.
9
+
- Rebase before committing
10
+
- For code changes, run the test suite (at least the tests that are likely affected by the change).
11
+
See our [test guidelines](https://eigen.tuxfamily.org/index.php?title=Tests).
12
+
- If possible, add a test (both for bug-fixes as well as new features)
13
+
- Make sure new features are documented
14
+
15
+
Note that we are a team of volunteers; we appreciate your patience during the review process.
16
+
17
+
Again, thanks for contributing! -->
18
+
19
+
### Reference issue
20
+
<!-- You can link to a specific issue using the gitlab syntax #<issue number> -->
21
+
22
+
### What does this implement/fix?
23
+
<!--Please explain your changes.-->
24
+
25
+
### Additional information
26
+
<!--Any additional information you think is important.-->
0 commit comments