Skip to content

Issue Tracker

GitHub Issues

All bug reports, feature requests, and questions are tracked via GitHub Issues at:

Repository: https://github.com/ifmprotocol/ifm/issues

Issue Labels

The project uses the following label categories to organize issues:

LabelColorDescription
bug#e11d21Confirmed bug or crash
feature#e1e4e8New feature or enhancement
question#f6e05eUsage question or how-to
documentation#e11d21Docs improvements or clarifications
good first issue#7058ffWelcome contribution for newcomers
help wanted#a24661Maintainer assistance needed
invalid#cfd3d7Issue not reproducible or out of scope
wont fix#e11d21Issue will not be addressed

Issue Templates

The repository includes standardized issue templates to ensure all necessary information is provided:

Bug Report

---
name: Bug Report
about: Report a bug with IFM
title: ''
labels: ['bug']
assignees: ''

---

**Environment**
- IFM Version: `0.3.0-alpha`
- OS: (e.g., macOS 13, Windows 11, Ubuntu 22.04)
- Browser: (e.g., Chrome 115, Safari 17)

**Steps to Reproduce**
1. 
2. 
3. 

**Expected Behavior**
...

**Actual Behavior**
...

**Additional Context**
- Log output (use `ifm logs --follow`)
- Screenshots/videos if applicable

Feature Request

---
name: Feature Request
about: Suggest a new feature for IFM
title: ''
labels: ['feature']
assignees: ''

---

**Problem Statement**
...

**Proposed Solution**
...

**Alternatives Considered**
...

**Additional Context**

Issue Workflow

  1. Open: Issue is created and labeled
  2. Triage: Maintainers review and assign priority
  3. Discussion: Community and maintainers discuss solution
  4. Implementation: Developer works on the fix/feature
  5. Review: Pull request reviewed and merged
  6. Close: Issue closed with resolution

Getting Help

  • For questions: Use the question label or visit #ifm-protocol on Slack
  • For discussions: Join the #ifm-dev channel on Slack
  • For urgent bugs: Tag @ifm/protocol-maintainers in the issue

Reporting Security Issues

Security issues should be reported privately via email to security@ifm.sh rather than via public GitHub Issues. The security team will coordinate a responsible disclosure process.

Known Issues

IssueStatusWorkaround
Choppy audio on wirelessBeing investigatedIncrease jitter buffer
Protected frequency accessBeing investigatedUse correct access code format
Rendezvous connection failedBeing investigatedCheck NAT/firewall settings

Released under the MIT License.