Where do I start contributing from?

Hi, guys!

I would like to try to contribute on the project by making a pull request but I’m not sure which branch it should be based on. My project uses recent tagged (stable) version 1.0 and at this point I want to checkout cesiumjs.org branch. According to figures of GitHub Pull Requests Workflow article I have to create a branch from master, however, as I can see, it doesn’t include (yet?) some relevant changes that are present in release version that I use.

Thanks.

Generally you should base your changes on master. Every change in 1.0 is already included in master. If you’re not seeing some changes, you may need to update your fork on GitHub.

https://help.github.com/articles/syncing-a-fork

Thank you, Scott.

I really forgot to sync the repository, everything was there.