Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 866 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 866 Bytes

Contributing to TarkBot

Welcome to the TarkBot project! We appreciate your interest in contributing. Here are some guidelines to help you get started:

Setting up a Development Environment

TOOD

Testing Changes

Before submitting a pull request, make sure to test your changes thoroughly. This could include writing unit tests or manually testing the project to ensure it is functioning as expected.

Submitting Pull Requests

TODO

Building and Releasing the Project

To build the project for testing or production, follow these steps:

  1. Use Poetry to build the project poetry run python setup_msi.py bdist_msi This will create a dist directory containing the built project.

Additional Guidelines

  • Make sure to write thorough and accurate documentation for your changes
  • Be respectful and considerate of others when communicating