From d06784958d73159b5e4abafe5114804662114ed7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 9 Jul 2026 22:15:53 -0400 Subject: move ubersicht modules in tree --- .../.github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++ .../.github/ISSUE_TEMPLATE/documentation_error.md | 21 ++++++++++++++ .../.github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++ 3 files changed, 72 insertions(+) create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/bug_report.md create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/documentation_error.md create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/feature_request.md (limited to 'users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE') diff --git a/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/bug_report.md b/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100755 index 0000000..07e7338 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: bug +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. 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. + +**Information (please complete the following information):** + +- OS version [e.g. Sonoma 14.1.1] +- yabai or AeroSpace version [e.g. yabai-v6.0.1] +- Übersicht version [e.g. Version 1.6 (82)] + +**Additional context** +Add any other context about the problem here. diff --git a/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/documentation_error.md b/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/documentation_error.md new file mode 100755 index 0000000..d0d287b --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/documentation_error.md @@ -0,0 +1,21 @@ +--- +name: Documentation error +about: Create a report to help us improve +title: "" +labels: documentation +assignees: "" +--- + +**Describe the bug** +A clear and concise description of what the error is. + +**Where is located the error** + +Link to the documentation page where the error is located. + +**Expected content** + +What should be the correct content. + +**Additional context** +Add any other context about the problem here. diff --git a/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/feature_request.md b/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100755 index 0000000..d883b8f --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: enhancement +assignees: "" +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. -- cgit v1.3