[PR #140] Issue Template Forms #424

Open
opened 2025-12-30 01:24:25 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/140
Author: @moritztim
Created: 2/13/2024
Status: 🔄 Open

Base: mainHead: issue-forms


📝 Commits (7)

  • 2cdabff Render issue templates pre commit
  • 4432791 Create language bindings request form
  • 0674ca5 Consistent label name
  • 7df4375 Create output format request form
  • cc5bf1d Mark yml output for language bindings form as generated
  • 7f3560f Ensure outputs are marked as generated
  • 61b2c1b Simplify commit hook

📊 Changes

5 files changed (+249 additions, -0 deletions)

View changed files

📝 .githooks/pre-commit (+5 -0)
.github/ISSUE_TEMPLATE/language_bindings_request.pkl (+77 -0)
.github/ISSUE_TEMPLATE/language_bindings_request.yml (+45 -0)
.github/ISSUE_TEMPLATE/output_format_request.pkl (+77 -0)
.github/ISSUE_TEMPLATE/output_format_request.yml (+45 -0)

📄 Description

There will likely be a lot of similar issues submitted to this repo, which is why I think it's important to organize them.
For the issue forms to work, the following labels need to exist:

  • enhancement
  • bindings
  • output-formats

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/140 **Author:** [@moritztim](https://github.com/moritztim) **Created:** 2/13/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `issue-forms` --- ### 📝 Commits (7) - [`2cdabff`](https://github.com/apple/pkl/commit/2cdabffda22779b5442926a19d51a3138ce513ed) Render issue templates pre commit - [`4432791`](https://github.com/apple/pkl/commit/4432791fb918517f9f6053c11f5524b8fc8f41a2) Create language bindings request form - [`0674ca5`](https://github.com/apple/pkl/commit/0674ca52df7c109f65b1c96464b5ff55db6e1343) Consistent label name - [`7df4375`](https://github.com/apple/pkl/commit/7df437589fd9df10f554218cb9d6131c884f057d) Create output format request form - [`cc5bf1d`](https://github.com/apple/pkl/commit/cc5bf1db62327a48acfc64c692d68f95cdb98099) Mark yml output for language bindings form as generated - [`7f3560f`](https://github.com/apple/pkl/commit/7f3560fb604cc67cda940c64d1cd8e74bc6e7c7b) Ensure outputs are marked as generated - [`61b2c1b`](https://github.com/apple/pkl/commit/61b2c1b754002bdf1e943159605bff53b07282a3) Simplify commit hook ### 📊 Changes **5 files changed** (+249 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.githooks/pre-commit` (+5 -0) ➕ `.github/ISSUE_TEMPLATE/language_bindings_request.pkl` (+77 -0) ➕ `.github/ISSUE_TEMPLATE/language_bindings_request.yml` (+45 -0) ➕ `.github/ISSUE_TEMPLATE/output_format_request.pkl` (+77 -0) ➕ `.github/ISSUE_TEMPLATE/output_format_request.yml` (+45 -0) </details> ### 📄 Description There will likely be a lot of similar issues submitted to this repo, which is why I think it's important to organize them. For the issue forms to work, the following labels need to exist: - [x] enhancement - [x] bindings - [x] output-formats --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#424