-
Notifications
You must be signed in to change notification settings - Fork 817
add FAQ section in README based on some common issues #860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi @PeterDaveHello |
Hi @Daniel930902, I'm ony an active contributor to chatGPTBox without direct permission to review the changes, but maybe you can use tools like markdownlint to ensure the markdown format before the project maintainer can review it ;) |
|
||
**not officially fixed yet** | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line seems to have an extra blank space
|
||
### Cannot login to ChatGPT.com with this extension active using Brave web browser | ||
|
||
#### [#794]( https://github.com/josStorer/chatGPTBox/issues/794 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spaces before and after the URL inside the hyperlink brackets seem unnecessary. Additionally, I'm not sure if it's a good idea to directly use a hyperlink in a heading to link to an issue number.
Sorry for the delay due to various reasons. I think I will have time recently to release an update for chatGPTBox, and I will handle this PR later. |
@josStorer Happy to see you back! I'm excited to see the current updates addressed and to contribute further based on them. I also suggest exploring a more efficient collaboration model for chatGPTBox, like setting up a GitHub organization and inviting contributors with limited, essential permissions. This is an amazing project, and I truly hope it continues to flourish over the long term. Thank you so much! |
@PeterDaveHello Hello, I have already invited you as a collaborator for the repository. If you don't mind, you can help the project handle some issues, while I will be responsible for the release and submission for store review. I will also continue to update it when I have time. I fully understand how frustrating it is for many users not to receive timely updates due to my personal busyness. I feel that when I have some free time, I need to use wxt.dev and TypeScript to conduct a large-scale refactoring of the repository and implement automated store submissions, so that more collaborators can get involved. |
@josStorer Great, I saw the invitation. I'll look into handling some issues. However, given the limitations in functionality and role permissions, I'd respectfully recommend managing this through a GitHub Org instead. From my experience, this approach tends to be simpler and more effective. What do you think? |
@josStorer By the way, I've accepted your invitation, but it seems I don't have permissions yet, like tagging, closing, merging, or requesting reviews. This discussion is a bit beyond the scope of this PR. Maybe we should discuss elsewhere. If you're available, we can quickly chat via X (Twitter) DM as we have before. |
@PeterDaveHello Alright, I will transfer this repository to an organization account tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new FAQ section to the README to address common user issues and provide troubleshooting steps based on GitHub discussions.
- Introduces “Frequently Asked Questions” section with three entries covering Brave login, Google Gemini, and Bilibili compatibility.
- Lists possible causes and actionable solutions for each issue.
- Encourages users to file an issue if their problem isn’t covered.
|
||
### Cannot login to ChatGPT.com with this extension active using Brave web browser | ||
|
||
#### [#794]( https://github.com/josStorer/chatGPTBox/issues/794 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the space before the URL in the Markdown link so it reads [#794](https://github.com/josStorer/chatGPTBox/issues/794)
and renders correctly.
Copilot uses AI. Check for mistakes.
|
||
### Google Gemini not working | ||
|
||
#### [#786]( https://github.com/josStorer/chatGPTBox/issues/786 ), [#757]( https://github.com/josStorer/chatGPTBox/issues/757 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the leading space inside each link's parentheses, e.g. [#786](https://github.com/josStorer/chatGPTBox/issues/786)
and [#757](https://github.com/josStorer/chatGPTBox/issues/757)
.
Copilot uses AI. Check for mistakes.
|
||
### bilibili not working correctly | ||
|
||
#### [#732]( https://github.com/josStorer/chatGPTBox/issues/732 ), [#703]( https://github.com/josStorer/chatGPTBox/issues/703 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the space before each URL in the issue links so they render properly, e.g. [#732](https://github.com/josStorer/chatGPTBox/issues/732)
.
Copilot uses AI. Check for mistakes.
**Possible causes:** | ||
- The extension modifies some network requests or page content, which may interfere with the ChatGPT.com login flow. | ||
|
||
- Brave browser’s built-in privacy protections( shields, blocking scripts or cookies ) may conflict with the extension. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a space before the opening parenthesis and remove the extra space before the closing parenthesis: protections (shields, blocking scripts or cookies)
.
Copilot uses AI. Check for mistakes.
**Possible solutions: ** | ||
|
||
|
||
- Try enabling floating window mode in ChatGPTBox settings.This works better on sites that block side panels. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Insert a space after the period so it reads settings. This works better on sites that block side panels.
Copilot uses AI. Check for mistakes.
|
||
|
||
|
||
### bilibili not working correctly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize “Bilibili” in the heading for consistency and as a proper noun: ### Bilibili not working correctly
.
Copilot uses AI. Check for mistakes.
Sometimes working | ||
**not officially fixed yet** | ||
|
||
**Possible causes: ** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Standardize bold formatting by removing trailing spaces inside the markers, for example use **Possible causes:**
instead of **Possible causes: **
.
Copilot uses AI. Check for mistakes.
/review |
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
/improve |
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨
|
If there are additional common issues in the future, this FAQ section can be further updated.