Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.75 KB

Contributing

Every contribution is pretty much appreciated and welcomed!

Have a question?

Ask in Discord server

Have a problem or found a bug?

If you find a bug, you can help us by submitting an issue to our GitHub Repository

Have a feature suggestion?

You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it.
Wait for team members to leave a feedback on your issue.

Setup

Read Core development guide

Submitting Changes

Workflow:

  • For a major fix/feature make sure your PR has an issue and if it doesn't, please create one. This would help discussion with the community, and polishing ideas in case of a new feature.
  • Create a fork of our GitHub repository.
  • Crate a new git branch with name of your feature/bug
  • Commit your changes into the branch.
  • Create a pull request at GitHub website to the master branch of our repository.
  • Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info)

Follow these guidelines while working: