From 6d796d555b039474a697872c585af527c0e27b62 Mon Sep 17 00:00:00 2001 From: Charles Carlson Date: Wed, 13 Aug 2025 17:42:27 -0700 Subject: [PATCH 1/2] Elaborates Contribution instructions --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2595c4af..d9e25e88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,16 +2,17 @@ We are happy to accept external contributions! 💖 -## Contact - First, let us know what you would like to contribute. Feel free to: -- report a bug or request a feature on [GitHub](https://github.com/opendp/tumult-analytics/issues); +- report a bug or request a feature by filing an issue on our [GitHub](https://github.com/opendp/tumult-analytics/issues); - send general queries to info@opendp.org, or email security@opendp.org if it is related to security; -- ask any question on our [Slack][slack] instance. +- ask any question on our [Slack][slack] instance. Tumult Analytics maintainers are active on most of the public channels, the `lib-dev` and `lib-support` channels are a great place to start interacting with the development community. [slack]: https://join.slack.com/t/opendp/shared_invite/zt-1aca9bm7k-hG7olKz6CiGm8htI2lxE8w + +Second, anyone can send us a Pull Request from a forked repo per Github's [documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork). Ideally Pull Requests are linked to an issue so the maintainers can easily understand the problem being solved. We try to link all Pull Requests to issues ourselves, so creating and commenting on issues is an easy way to get involved. + ## Local development ### Installation From ab4c130ba8cfca1e95f10b5c3a48ef3a0c42b5a3 Mon Sep 17 00:00:00 2001 From: Bayard Carlson <65914476+cbaycity@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:59:04 -0700 Subject: [PATCH 2/2] Update CONTRIBUTING.md Co-authored-by: dasm --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9e25e88..59d64e76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ First, let us know what you would like to contribute. Feel free to: [slack]: https://join.slack.com/t/opendp/shared_invite/zt-1aca9bm7k-hG7olKz6CiGm8htI2lxE8w -Second, anyone can send us a Pull Request from a forked repo per Github's [documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork). Ideally Pull Requests are linked to an issue so the maintainers can easily understand the problem being solved. We try to link all Pull Requests to issues ourselves, so creating and commenting on issues is an easy way to get involved. +Once you have agreement on the feature or bug, anyone can send us a Pull Request from a forked repo per Github's [documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork). Ideally Pull Requests are linked to an issue so the maintainers can easily understand the problem being solved. We try to link all Pull Requests to issues ourselves, so creating and commenting on issues is an easy way to get involved. ## Local development