From fd61c89bbb4f2f1c3bb5079767a9205399ee9175 Mon Sep 17 00:00:00 2001 From: Kenshin13 <63159154+Kenshiin13@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:38:03 +0200 Subject: [PATCH 1/2] chore: add pr template --- .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..bb86f35e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ +### Description + + + +--- + +### Motivation + + + +--- + +### Implementation Details + + + +--- + +### Usage Example + +```lua +-- Add example usage here +``` + +--- + +### PR Checklist + +- [ ] My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. +- [ ] My changes have been tested locally and function as expected. +- [ ] My PR does not introduce any breaking changes. +- [ ] I have provided a clear explanation of what my PR does, including the reasoning behind the changes and any relevant context. From 9d6e3d72e8ad7e36098521cd9bc13dc9c0238d31 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:44:39 +0100 Subject: [PATCH 2/2] Update legacy.sql --- [SQL]/legacy.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[SQL]/legacy.sql b/[SQL]/legacy.sql index b041f32f..e8044593 100644 --- a/[SQL]/legacy.sql +++ b/[SQL]/legacy.sql @@ -488,7 +488,7 @@ INSERT INTO `vehicles` (`name`, `model`, `price`, `category`) VALUES ('Cognoscenti Cabrio', 'cogcabrio', 55000, 'coupes'), ('Cognoscenti', 'cognoscenti', 55000, 'sedans'), ('Comet', 'comet2', 65000, 'sports'), -('Comet 5', 'comet5', 1145000, 'sports'), +('Comet SR', 'comet5', 1145000, 'sports'), ('Contender', 'contender', 70000, 'suvs'), ('Coquette', 'coquette', 65000, 'sports'), ('Coquette Classic', 'coquette2', 40000, 'sportsclassics'),