Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 663 Bytes

File metadata and controls

17 lines (11 loc) · 663 Bytes

Contributing to Tolvex

First off, thank you for considering contributing to Tolvex! It's people like you that make Tolvex such a great tool.

Where do I go from here?

If you've noticed a bug or have a question, search the issue tracker to see if someone else has already reported the issue. If not, feel free to open a new issue.

Fork & Pull Request

  1. Fork the repository on GitHub.
  2. Clone the project to your own machine.
  3. Commit changes to your own branch.
  4. Push your work back up to your fork.
  5. Submit a Pull Request so that we can review your changes.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!