summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-05 08:23:19 +0200
committerMichael Howitz <mh@gocept.com>2022-04-06 08:19:05 +0200
commitfcefd4ac8d0905146420db3f13f6e494c6166c36 (patch)
tree028c306382e7433450c82aac130f3b1ab2f82c49 /CONTRIBUTING.md
parent4404adf123bbd0a51fcdb70f02ee6c8191837f09 (diff)
downloadzope-browser-fcefd4ac8d0905146420db3f13f6e494c6166c36.tar.gz
Add support for Python 3.10 + fix docs.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..31d95f0
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,23 @@
+<!--
+Generated from:
+https://github.com/zopefoundation/meta/tree/master/config/pure-python
+-->
+# Contributing to zopefoundation projects
+
+The projects under the zopefoundation GitHub organization are open source and
+welcome contributions in different forms:
+
+* bug reports
+* code improvements and bug fixes
+* documentation improvements
+* pull request reviews
+
+For any changes in the repository besides trivial typo fixes you are required
+to sign the contributor agreement. See
+https://www.zope.dev/developer/becoming-a-committer.html for details.
+
+Please visit our [Developer
+Guidelines](https://www.zope.dev/developer/guidelines.html) if you'd like to
+contribute code changes and our [guidelines for reporting
+bugs](https://www.zope.dev/developer/reporting-bugs.html) if you want to file a
+bug report.