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 --- .../simple-bar-source/.github/FUNDING.yml | 1 + .../.github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++ .../.github/ISSUE_TEMPLATE/documentation_error.md | 21 ++++++++++++ .../.github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++ .../.github/pull_request_template.md | 38 ++++++++++++++++++++++ 5 files changed, 111 insertions(+) create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/.github/FUNDING.yml 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 create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/.github/pull_request_template.md (limited to 'users/ryan/modules/simple-bar/simple-bar-source/.github') diff --git a/users/ryan/modules/simple-bar/simple-bar-source/.github/FUNDING.yml b/users/ryan/modules/simple-bar/simple-bar-source/.github/FUNDING.yml new file mode 100755 index 0000000..0067695 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [Jean-Tinland] 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. diff --git a/users/ryan/modules/simple-bar/simple-bar-source/.github/pull_request_template.md b/users/ryan/modules/simple-bar/simple-bar-source/.github/pull_request_template.md new file mode 100755 index 0000000..d012be7 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/.github/pull_request_template.md @@ -0,0 +1,38 @@ +# Description + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) + +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration + +- [ ] Test A +- [ ] Test B + +**Test Configuration**: + +- OS version [e.g. Sonoma 14.1.1] +- yabai version [e.g. yabai-v6.0.1] (output of `yabai --version`) +- Übersicht version [e.g. Version 1.6 (82)] + +# Checklist: + +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my code +- [ ] I have commented my code, particularly in hard-to-understand areas (make use of JSDoc if necessary) +- [ ] My changes generate no new warnings + +# Changes to make to the documentation + +Please list any changes to the documentation that are required to reflect your changes. -- cgit v1.3