diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000000000000000000000000000000000..e8aef50db42d0510b71b4bcb6227c59d0bead549 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,25 @@ +# Bug report + + + +- [ ] iTerm2 version: +- [ ] OS version: +- [ ] Attach `~/Library/Preferences/com.googlecode.iterm2.plist` here (drag-drop from finder into this window) +- [ ] Attach a [debug log](https://iterm2.com/debuglog), if possible. +- [ ] Attach a screen capture video if it would make the reproduction steps clearer. + + + +## Detailed steps to reproduce the problem + +1. +2. +3. + +## What happened + +## What should have happened + + +/label ~Bug diff --git a/.gitlab/issue_templates/Crash.md b/.gitlab/issue_templates/Crash.md new file mode 100644 index 0000000000000000000000000000000000000000..edbd269763b8df40f5305e7bd5ce565b5e35ebf7 --- /dev/null +++ b/.gitlab/issue_templates/Crash.md @@ -0,0 +1,26 @@ +# Crash report + + + +- [ ] iTerm2 version: +- [ ] OS version: +- [ ] Attach `~/Library/Preferences/com.googlecode.iterm2.plist` here (drag-drop from finder into this window) +- [ ] Attach a [debug log](https://iterm2.com/debuglog), if possible. +- [ ] Attach a screen capture video if it would make the reproduction steps clearer. +- [ ] Please attach the [crash log](https://gitlab.com/gnachman/iterm2/wikis/crash-logs). + + + +## Detailed steps to reproduce the problem + +1. +2. +3. + +## What happened + +## What should have happened + + +/label ~Crash diff --git a/.gitlab/issue_templates/Perfomance Issues.md b/.gitlab/issue_templates/Perfomance Issues.md new file mode 100644 index 0000000000000000000000000000000000000000..e895641a8bdfe7621c3e629c183e256727012d00 --- /dev/null +++ b/.gitlab/issue_templates/Perfomance Issues.md @@ -0,0 +1,27 @@ +# Performance issue + + + +- [ ] iTerm2 version: +- [ ] OS version: +- [ ] Attach `~/Library/Preferences/com.googlecode.iterm2.plist` here (drag-drop from finder into this window) +- [ ] Attach a [debug log](https://iterm2.com/debuglog), if possible. +- [ ] Attach a screen capture video if it would make the reproduction steps clearer. +- [ ] Please attach a [process sample](https://gitlab.com/gnachman/iterm2/-/wikis/HowToSample) +- [ ] Are you reporting excessive memory usage? Please attach a [heap analysis](https://gitlab.com/gnachman/iterm2/wikis/heapshot) + + + +## Detailed steps to reproduce the problem + +1. +2. +3. + +## What happened + +## What should have happened + + +/label ~Performance