summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenhao Qu <chenhao.qu@mongodb.com>2022-11-02 11:57:16 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-02 02:00:19 +0000
commit03aab97378d57b66819a8f9a759d85600ce75495 (patch)
tree17ff2101abcd09cad58aff8b8d357028220875b7
parent392d75159d0e07b7bff74f04e7cf8d936f138a6d (diff)
downloadmongo-03aab97378d57b66819a8f9a759d85600ce75495.tar.gz
Import wiredtiger: b59b98e58e92cf2d58d4f90882f1340001be53bf from branch mongodb-master
ref: 2f8aa90552..b59b98e58e for: 6.2.0-rc0 WT-6917 Create WiredTiger contributing guide
-rw-r--r--src/third_party/wiredtiger/CONTRIBUTING.rst10
-rw-r--r--src/third_party/wiredtiger/README4
-rw-r--r--src/third_party/wiredtiger/import.data2
3 files changed, 15 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/CONTRIBUTING.rst b/src/third_party/wiredtiger/CONTRIBUTING.rst
new file mode 100644
index 00000000000..6add12aa395
--- /dev/null
+++ b/src/third_party/wiredtiger/CONTRIBUTING.rst
@@ -0,0 +1,10 @@
+
+Contributing to the WiredTiger project
+======================================
+
+Pull requests are always welcome, and the WiredTiger dev team appreciates any help the community can
+give to help make WiredTiger better.
+
+For more information about how to contribute, please read `the WiredTiger Wiki on GitHub`_.
+
+.. _the WiredTiger Wiki on GitHub: https://github.com/wiredtiger/wiredtiger/wiki/Contributing-to-WiredTiger
diff --git a/src/third_party/wiredtiger/README b/src/third_party/wiredtiger/README
index e6c7ac4c51d..bbb9d4d8081 100644
--- a/src/third_party/wiredtiger/README
+++ b/src/third_party/wiredtiger/README
@@ -23,3 +23,7 @@ WiredTiger licensing information can be found at:
For general questions and discussion, there's a WiredTiger group:
https://groups.google.com/group/wiredtiger-users
+
+For information about contributing to WiredTiger see:
+
+ https://github.com/wiredtiger/wiredtiger/wiki/Contributing-to-WiredTiger
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 8cd14f3e3fa..b18a173ec1d 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-master",
- "commit": "2f8aa90552a2a27900cb31bc938369585343611d"
+ "commit": "b59b98e58e92cf2d58d4f90882f1340001be53bf"
}