Skip to content

feat: add Issue & Pull Request Templates - #323

Open
indpriyanshuraj wants to merge 2 commits into
LiteLDev:mainfrom
indpriyanshuraj:feature/issue-pr-templates
Open

feat: add Issue & Pull Request Templates#323
indpriyanshuraj wants to merge 2 commits into
LiteLDev:mainfrom
indpriyanshuraj:feature/issue-pr-templates

Conversation

@indpriyanshuraj

@indpriyanshuraj indpriyanshuraj commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

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.yml
  • 1-bug-report.yml
  • 2-feature-request.yml
  • 3-documentation.yml
  • 4-compatibility.yml
  • 5-translation.yml
  • 6-other.yml

Pull 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.md

Highlights

Important

  • Added Discord and the LeviLaunchroid website as contact links in the issue chooser for quick access.
  • Disabled blank issues to encourage structured reports and reduce spam.
  • Added a default Pull Request template that opens automatically when creating a PR.
  • Added dedicated Pull Request templates for bug fixes, features, documentation, and translation updates.
  • Configured automatic labels for all Issue Forms.
Automatic label mapping
Issue Form Assigned Label
1-bug-report.yml type: bug
2-feature-request.yml type: enhancement,status: proposal
3-documentation.yml type: documentation
4-compatibility.yml type: bug
5-translation.yml type: enhancement
6-other.yml type: question

@indpriyanshuraj
indpriyanshuraj marked this pull request as ready for review July 26, 2026 16:29
indpriyanshuraj

This comment was marked as outdated.

@indpriyanshuraj indpriyanshuraj changed the title Introduce GitHub Issue & Pull Request Templates feat: add Issue & Pull Request Templates Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Add GitHub Issue Forms and Pull Request Template

1 participant