From 571efa98e21f8eb3b7cfc59144071a059363e4ef Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Thu, 12 Oct 2023 11:23:11 +0500 Subject: [PATCH 1/7] Updated README.md --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6687ca1..3a0aca4 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # About Xe Plugin -[![Issues](https://img.shields.io/github/issues/XeCreators/xe-plugin)](https://github.com/XeCreators/xe-plugin/issues) -[![Release Latest](https://img.shields.io/github/v/release/XeCreators/xe-plugin?color=yellowgreen)](https://github.com/XeCreators/xe-plugin/releases/latest) -[![Downloads](https://img.shields.io/github/downloads/XeCreators/xe-plugin/total)](https://github.com/XeCreators/xe-plugin/releases/latest/download/xe-plugin.zip) -![Repo Size](https://img.shields.io/github/repo-size/XeCreators/xe-plugin.svg) -[![License](https://img.shields.io/github/license/XeCreators/xe-plugin)](https://github.com/XeCreators/xe-plugin/blob/master/LICENSE.md) +[![Issues](https://img.shields.io/github/issues/zohaib87/xe-plugin)](https://github.com/zohaib87/xe-plugin/issues) +[![Release Latest](https://img.shields.io/github/v/release/zohaib87/xe-plugin?color=yellowgreen)](https://github.com/zohaib87/xe-plugin/releases/latest) +[![Downloads](https://img.shields.io/github/downloads/zohaib87/xe-plugin/total)](https://github.com/zohaib87/xe-plugin/releases/latest/download/xe-plugin.zip) +![Repo Size](https://img.shields.io/github/repo-size/zohaib87/xe-plugin.svg) +[![License](https://img.shields.io/github/license/zohaib87/xe-plugin)](https://github.com/zohaib87/xe-plugin/blob/master/LICENSE.md) Xe Plugin is a starter WordPress plugin which have built-in functionalities that are used in almost every plugin. So just focus on the main functionality that you want to built for WordPress. -[![Download Latest Release](https://img.shields.io/badge/Download_Latest_Release-blue?style=for-the-badge)](https://github.com/XeCreators/xe-plugin/releases/latest/download/xe-plugin.zip) -[![Explore Documentation »](https://img.shields.io/badge/Explore_Documentation-282a2e?style=for-the-badge)](https://xecreators.github.io/xe-plugin) +[![Download Latest Release](https://img.shields.io/badge/Download_Latest_Release-blue?style=for-the-badge)](https://github.com/zohaib87/xe-plugin/releases/latest/download/xe-plugin.zip) +[![Explore Documentation »](https://img.shields.io/badge/Explore_Documentation-282a2e?style=for-the-badge)](https://zohaib87.github.io/xe-plugin) ## Requirements @@ -33,6 +33,11 @@ Latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodej 🖥️ Hello, fellow developer! 🙂 -Your [pull requests](https://github.com/XeCreators/xe-plugin/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/XeCreators/xe-plugin/issues) or open one about something you want to contribute and we can discuss it before your pull request. +Your [pull requests](https://github.com/zohaib87/xe-plugin/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/xe-plugin/issues) or open one about something you want to contribute and we can discuss it before your pull request. -Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/) +Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). + +### Getting Started on Contribution + +1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). +2. Open command line, navigate to project folder and run `npm install` to install dependencies. From 81dddd3fc5ae39129ba2688560266966e09581e6 Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Thu, 12 Oct 2023 11:24:49 +0500 Subject: [PATCH 2/7] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a0aca4..2f248f4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Your [pull requests](https://github.com/zohaib87/xe-plugin/pulls) will be highly Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). -### Getting Started on Contribution +#### Getting Started on Contribution 1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). 2. Open command line, navigate to project folder and run `npm install` to install dependencies. From 8452a48d887bc9fda3d78f6179a86934bcf0bea8 Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Thu, 12 Oct 2023 11:31:20 +0500 Subject: [PATCH 3/7] Updated README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f248f4..afdde89 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,7 @@ Latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodej Your [pull requests](https://github.com/zohaib87/xe-plugin/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/xe-plugin/issues) or open one about something you want to contribute and we can discuss it before your pull request. -Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). - -#### Getting Started on Contribution - -1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). -2. Open command line, navigate to project folder and run `npm install` to install dependencies. +- You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). +- Open command line, clone the repository using `git clone https://github.com/zohaib87/xe-plugin.git`. +- Navigate to cloned repository folder using command line and run `npm install` to install dependencies. +- Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). From d5200cfe4407aad93a3cb091fd5b4817b434b625 Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Thu, 12 Oct 2023 11:37:56 +0500 Subject: [PATCH 4/7] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afdde89..ab71f53 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,6 @@ Latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodej Your [pull requests](https://github.com/zohaib87/xe-plugin/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/xe-plugin/issues) or open one about something you want to contribute and we can discuss it before your pull request. - You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). -- Open command line, clone the repository using `git clone https://github.com/zohaib87/xe-plugin.git`. +- Open command line, clone the repository using ```git clone https://github.com/zohaib87/xe-plugin.git```. - Navigate to cloned repository folder using command line and run `npm install` to install dependencies. - Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). From eb14acb8bdb8f4d7d86c4522842b9d5ce10f4fe4 Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Thu, 12 Oct 2023 11:40:45 +0500 Subject: [PATCH 5/7] Updated README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab71f53..5c74964 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodej Your [pull requests](https://github.com/zohaib87/xe-plugin/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/xe-plugin/issues) or open one about something you want to contribute and we can discuss it before your pull request. - You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). -- Open command line, clone the repository using ```git clone https://github.com/zohaib87/xe-plugin.git```. +- Open command line, clone the repository using: + ``` + git clone https://github.com/zohaib87/xe-plugin.git + ``` - Navigate to cloned repository folder using command line and run `npm install` to install dependencies. - Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). From 6bd796fbe97f7477d03eaf1596bf8de81dd1369d Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Thu, 12 Oct 2023 11:52:19 +0500 Subject: [PATCH 6/7] Updated README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c74964..a28e190 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,7 @@ Latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodej Your [pull requests](https://github.com/zohaib87/xe-plugin/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/xe-plugin/issues) or open one about something you want to contribute and we can discuss it before your pull request. -- You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). -- Open command line, clone the repository using: - ``` - git clone https://github.com/zohaib87/xe-plugin.git - ``` -- Navigate to cloned repository folder using command line and run `npm install` to install dependencies. -- Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). +1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). +2. Download or clone the repository. +3. Open command line navigate to the local repository and run `npm install` to install dependencies. +4. Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). From fce54c02ee59f7f2a9cb30af75aca6769e3afc3e Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Thu, 12 Oct 2023 11:53:41 +0500 Subject: [PATCH 7/7] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a28e190..4f435da 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,5 @@ Your [pull requests](https://github.com/zohaib87/xe-plugin/pulls) will be highly 1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/). 2. Download or clone the repository. -3. Open command line navigate to the local repository and run `npm install` to install dependencies. +3. Open command line, navigate to the local repository and run `npm install` to install dependencies. 4. Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).