diff options
| author | Thomas Neidhart <[email protected]> | 2024-05-27 09:05:07 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 09:05:07 +0200 |
| commit | 23691895c9610392e7aff29ecf2ba0487ac79047 (patch) | |
| tree | c9fbb78b689bc538d041612815d69bac4c2d9d5a | |
| parent | f648d4b46189e452d7449db10806132914db73e7 (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 720a29c4..7a2b862f 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", "new"] +labels: new, feature assignees: '' --- |
