From 65ddbe3eb5d798f1ff25560c4add45a154aa685a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Demirel?= Date: Fri, 20 Mar 2026 11:41:03 +0300 Subject: [PATCH] ci: pull request template added --- .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++ src/data/en/articles.json | 2 +- src/data/en/categories.json | 2 +- src/data/en/tags.json | 2 +- src/data/tr/articles.json | 2 +- src/data/tr/categories.json | 2 +- src/data/tr/tags.json | 2 +- 7 files changed, 40 insertions(+), 6 deletions(-) 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 0000000..a188999 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,34 @@ +# Pull Request + +## Description + +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. + +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. + +- [ ] 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 diff --git a/src/data/en/articles.json b/src/data/en/articles.json index 0637a08..fe51488 100644 --- a/src/data/en/articles.json +++ b/src/data/en/articles.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/src/data/en/categories.json b/src/data/en/categories.json index 0637a08..fe51488 100644 --- a/src/data/en/categories.json +++ b/src/data/en/categories.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/src/data/en/tags.json b/src/data/en/tags.json index 0637a08..fe51488 100644 --- a/src/data/en/tags.json +++ b/src/data/en/tags.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/src/data/tr/articles.json b/src/data/tr/articles.json index 0637a08..fe51488 100644 --- a/src/data/tr/articles.json +++ b/src/data/tr/articles.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/src/data/tr/categories.json b/src/data/tr/categories.json index 0637a08..fe51488 100644 --- a/src/data/tr/categories.json +++ b/src/data/tr/categories.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/src/data/tr/tags.json b/src/data/tr/tags.json index 0637a08..fe51488 100644 --- a/src/data/tr/tags.json +++ b/src/data/tr/tags.json @@ -1 +1 @@ -[] \ No newline at end of file +[]