From 6f366df894813929c213052d0465f56756bd80d3 Mon Sep 17 00:00:00 2001 From: Adrian Stark <38497714+uniStark@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:32:02 +0800 Subject: [PATCH 1/4] docs: add contribution guide and code of conduct --- CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e69de29b From e7eaa753dc256c85c0ee832f282957ad26eb79c3 Mon Sep 17 00:00:00 2001 From: Adrian Stark <38497714+uniStark@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:32:05 +0800 Subject: [PATCH 2/4] docs: add contribution guide and code of conduct --- CODE_OF_CONDUCT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..e69de29b From 2b8164c087e9503922181a85729b053a2e9719e8 Mon Sep 17 00:00:00 2001 From: Adrian Stark <38497714+uniStark@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:33:41 +0800 Subject: [PATCH 3/4] docs: add contribution guide and code of conduct --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e69de29b..dda52dca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to smallvec + +Thank you for helping improve `smallvec`! Before opening a pull request, +please review the [Servo contribution guide](https://book.servo.org/contributing/getting-started). + +## Pull requests + +- Keep changes focused and explain the motivation in the pull request. +- Add or update tests for behavior changes. +- Run the relevant Rust formatting, test, and lint checks locally. +- Do not include generated files, credentials, or unrelated formatting changes. + +Please be patient during review. Maintainers may ask for revisions so that a +change remains compatible with the supported Rust versions and the crate's +API guarantees. From e5b82841ec6128dae0114f2fca83cb30749b2837 Mon Sep 17 00:00:00 2001 From: Adrian Stark <38497714+uniStark@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:33:43 +0800 Subject: [PATCH 4/4] docs: add contribution guide and code of conduct --- CODE_OF_CONDUCT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e69de29b..8d98937c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,14 @@ +# Code of Conduct + +The smallvec project follows the [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct). +It applies to this repository, its issue tracker, pull requests, and other +official project spaces. + +If you experience or witness unacceptable behavior, report it privately to the +Servo project maintainers through the contact method described in the +[Servo contribution guide](https://book.servo.org/contributing/getting-started). + +Project participants are expected to be respectful, assume good faith, and +focus feedback on the work rather than on the person. Maintainers may remove +comments or contributions that violate this code and may take any other action +necessary to keep project spaces welcoming and productive.