Skip to content

Commit

Permalink
feat(github:issues): separate linux and MacOS bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Jan 3, 2021
1 parent e29cdfa commit e2bd1bd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'Type: Bug'
title: 'Linux based bug template'
labels: ['Type: Bug', 'OS: Linux']
assignees: ''

---
Expand All @@ -24,13 +24,13 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Version Numbers of your System:**
- OS: [Linux | MacOS]
- Version: [e.g. 22]
- XServer:
- WindowManager:
- Terminal:
just run: `inxi -SGxx` and paste it below:

```plain
# output goes here
```

**Additional context**
Add any other context about the problem here.

On Linux please include the output of `xwininfo -root -tree -int`
Please include the output of `xwininfo -root -tree -int`
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_mac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report MacOS
about: Create a report to help us improve
title: 'MacOS based bug template'
labels: ['Type: Bug', 'OS: MacOS']
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Version Numbers of your System:**
- OS: MacOS
- Version: 11.1 (or 11.0 or ..)
- Terminal: iTerm | Alacitty | Apple Termina

**Additional context**
Add any other context about the problem here.

0 comments on commit e2bd1bd

Please sign in to comment.