Skip to content

enRichMyData/StreamStory-EMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

StreamStory2

StreamStory – The New Beginning


πŸš€ Contributing

We welcome contributions! To get started, please follow the steps below:

1. Fork the Repository

Click the Fork button on the main repository to create your own copy.

2. Clone Your Fork Locally

git clone https://github.com/<your-username>/StreamStory2.git
cd StreamStory2
git remote add upstream https://github.com/JozefStefanInstitute/StreamStory2.git

3. Sync Your Local main Branch with Upstream

git checkout main
git pull upstream main

4. Create a New Feature Branch

git checkout -b my-new-feature

5. Make Changes, Commit, and Push

git add .
git commit -m "Describe your changes here"
git push origin my-new-feature

6. Create a Pull Request

Go to your fork on GitHub and click "Compare & pull request". Submit your pull request from my-new-feature to the upstream main branch.

7. Clean Up

Once your pull request has been merged, you may delete the feature branch:

git branch -d my-new-feature

πŸ” Repeat

Repeat steps 3–7 for each new contribution.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published