diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md index 0c49b0fe3..523b6114f 100644 --- a/.gitlab/issue_templates/Bug Report.md +++ b/.gitlab/issue_templates/Bug Report.md @@ -1,42 +1,37 @@ +Before opening a new issue, please search for keywords in the existing [list of issues](https://gitlab.com/libeigen/eigen/-/issues?state=opened) to verify it isn't a duplicate. +--> ### Summary ### Environment - + - **Operating System** : Windows/Linux - **Architecture** : x64/Arm64/PowerPC ... -- **Eigen Version** : 3.3.9 -- **Compiler Version** : Gcc7.0 +- **Eigen Version** : 5.0.0 +- **Compiler Version** : gcc-12.0 - **Compile Flags** : -O3 -march=native - **Vector Extension** : SSE/AVX/NEON ... ### Minimal Example - +You can also link to [godbolt](https://godbolt.org). Note that you need to click +the "Share" button in the top right-hand corner of the godbolt page to get the share link +instead of the URL in your browser address bar. +--> ```cpp -//show your code here +// Insert your code here. ``` -### Steps to reproduce - +### Steps to reproduce the issue + 1. first step 2. second step @@ -49,21 +44,16 @@ on how to create a good minimal example. --> ### Relevant logs - + - -### Warning Messages - - - -### Benchmark scripts and results +### [Optional] Benchmark scripts and results ### Anything else that might help - - -- [ ] Have a plan to fix this issue. +- last known working/first broken version (release number or commit hash). +--> diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md index 2c6f908af..952660089 100644 --- a/.gitlab/issue_templates/Feature Request.md +++ b/.gitlab/issue_templates/Feature Request.md @@ -1,6 +1,13 @@ + + ### Describe the feature you would like to be implemented. -### Would such a feature be useful for other users? Why? +### Why Would such a feature be useful for other users? ### Any hints on how to implement the requested feature? diff --git a/.gitlab/merge_request_templates/Merge Request Template.md b/.gitlab/merge_request_templates/Merge Request Template.md deleted file mode 100644 index 3fe963afa..000000000 --- a/.gitlab/merge_request_templates/Merge Request Template.md +++ /dev/null @@ -1,26 +0,0 @@ - - -### Reference issue - - -### What does this implement/fix? - - -### Additional information - diff --git a/.gitlab/merge_request_templates/Merge Request.md b/.gitlab/merge_request_templates/Merge Request.md new file mode 100644 index 000000000..78deebfa3 --- /dev/null +++ b/.gitlab/merge_request_templates/Merge Request.md @@ -0,0 +1,30 @@ + + +### Description + + +%{first_multiline_commit} + +### Reference issue + + +### Additional information +