Skip to content

Commit f06790a

Browse files
Update CONTRIBUTING.md
update links to elementor
1 parent 47980c2 commit f06790a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Versioning & branches
22

3-
`develop` branch is considered unstable with latest code changes (current build status: ![codequality](https://github.com/leonstafford/wp2static/workflows/codequality/badge.svg?branch=develop)). `develop` branch should always have a `-dev` WordPress plugin version, ie `7.1.1-dev`.
3+
`develop` branch is considered unstable with latest code changes (current build status: ![codequality](https://github.com/elementor/wp2static/workflows/codequality/badge.svg?branch=develop)). `develop` branch should always have a `-dev` WordPress plugin version, ie `7.1.1-dev`.
44

55
`master` branch should always reflect a stable release, such as `7.1.1`, which should have a matching tag.
66

@@ -10,7 +10,7 @@ Please don't be intimidated to contribute code to this project. I welcome code
1010
in any way you're comfortable to contribute it (email, forum, diff). If you're
1111
new to GitHub and this kind of thing, the below guide may help you.
1212

13-
1. Fork project with button in top of WP2static github [home page](https://github.com/leonstafford/wp2static)
13+
1. Fork project with button in top of WP2static github [home page](https://github.com/elementor/wp2static)
1414
1. Clone your project to your development computer (please, change <your-account> by your account name):
1515
`git clone https://github.com/<your-account>/wp2static.git`
1616
1. Fork your new branch from **develop** naming with:
@@ -21,10 +21,10 @@ Please don't be intimidated to contribute code to this project. I welcome code
2121
1. Push to your repository
2222
`git push origin feature-myfeature`
2323
1. Then go to your https://github.com/<your-account>/wp2static site and create a pull request:
24-
In base repository choose _leonstafford/wp2static_ and choose _development_ branch.
24+
In base repository choose _elementor/wp2static_ and choose _development_ branch.
2525
1. After Pull Request is approved you need to sync repositories.
2626
1. In your local development add **upstream** branch:
27-
`git remote add upstream https://github.com/leonstafford/wp2static`
27+
`git remote add upstream https://github.com/elementor/wp2static`
2828
1. Fetch **upstream**
2929
`git fetch upstream`
3030
1. Checkout your local branch:
@@ -37,13 +37,13 @@ Please don't be intimidated to contribute code to this project. I welcome code
3737

3838
#### Preparing Repository
3939

40-
Fork project WP2static [home page](https://github.com/leonstafford/wp2static)
40+
Fork project WP2static [home page](https://github.com/elementor/wp2static)
4141

4242
`git clone https://github.com/ebavs/wp2static.git # clone repository (please,change ebavs by yours, this is only an example)`
4343

4444
Then add WP2Static remote
4545

46-
`git remote add upstream https://github.com/leonstafford/wp2static # add remote`
46+
`git remote add upstream https://github.com/elementor/wp2static # add remote`
4747

4848
#### Working and Commiting
4949

@@ -65,7 +65,7 @@ Then **Pull Request** in WP2Static
6565

6666
### Publishing a new release
6767

68-
This is currently done by @leonstafford and involves these steps:
68+
This is currently done by @elementor and involves these steps:
6969

7070
- test code in `develop` branch
7171
- set a new dev version if needed, ie `7.1.1-dev`

0 commit comments

Comments
 (0)