visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

How to contribute? #198

Closed vd3d closed 1 year ago

vd3d commented 1 year ago

Hi,

I wish to contribute to your project, but when I try to push my first branch I got the following error message.

remote: Permission to visual-space/visual-editor.git denied to vd3d. fatal: unable to access 'https://github.com/visual-space/visual-editor.git/': The requested URL returned error: 403 Pushing to https://github.com/visual-space/visual-editor.git

What's wrong ?

Thanks

adrian-moisa commented 1 year ago

You must be registered as a contributor to be able to directly push on develop. Otherwise you have to open a PR. It will get reviewed and if it checks out we accept. Otherwise we will provide feedback. I'm working on a contributions guidelines document. It hasn't been completed yet.