From b97605629604e89f1d007e097b82920811425cf9 Mon Sep 17 00:00:00 2001 From: muthuswamyopn <95462571+muthuswamyopn@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:20:17 +0530 Subject: [PATCH 1/2] Delete .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 51 -------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 9f2c48e15..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,51 +0,0 @@ -#### 1. Objective - -Explain in non-technical terms **WHY this PR is required**. -E.g.: What feature it adds, what problem it solves... - -This section will be used in the release notes. - -**Related information**: -Related issue(s): #< GitHub ticket number > (optional) - -#### 2. Description of change - -A general description of **WHAT changed in the codebase**, but short of an English version of the diff. Assume that people reading this will also be looking at the output of `git diff` and guide them to the highlights. - -Additionally add the reasoning for change details if they're complex or abstract. - -#### 3. Quality assurance - -Specify where and how you tested this and what further testing it might need. - -**🔧 Environments:** - -Specify the details of your test environments, including, for each, the platform version (on which the plugin was run), the Omise plugin version, and the versions of your system software such as PHP or Ruby. - -i.e. -- **Platform version**: Magento CE 2.1.5. -- **Omise plugin version**: Omise-Magento 2.1. -- **PHP version**: 7.0.16. - -**✏️ Details:** - -Explain how to manually test this feature. -For example if changes were made in the UI or in the API, explain where and if any specific access is needed. - -#### 4. Impact of the change - -List the steps that must be taken for this PR to work. -E.g.: rake yak:shave, Add "yak_key" to environment variables, ... - -Be sure to include all systems that needs to be changed or which system is affected by the change -(Ex: Requires Elastic search to be installed and configured in secrets.yml). - -Note: Please provide a screenshot if your changed impact to UI. - -#### 5. Priority of change - -Normal, High or Immediate. - -#### 6. Additional Notes - -Any further information that you would like to add. \ No newline at end of file From d13bc0c03d72d8cb9dc869369945a16a51c95aff Mon Sep 17 00:00:00 2001 From: muthuswamyopn <95462571+muthuswamyopn@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:20:34 +0530 Subject: [PATCH 2/2] Delete .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 80dd3f8af..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @omise/maintainers