-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Xorg
committed
Feb 6, 2024
1 parent
437b498
commit fd6f050
Showing
3 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# GitHub Release | ||
Explanation to release your new Bundle on github repository. | ||
|
||
## How to do | ||
Install the bundle for Composer !! as is still on beta version !! | ||
|
||
- Login on your space GitHub | ||
- Clic on [Tab] repositories | ||
- Clic button New (right top) | ||
- Field full form | ||
- Clic -> Create repository | ||
- Clic button Code (right top) -> select HTTPS -> copy url* | ||
|
||
At this point, your new bundle is created on GitHub | ||
|
||
## Make your first commit! | ||
With PhpStorm | ||
- Menu Git -> Manage Remotes... -> add [+] | ||
- Give name and paste Url* on URL | ||
- Clic OK | At this point, PhpStorm is created link between your code and GitHub | ||
|
||
Now it's time to make a commit as you do normally. | ||
|
||
|
||
## Contributing | ||
If you want to contribute \(thank you!\) to this bundle, here are some guidelines: | ||
|
||
## Thanks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Packagist Release | ||
Explanation to release your new Bundle on github repository. | ||
|
||
|
||
## How to do | ||
Install the bundle for Composer !! as is still on beta version !! | ||
|
||
- Login on your space https://packagist.org/ | ||
- Clic Submit | ||
- Copy Url of your GitHub bundle ex: https://github.com/login-name/Bundle-name | ||
- Clic Check | ||
|
||
At this point, your new bundle has Packagist | ||
|
||
|
||
## Contributing | ||
If you want to contribute \(thank you!\) to this bundle, here are some guidelines: | ||
|
||
## Thanks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters