Skip to content

Commit 550aec7

Browse files
author
jedahan
committed
Switch to single issue template in github
1 parent a30b49c commit 550aec7

File tree

3 files changed

+17
-64
lines changed

3 files changed

+17
-64
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- This template helps us help you faster, here are a few examples -->
2+
3+
Describe the bug here
4+
5+
<!-- share your system, shell, and terminal -->
6+
* System: Ubuntu 20.04 / macOS 10.15.0 / WSL on Windows 10
7+
* Terminal: st 0.8.2 / ghostty 1.0.1 / iTerm2 3.3.7
8+
* Shell: zsh v5.9
9+
10+
<!-- starting with the following zshrc, can you reproduce the issue? -->
11+
12+
```zsh
13+
# ~/.zshrc
14+
test -d ~/.geometry || git clone https://github.com/geometry-zsh/geometry.git ~/.geometry
15+
source ~/.geometry/geometry.zsh
16+
```
17+
<!-- please share whatever modifications are needed for us to reproduce the issue -->

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)