This is an automated email from the ASF dual-hosted git repository.
xiaokang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new fc37f81c feat(rust): add rust request and issue tags #815
fc37f81c is described below
commit fc37f81c5b8aac549a76737f50b1ea6b18928de5
Author: Xiaokang Yang <[email protected]>
AuthorDate: Mon Dec 29 15:24:25 2025 +0800
feat(rust): add rust request and issue tags #815
---
.github/ISSUE_TEMPLATE/bug_report.yml | 2 ++
.github/ISSUE_TEMPLATE/feature_request.yml | 1 +
2 files changed, 3 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml
b/.github/ISSUE_TEMPLATE/bug_report.yml
index 8a2dd65b..81355003 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -38,6 +38,8 @@ body:
- Java
- Spark
- PySpark
+ - Python
+ - Rust
- Continuous Integration
- Developer Tools
- Documentation
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml
b/.github/ISSUE_TEMPLATE/feature_request.yml
index 59c888a9..9e5b3f09 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -42,6 +42,7 @@ body:
- Spark
- PySpark
- Python
+ - Rust
- Continuous Integration
- Developer Tools
- Documentation
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]