This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch proposal-native-capability
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/proposal-native-capability by
this push:
new 19c8ce185 Assign number
19c8ce185 is described below
commit 19c8ce1851e475f048f1c533466795110b031d1b
Author: Xuanwo <[email protected]>
AuthorDate: Fri Aug 11 16:56:51 2023 +0800
Assign number
Signed-off-by: Xuanwo <[email protected]>
---
.../docs/rfcs/{0000_native_capability.md => 2852_native_capability.md} | 2 +-
core/src/docs/rfcs/mod.rs | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/core/src/docs/rfcs/0000_native_capability.md
b/core/src/docs/rfcs/2852_native_capability.md
similarity index 96%
rename from core/src/docs/rfcs/0000_native_capability.md
rename to core/src/docs/rfcs/2852_native_capability.md
index 3a6cd5ce0..166263d39 100644
--- a/core/src/docs/rfcs/0000_native_capability.md
+++ b/core/src/docs/rfcs/2852_native_capability.md
@@ -1,6 +1,6 @@
- Proposal Name: `native_capability`
- Start Date: 2023-08-11
-- RFC PR:
[apache/incubator-opendal#0000](https://github.com/apache/incubator-opendal/pull/0000)
+- RFC PR:
[apache/incubator-opendal#2852](https://github.com/apache/incubator-opendal/pull/2852)
- Tracking Issue:
[apache/incubator-opendal#0000](https://github.com/apache/incubator-opendal/issues/0000)
# Summary
diff --git a/core/src/docs/rfcs/mod.rs b/core/src/docs/rfcs/mod.rs
index e5e58f4a8..09d7b76fa 100644
--- a/core/src/docs/rfcs/mod.rs
+++ b/core/src/docs/rfcs/mod.rs
@@ -154,3 +154,6 @@ pub mod rfc_2774_lister_api {}
#[doc = include_str!("2779_list_with_metakey.md")]
pub mod rfc_2779_list_with_metakey {}
+
+#[doc = include_str!("2852_native_capability.md")]
+pub mod rfc_2852_native_capability {}