~singpolyma/em_fiberscheduler

c4ae2ef51e42da0d4b2efeb90be425f114598dd2 — Stephen Paul Weber 1 year, 6 months ago 8789f67
Add contributing/getting help to readme
1 files changed, 23 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +23 -0
@@ 32,3 32,26 @@ If you want to start EventMachine yourself but want the autostop behaviour, do t

    Fiber.set_scheduler(EM::FiberScheduler.new(autostart: false))
    Fiber.scheduler.autostop

## Getting Help

If you have any questions about this library, or wish to report a bug, please send email to: dev@singpolyma.net

## Contributing

If you have code or patches you wish to contribute, the maintainer's preferred mechanism is a git pull request.  Push your changes to a git repository somewhere, for example:

    git remote rename origin upstream
    git remote add origin git@git.sr.ht:~yourname/em_fiberscheduler
    git push -u origin master

Then generate the pull request:

    git fetch upstream master
    git request-pull -p upstream/master origin

And copy-paste the result into a plain-text email to: dev@singpolyma.net

You may alternately use a patch-based approach as described on https://git-send-email.io or using the Sourcehut web interface.

Contributions follow an inbound=outbound model -- you (or your employer) keep all copyright on your patches, but agree to license them according to this project's COPYING file.