Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 1.12 KB

Contributing to Galeforce

Did you find a bug?

  • Please verify that there isn't already an issue for your bug by checking here.

  • If no one has reported the bug yet, please open an issue here. Make sure to use an informative and concise title, describe the bug clearly, and include as much information about the nature and reproducibility of the bug as possible.

Want to fix a bug?

  • Fork the repository and make any necessary fixes on your forked copy.

    • Please make sure that your patch passes existing unit tests!
  • Open a new pull request with your changes. Please make sure the PR description describes the problem you addressed and your proposed solution, and link any relevant issues.

Want to suggest a new feature or idea, or have a question on how to use the library?

  • Open a new discussion here. Please select the category corresponding to your request, and describe your request or problem as clearly as you can.