eigen/.gitlab/issue_templates/Bug Report.md
Guoqiang QI b5a926a0f6 Add GitLab templates for issues and merge requests
This patch adds GitLab templates for bug reports, feature and merge requests.

This closes #2117.
2021-03-31 16:01:12 +00:00

2.7 KiB

Summary

Environment

  • Operating System : Windows/Linux
  • Architecture : x64/Arm64/PowerPC ...
  • Eigen Version : 3.3.9
  • Compiler Version : Gcc7.0
  • Compile Flags : -O3 -march=native
  • Vector Extension : SSE/AVX/NEON ...

Minimal Example

//show your code here

Steps to reproduce

  1. first step
  2. second step
  3. ...

What is the current bug behavior?

What is the expected correct behavior?

Relevant logs

Warning Messages

Benchmark scripts and results

Anything else that might help

  • Have a plan to fix this issue.