aboutsummaryrefslogtreecommitdiff
path: root/R2R/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'R2R/CONTRIBUTING.md')
-rwxr-xr-xR2R/CONTRIBUTING.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/R2R/CONTRIBUTING.md b/R2R/CONTRIBUTING.md
new file mode 100755
index 00000000..a5469158
--- /dev/null
+++ b/R2R/CONTRIBUTING.md
@@ -0,0 +1,18 @@
+# R2R Contribution Guide
+
+## Quick Start
+
+- **Pre-Discussion**: Feel free to propose your ideas via issues, [Discord](https://discord.gg/p6KqD2kjtB) if you want to get early feedback.
+- **Code of Conduct**: Adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md) in all interactions.
+- **Pull Requests (PRs)**: Follow the PR process for contributions.
+
+## Pull Request Process
+
+1. **Dependencies**: Ensure all dependencies are necessary and documented.
+2. **Documentation**: Update README.md with any changes to interfaces, including new environment variables, exposed ports, and other relevant details.
+3. **Versioning**: Increment version numbers in examples and README.md following [SemVer](http://semver.org/).
+4. **Review**: A PR can be merged after receiving approval from at least two other developers. If you lack merge permissions, request a review for merging.
+
+## Attribution
+
+This Code of Conduct adapts from the [Contributor Covenant, version 1.4](http://contributor-covenant.org/version/1/4/).