Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 854 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (17 loc) · 854 Bytes

Contribution Guide

Thank you for showing interest in the development of Axinite! Please read through this page before contributing.

Pull Requests

If you choose to make a pull request, please keep the following in mind:

  • Creating an issue first will ensure that we know and approve of your proposed changes.
  • Try to document/annotate your code with docstrings and type annotations.

Issues

Bugs

If there's a bug you'd like fixed, please cover these points in your issue:

  • What were you trying to do?
  • What happened?
  • Any error messages (if applicable).
  • Are you interested in fixing this bug via pull request?

Feature Request

If you'd like to request a new feature, be sure to describe everything you can about your vision. Once/if it's approved, either you, I, or another contributor will create a pull request to implement the changes.