Skip to content

Commit

Permalink
- integrate changes drom d-maurer
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 28, 2024
1 parent 6ad2125 commit 531327c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions docs/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,16 @@ Sharing Your Changes
or bug fixes, although it is possible that you may have tested your
new code by updating existing tests.

If have made a change you would like to share, the best route is to fork
the Githb repository, check out your fork, make your changes on a branch
in your fork, and push it. You can then submit a pull request from your
branch:
Contributions to Plone/Zope Foundation packages require contributor status.
Please see https://www.zope.dev/developer/becoming-a-committer.html.

If you have made changes you would like to share, the best route is to create a
branch in the GitHub repository and push changes there, which requires
`contributor status
<https://www.zope.dev/developer/becoming-a-committer.html>`_. You can
also fork the GitHub repository, check out your fork, make your changes on a
branch in your fork, and then push them. A private fork makes it harder for
others and the package maintainers to work with your changes, so it is
discouraged. Either way, you can then submit a pull request from your branch:

https://github.com/zopefoundation/zope.meta/pulls
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*rnames):
name='zope.meta',
version='1.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
author_email='zope-dev@zope.dev',
description='Helper functions for package management',
long_description=(
read('README.rst')
Expand Down

0 comments on commit 531327c

Please sign in to comment.