Skip to content

Commit

Permalink
Merge pull request #25 from zohaib87/zohaib87-patch-1
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
zohaib87 authored Oct 13, 2023
2 parents 483bde0 + 7d5ca1a commit 9ee9dc4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@ Latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodej

Your [pull requests](https://github.com/zohaib87/xe-theme/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/xe-theme/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/)
1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/).
2. Create a fork of the repository.
3. Clone the fork on your local machine. Your remote repo on Github is called `origin`.
4. Add the original repository as a remote called `upstream`.
5. If you created your fork a while ago be sure to pull upstream changes into your local repository.
6. Open command line, navigate to the local repository and run `npm install` to install dependencies.
7. Create a new branch to work on. Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).
8. Once changes/feature/fix is completed, push your branch to your fork on Github, the remote `origin`.
9. From your fork open a pull request in the correct branch. Target this project's `main` branch.

0 comments on commit 9ee9dc4

Please sign in to comment.