Add structured Bug Report Issue Template (Fixes #6763)
This PR introduces a new GitHub Issue Template specifically for reporting bugs.
- Matches the structure shown in issue #6763
- Adds clear sections for Summary, Environment, Steps, Expected vs. Actual behavior -Includes fields for configuration files, logs, screenshots, and additional context
This helps contributors report bugs more accurately and improves issue triaging for maintainers.
Fixes #6763 Let me know if you'd like any additional fields or formatting changes. Happy to update!
Codecov Report
:x: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 78.51%. Comparing base (1c6026e) to head (6a0234f).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ...va/com/thealgorithms/ciphers/OneTimePadCipher.java | 86.66% | 1 Missing and 1 partial :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #7115 +/- ##
=========================================
Coverage 78.50% 78.51%
- Complexity 6752 6758 +6
=========================================
Files 759 760 +1
Lines 22402 22417 +15
Branches 4400 4402 +2
=========================================
+ Hits 17587 17600 +13
- Misses 4109 4110 +1
- Partials 706 707 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
This pull request has been automatically closed because its workflows or checks failed and it has been inactive for more than 14 days. Please fix the workflows and reopen if you'd like to continue. Merging from main/master alone does not count as activity.