# How to Get Support for bannedbook/fanqiang

> Need support for bannedbook/fanqiang? Submit bug reports on GitHub or join our Telegram group for instant community help. Get solutions fast!

- Repository: [如何翻墙/fanqiang](https://github.com/bannedbook/fanqiang)
- Tags: how-to-guide
- Published: 2026-06-15

---

**To get support for the bannedbook/fanqiang project, submit bug reports through the GitHub Issues tracker or join the public Telegram group at https://t.me/fqchat for real-time community assistance.**

The bannedbook/fanqiang repository aggregates various circumvention tools and proxies to help users bypass network restrictions. When you encounter configuration problems or need troubleshooting guidance, understanding how to get support for bannedbook/fanqiang ensures you receive timely help from maintainers and the community. The official support channels are documented directly in the source code at specific line references in [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md) and the issue templates.

## GitHub Issues: Structured Bug Reporting

The repository uses GitHub Issues as the primary channel for formal bug reports and feature requests.

### Opening an Issue in the Repository

According to [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md) at line 86, users seeking feedback should navigate to the issues page. The documentation states: "如需反馈交流，请点我" (translated as "If you need feedback or communication, click here"), linking directly to `https://github.com/bannedbook/fanqiang/issues`.

When you create a new issue, the repository automatically loads a template defined in [`.github/ISSUE_TEMPLATE/custom.md`](https://github.com/bannedbook/fanqiang/blob/main/.github/ISSUE_TEMPLATE/custom.md) at line 10. This template requires you to specify which specific tool or service your problem concerns, ensuring maintainers can categorize and respond to reports efficiently.

### Submitting Effective Reports

To maximize the chance of a quick resolution:

1. Navigate to the issue tracker using the command below or by clicking the link in [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md)
2. Select the appropriate template that asks for the specific tool name
3. Describe your environment (operating system, client version) and include error logs

## Telegram Group: Real-Time Community Support

For immediate assistance and community discussion, the project maintains a public Telegram channel as an alternative to the formal issue tracker.

### Joining the Official Chat

As documented in [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md) at line 87, the official invitation link is **https://t.me/fqchat**. The entry reads: "加入翻墙电报群: https://t.me/fqchat" ("Join the circumvention Telegram group").

This group serves as an informal venue for:

- Quick troubleshooting questions
- Sharing configuration tips
- Announcements about tool updates
- Peer-to-peer assistance from experienced users

## Quick Command Reference

Use these terminal commands to access the support channels directly from your command line:

```bash

# Open the GitHub Issues page (macOS)

open https://github.com/bannedbook/fanqiang/issues

# Linux alternative

xdg-open https://github.com/bannedbook/fanqiang/issues

```

```bash

# Join the Telegram group (macOS)

open https://t.me/fqchat

# Linux

xdg-open https://t.me/fqchat

# Windows

start https://t.me/fqchat

```

## Summary

- **GitHub Issues**: The formal support channel located at `github.com/bannedbook/fanqiang/issues`, referenced in [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md) line 86, with structured templates in [`.github/ISSUE_TEMPLATE/custom.md`](https://github.com/bannedbook/fanqiang/blob/main/.github/ISSUE_TEMPLATE/custom.md) line 10
- **Telegram Group**: Real-time chat available at https://t.me/fqchat, documented in [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md) line 87
- **Template Requirements**: Issues must specify which tool or service is affected to ensure proper routing to maintainers
- **Command Line Access**: Use `open` (macOS), `xdg-open` (Linux), or `start` (Windows) to launch support URLs directly from your terminal

## Frequently Asked Questions

### How do I report a bug in fanqiang?

Navigate to `https://github.com/bannedbook/fanqiang/issues` and click "New Issue." The repository automatically loads a template from [`.github/ISSUE_TEMPLATE/custom.md`](https://github.com/bannedbook/fanqiang/blob/main/.github/ISSUE_TEMPLATE/custom.md) that prompts you to specify which circumvention tool is affected, then describe the problem for maintainer review.

### What information should I include when opening a GitHub issue?

According to the issue template at line 10 of [`.github/ISSUE_TEMPLATE/custom.md`](https://github.com/bannedbook/fanqiang/blob/main/.github/ISSUE_TEMPLATE/custom.md), you must specify the specific tool or service your problem concerns. Additionally, include your operating system, client version, and error logs to help maintainers diagnose issues without requesting follow-up clarifications.

### Is the Telegram group official?

Yes, the Telegram link https://t.me/fqchat is officially documented in the repository's [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md) at line 87. The entry explicitly invites users to "加入翻墙电报群" (join the circumvention Telegram group), confirming it is the sanctioned community chat for the project.

### Where can I find the support links in the repository?

The support links are located in [`README.md`](https://github.com/bannedbook/fanqiang/blob/main/README.md) at lines 86 and 87. Line 86 contains the GitHub Issues link for feedback, while line 87 lists the Telegram invitation URL. Both entries appear in the same section of the documentation, making them easy to locate when browsing the repository on GitHub.