christiaan / tinymce-codemirror

Development moved to gitlab.com/tinymce-plugins/tinymce-codemirror
https://gitlab.com/tinymce-plugins/tinymce-codemirror
Apache License 2.0
71 stars 29 forks source link

Permission to push? #34

Closed peterw8102 closed 7 years ago

peterw8102 commented 7 years ago

Can I have permission to post a new branch/PR with possible changes? Don't really want to create yet another fork of this and yours seems the most recent!

Thanks you!

christiaan commented 7 years ago

First thanks for willing to contribute to this project :+1: !

Creating a fork is the way git works. Best is to create a fork with a branch that contains your changes. Then use github to create PR (Pull Request) from your branch to this repo's master branch.

See this github guide on the workflow described above.

Beside the technicalities of creating a pull request I also like this article by Mark Seemann about the contents of a good pull request. Especially the part about not putting multiple changes in a single request.

Thanks again

peterw8102 commented 7 years ago

@christiaan Thank you for the pointer to that article, very useful. I wasn't aware of that work flow and haven't previously contributed to other people's projects. Will follow that!