From 0e53c52d4eb2f8229cbe405fc297166deaf2befe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:09:07 +0300 Subject: [PATCH 1/8] Pull Request & Issue Templates The Pull Request Template is added to project --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f5b4c20 --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Description + +Please include a summary of the change or which issue is fixed. Please also include relevant motivation and context. + +## Related issue + +Related to: + +## Explanation of changes + +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 From f9eb1f67a35a75c5e74a21a9c3d5e37ab1d48c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:10:52 +0300 Subject: [PATCH 2/8] Issue templates --- .../workflows/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++ .github/workflows/ISSUE_TEMPLATE/custom.md | 10 +++++ .../ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++ 3 files changed, 68 insertions(+) create mode 100644 .github/workflows/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/workflows/ISSUE_TEMPLATE/custom.md create mode 100644 .github/workflows/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9b5cd60 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[SASU-XXXX] - Bugfix Request" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone12] + - OS: [e.g. iOS15.2] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/workflows/ISSUE_TEMPLATE/custom.md b/.github/workflows/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..46ccad7 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: "[SASU-XXXX] - Feature Request" +labels: '' +assignees: '' + +--- + + diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..cd71ae9 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[SASU-XXXX] - Feature Request" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 34358e7dd2dead7c2726eb5be17ddeb19fc14a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:14:21 +0300 Subject: [PATCH 3/8] Delete PULL_REQUEST_TEMPLATE.md --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index f5b4c20..0000000 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -## Description - -Please include a summary of the change or which issue is fixed. Please also include relevant motivation and context. - -## Related issue - -Related to: - -## Explanation of changes - -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 From b097b193be36bd73f1447a379a6a674a0175a36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:15:43 +0300 Subject: [PATCH 4/8] Pull Request & Issue Templates The Pull Request Template & Issue templates has been added to the project. --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++ 4 files changed, 84 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9b5cd60 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[SASU-XXXX] - Bugfix Request" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone12] + - OS: [e.g. iOS15.2] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..46ccad7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: "[SASU-XXXX] - Feature Request" +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..cd71ae9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[SASU-XXXX] - Feature Request" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f5b4c20 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Description + +Please include a summary of the change or which issue is fixed. Please also include relevant motivation and context. + +## Related issue + +Related to: + +## Explanation of changes + +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 From f342a42c4054e2cf8eb06799bc938bc4b188581a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:18:40 +0300 Subject: [PATCH 5/8] Duplicate files are deleted. --- .../workflows/ISSUE_TEMPLATE/bug_report.md | 38 ------------------- .github/workflows/ISSUE_TEMPLATE/custom.md | 10 ----- .../ISSUE_TEMPLATE/feature_request.md | 20 ---------- 3 files changed, 68 deletions(-) delete mode 100644 .github/workflows/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/workflows/ISSUE_TEMPLATE/custom.md delete mode 100644 .github/workflows/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9b5cd60..0000000 --- a/.github/workflows/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[SASU-XXXX] - Bugfix Request" -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone12] - - OS: [e.g. iOS15.2] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/workflows/ISSUE_TEMPLATE/custom.md b/.github/workflows/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 46ccad7..0000000 --- a/.github/workflows/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: "[SASU-XXXX] - Feature Request" -labels: '' -assignees: '' - ---- - - diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index cd71ae9..0000000 --- a/.github/workflows/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[SASU-XXXX] - Feature Request" -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From f3535c5abdb9f00faf07b3aa34c6cf71e9526317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:22:27 +0300 Subject: [PATCH 6/8] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b5cd60..96c046b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[SASU-XXXX] - Bugfix Request" +title: "[ASA-XXXX] - Bugfix Request" labels: '' assignees: '' @@ -24,15 +24,15 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] + - OS: [e.g. Android] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - - Device: [e.g. iPhone12] - - OS: [e.g. iOS15.2] + - Device: [e.g. Samsung Galaxy S23] + - OS: [e.g. Android 13] - Browser [e.g. stock browser, safari] - - Version [e.g. 22] + - Version [e.g. 1.2] **Additional context** Add any other context about the problem here. From 3adbc91d20a03021890b5689371a5df61ff94238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:22:50 +0300 Subject: [PATCH 7/8] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cd71ae9..f2c599d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[SASU-XXXX] - Feature Request" +title: "[ASA-XXXX] - Feature Request" labels: '' assignees: '' From 310e5486ac1c970fdc47263ac5dd98fc9133a2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baha=20Ulu=C4=9F?= <75128919+bahaadesso@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:23:16 +0300 Subject: [PATCH 8/8] Update custom.md --- .github/ISSUE_TEMPLATE/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 46ccad7..41776a3 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,7 +1,7 @@ --- name: Custom issue template about: Describe this issue template's purpose here. -title: "[SASU-XXXX] - Feature Request" +title: "[ASA-XXXX] - Feature Request" labels: '' assignees: ''