forked from yousinix/portfolYOU
-
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
Showing
2 changed files
with
15 additions
and
1 deletion.
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,14 @@ | ||
# Contribute to portfolYOU | ||
|
||
1. [Fork][fork] and clone the repository. | ||
1. Create a new branch based on `master`: `git checkout -b <my-branch-name>` | ||
1. Make your changes, and make sure the site still builds. | ||
1. Push to your fork and [submit a pull request][compare] from your branch to `master` | ||
1. Pat yourself on the back and wait for your pull request to be reviewed. | ||
1. *Here are a few things you have to do:* | ||
- Write a good commit message. | ||
- Follow the style guide where possible. | ||
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests. | ||
|
||
[fork]: https://github.com/YoussefRaafatNasry/portfolYOU/fork | ||
[compare]: https://github.com/YoussefRaafatNasry/portfolYOU/compare |
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