diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index cf9037a9..00000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature for the project -title: "[FEATURE] " -labels: enhancement -assignees: "" ---- - -## Feature Description - -Describe the feature or enhancement you'd like to see implemented in the project. - -**What problem does this solve?** -Explain why this feature is important, what problem it solves, and how it benefits the users. - -## Proposed Solution - -Describe how the feature should work, providing examples if possible. - -**Is this part of a larger feature request or related to other issues?** -If yes, provide links to other issues or features. - -## Alternatives Considered - -Have you considered any alternative solutions? Please list them here. - -## Additional Context - -Include any screenshots, mockups, or other relevant context. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ef1f0000..44235706 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,40 +1,5 @@ ## Description -Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. +Fixes #{{issue number}} -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) -- [ ] Documentation update - -## How Has This Been Tested? - -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Include details of your testing configuration: - -- [ ] Test A -- [ ] Test B - -## Checklist: - -- [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes -- [ ] Any dependent changes have been merged and published in downstream modules - -## Screenshots (if applicable): - -Add screenshots to demonstrate the change (UI changes, errors, etc.). - -## Additional context - -Add any other relevant context about the pull request here (e.g., links to related discussions, issues, or other PRs). +{{please add any additional comments too}}