code-charity / code-charity/youtube
Add a copy stat button for easy bug report
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 996
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 7
Description
⚬ PROBLEM:
when you submit a bug report, you will have to fill in these information every time
⚬ Browser:
⚬ ImprovedTube Version:
⚬ OS:
⚬Device:
⚬ Settings:
⚬ SOLUTION:
Consider these information are already automatically detected in settings/about,
meaning half of the codes are done,
I think adding a one-click button to copy stats in the clipboard will be very helpful for reporting bugs because
1 basically you are filling in the same information every time
2 copy and paste avoid typo and inaccurate stats
⚬ ALTERNATIVES:
⚬ RELEVANCE / SCOPE:
⚬ "SIDE EFFECTS":
⚬ CONTEXT:
//
Thank you!
| SHORT Table | (Summary) |
|---|---|
| Problem | |
| Solution | |
| Alternatives | |
| Scope | |
| Side effects | |
| Context |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the settings/about area where the issue says browser, version, OS, device, and settings information is already detected. Trace how those stats are assembled, then add a one-click clipboard action; it is done when a bug reporter can copy the relevant information without retyping it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100