From 2cc8c41025b07b896427f91bc847b094d3e490ce Mon Sep 17 00:00:00 2001 From: Johanan Oppong Amoateng <88411614+JohananOppongAmoateng@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:24:18 +0000 Subject: [PATCH 1/7] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ + From 7102f2e67bd00bf41be4a37d62ec70d6454015c0 Mon Sep 17 00:00:00 2001 From: Johanan Oppong Amoateng <88411614+JohananOppongAmoateng@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:26:22 +0000 Subject: [PATCH 2/7] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8b13789..3ba13e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ - +blank_issues_enabled: false From 5d70c8ea43d42379c23d284093d0842a2747c2a8 Mon Sep 17 00:00:00 2001 From: Johanan Oppong Amoateng <88411614+JohananOppongAmoateng@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:28:41 +0000 Subject: [PATCH 3/7] Create feature-request.md --- .github/ISSUE_TEMPLATE/feature-request.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..133c818 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,16 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: "[Feature Request]: " +labels: enhancement +assignees: '' +--- + +**Is your feature request related to a problem?** +Please describe the problem you are facing. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots here. From 579001c01c1ebb67b7b017f58ab9ea52472f26d4 Mon Sep 17 00:00:00 2001 From: Johanan Oppong Amoateng <88411614+JohananOppongAmoateng@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:29:38 +0000 Subject: [PATCH 4/7] Create bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..2748b08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: "[Bug]: " +labels: bug +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. 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. + +**Additional context** +Add any other context about the problem here. From 016b3896cea02db7703756e48d954101e3d4c110 Mon Sep 17 00:00:00 2001 From: Johanan Oppong Amoateng <88411614+JohananOppongAmoateng@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:30:33 +0000 Subject: [PATCH 5/7] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 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 0000000..97bb85c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +### Description +Please include a summary of the changes and the related issue. + +### Checklist +- [ ] I have read the contributing guidelines. +- [ ] I have written tests for the changes, if applicable. +- [ ] I have added necessary documentation. + +### Related Issues +Please reference related issues here: From db16bdae5f9adbbd3ce02b5960223c740276d248 Mon Sep 17 00:00:00 2001 From: Johanan Oppong Amoateng <88411614+JohananOppongAmoateng@users.noreply.github.com> Date: Sun, 13 Oct 2024 07:59:23 +0000 Subject: [PATCH 6/7] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 97bb85c..d6b00d9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -### Description +# Description Please include a summary of the changes and the related issue. ### Checklist From aa98bfa3f15407f8717681d8ad567f678d88b45e Mon Sep 17 00:00:00 2001 From: John Aziz Date: Tue, 22 Oct 2024 21:52:03 +0300 Subject: [PATCH 7/7] Update .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d6b00d9..738f96b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ # Description Please include a summary of the changes and the related issue. -### Checklist +## Checklist - [ ] I have read the contributing guidelines. - [ ] I have written tests for the changes, if applicable. - [ ] I have added necessary documentation.