chore: add GitHub Issue templates for bug reports and feature requests#48
Open
omghante wants to merge 1 commit into
Open
chore: add GitHub Issue templates for bug reports and feature requests#48omghante wants to merge 1 commit into
omghante wants to merge 1 commit into
Conversation
- Add bug_report.yml with structured fields for SDK version, environment, Java version, and client type - Add feature_request.yml with structured fields for use case, proposed solution, and affected client - Add config.yml to disable blank issues and link to developer documentation Fixes PhonePe#47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add structured GitHub Issue templates using GitHub's modern YAML issue forms. This will ensure that incoming bug reports and feature requests contain all the necessary information (like SDK version, environment, and reproduction steps) right from the start, saving maintainers time.
Related Issue
Fixes #47
Changes Made
.github/ISSUE_TEMPLATE/bug_report.ymlwith dropdowns for SDK version, Java version, Environment (SANDBOX/PRODUCTION), and Client Type..github/ISSUE_TEMPLATE/feature_request.ymlwith structured fields for use case and proposed solution..github/ISSUE_TEMPLATE/config.ymlto disable blank issues and link users directly to the PhonePe Developer Documentation.How to Test
Issuestab on this fork branch.New Issueand verify that the "Bug Report" and "Feature Request" options appear instead of a blank text box.Checklist
mvn clean verify)