feat: add Issue & Pull Request Templates - #323
Open
indpriyanshuraj wants to merge 2 commits into
Open
Conversation
indpriyanshuraj
marked this pull request as ready for review
July 26, 2026 16:29
indpriyanshuraj
force-pushed
the
feature/issue-pr-templates
branch
from
July 27, 2026 14:00
9218277 to
cd555ef
Compare
10 tasks
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.
Resolves #322
This PR implements the proposal discussed in #322 by introducing GitHub Issue Forms and Pull Request templates for LeviLaunchroid.
Files added
Issue Forms
Note
Numeric prefixes (
1-,2-, etc.) are used to keep the forms displayed in a consistent order within GitHub's issue chooser.config.yml1-bug-report.yml2-feature-request.yml3-documentation.yml4-compatibility.yml5-translation.yml6-other.ymlPull Request Templates
.github/pull_request_template.md(Default template).github/PULL_REQUEST_TEMPLATE/bug.md.github/PULL_REQUEST_TEMPLATE/feature.md.github/PULL_REQUEST_TEMPLATE/docs.md.github/PULL_REQUEST_TEMPLATE/translation.mdHighlights
Important
Automatic label mapping
1-bug-report.ymltype: bug2-feature-request.ymltype: enhancement,status: proposal3-documentation.ymltype: documentation4-compatibility.ymltype: bug5-translation.ymltype: enhancement6-other.ymltype: question