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/pull_request_template.md | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) 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/pull_request_template.md') 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