Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.13 KB

Contributing to Chasm Scout

Thank you for considering contributing to Chasm Scout! We welcome contributions from the community to help improve the project. Please take a moment to review this document before submitting your contributions.

How to Contribute

Reporting Issues

If you encounter a bug or have a feature request, please open an issue in the GitHub Issue Tracker. When reporting an issue, please include:

  • A clear and descriptive title.
  • A detailed description of the problem or the enhancement you are requesting.
  • Steps to reproduce the issue (if applicable).
  • Any relevant logs, screenshots, or other information that might help us understand the issue.

Submitting Pull Requests

We accept pull requests for bug fixes, improvements, and new features. To submit a pull request:

  1. Fork the Repository: Click the "Fork" button on the top right of the repository page to create your own fork of the project.

  2. Clone the Fork: Clone your fork to your local machine.

    git clone https://github.com/ChasmNetwork/chasm-scout.git
    cd chasm-scout