diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0d3bc3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug Report +about: Report a bug or issue +title: '' +labels: bug +assignees: '' +--- + +**Device**: [e.g., Samsung Galaxy S21, Android 12] + +**Decoder Type**: [Software/Hardware] + +**Player Stats**: [Open `Settings > Network > Player Stats` and click the Info icon of PlayerPage to copy the message] + +**Description**: + +[Clear description of the issue] + +**Additional Context**: + +[Any other relevant information] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f1bbbe8..ae30faa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,11 +16,9 @@ When reporting issues, please help us help you by providing the following inform ### Required Information - **Device Information**: Manufacturer, model, and Android version -- **App Version**: Found in Settings → About - **Steps to Reproduce**: Clear, step-by-step instructions - **Expected Behavior**: What you expected to happen - **Actual Behavior**: What actually happened -- **Logs/Screenshots**: If applicable, attach relevant logs or screenshots ### Before Submitting 1. Search existing issues to avoid duplicates @@ -28,30 +26,6 @@ When reporting issues, please help us help you by providing the following inform 3. Provide as much detail as possible 4. Use a clear and descriptive title -### Issue Template -``` -**Device**: [e.g., Samsung Galaxy S21, Android 12] -**App Version**: [e.g., 1.0.0 (10)] -**Build Type**: [Debug/Release] - -**Description**: -[Clear description of the issue] - -**Steps to Reproduce**: -1. -2. -3. - -**Expected Behavior**: -[What should happen] - -**Actual Behavior**: -[What actually happens] - -**Additional Context**: -[Any other relevant information] -``` - --- Thank you for contributing to Astronia!