From dea8fc225b1ba2afb1580e5bbc57e2b49fc34f67 Mon Sep 17 00:00:00 2001 From: s-weibe Date: Thu, 23 Oct 2025 00:35:46 -0700 Subject: [PATCH 1/2] Fix formatting of LICENSE file --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2da335b95..b2bfe6085 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +\MIT License -Copyright (c) 2017 Sonkeng Maldini +Copyright (c) 2017 Sonkeng Maldini Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 5dd659d9fd9adf3e356cdeb00c5fc5f63be7325e Mon Sep 17 00:00:00 2001 From: s-weibe Date: Thu, 23 Oct 2025 00:39:58 -0700 Subject: [PATCH 2/2] Refactor pull request template structure Updated the pull request template to improve clarity and organization. ] --- pull_request_template.md | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index d3200f014..41c212001 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,15 +1,34 @@ -## Summary of your changes +## Description -### Description + + - - +## Type of Change -### Checklist + - +- [ ] Bug Fix (non-breaking change that fixes an issue) +- [ ] New Feature (non-breaking change that adds functionality) +- [ ] Breaking Change (fix or feature that would break existing functionality) +- [ ] Documentation Update +- [ ] Style/Cosmetic Improvement +- [ ] Code Refactoring -- [ ] My change follows the [Contributing Guidelines](./CONTRIBUTING.md) -- [ ] I have added only one new link to the list. -- [ ] I have checked that the link that I added does NOT exist in the project already. -- [ ] I have sorted the link alphabetically under the related section. +## Checklist + + + +- [ ] My code follows the project's [Contributing Guidelines](./CONTRIBUTING.md) +- [ ] I've added only one new link/resource +- [ ] I've verified my new link doesn't already exist in the project +- [ ] I've alphabetically sorted the new entry in its section +- [ ] I've updated relevant documentation (if applicable) +- [ ] My changes don't introduce any security vulnerabilities + +## Screenshots (if applicable) + + + +## Additional Notes + +