diff options
| author | Thomas Neidhart <[email protected]> | 2024-05-27 09:04:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 09:04:13 +0200 |
| commit | bfde2d5493e63bb79eec05a5abfa16d4d13b6e1d (patch) | |
| tree | 6b17bdb3a3a377a8d24f5ebc52ea22c8949dcba6 | |
| parent | e7fde60363a6187c7581965032d9f4df31bbd8d4 (diff) | |
Add new label
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fcbe01da..720a29c4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea or enhancement to existing feature for Eclipse ThreadX. title: '' -labels: feature +labels: ["feature", "new"] assignees: '' --- |
