Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

51 lines (31 loc) · 2.14 KB

Contributing to Syberia

Want to show Syberia some love? Help out by contributing!

Got a Question?

If you have questions about how to use Syberia, please direct these to the Google Group discussion list or StackOverflow. We are also available on Gitter.

Found a Bug?

If you find a bug in the source code or a mistake in the documentation, please submit an issue to our [GitHub Repository][https://github.com/syberia/syberia]. Even better you can submit a Pull Request with a fix! :)

But please see Submission Guidelines before filing an issue.

Want a Feature?

If you find a bug in the source code or a mistake in the documentation, please submit an issue to our [GitHub Repository][https://github.com/syberia/syberia].

But please see Submission Guidelines before filing an issue.

Submission Guidelines

Submitting an Issue

Before you submit your issue search the archive, maybe your question was already answered.

If your issue appears to be a bug, and hasn't been reported, open a new issue. Ideally, an issue will contain:

  • A stacktrace of the issue (Use bettertrace to capture stacktraces more effortlessly)
  • A reproducible example
  • Your Syberia package version

Submitting a Pull Request

Ideally, a PR will contain:

That's it! Thank you for your contribution!