Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,30 @@ Please consider improving any of the translations, or [add a new translation](ht

Please consider improving or adding an icon to the app. It's a simple process, just [follow the instructions](https://github.com/whyboris/Video-Hub-App/tree/master/src/app/components/icon)!

Please see the [Code of Conduct](https://github.com/whyboris/Video-Hub-App/blob/main/CODE_OF_CONDUCT.md) before contributing.

## How to Contribute
Fork the Repository:
- Fork the repository by clicking the fork button at the top of this page. This will create a copy of this repository to your personal account.

Clone the repository to your personal machine:
- Open your forked repository on your GitHub account.
- Click the code button and copy the provided URL.
- Open the terminal and run the following git command: `git clone <Copied URL>`
- Navigate to the repository directory on your machine.

Create a new Branch where you will make your changes:
- Create a new branch by running `git branch <Branch Name>`
- Switch to the new branch using `git checkout <Branch Name>`

Add and commit your changes:
- Add your changes to the branch using `git add`
- Commit your changes using `git commit -m <Changes>`
- Push your changes to your branch using `Git push -u origin <Branch Name>`

Create a pull request:
- In your personal repository, navigate to the Pull Requests tab and open a new pull request.

## Upcoming features

See [issues](https://github.com/whyboris/Video-Hub-App/issues) for what is in progress.
Expand Down