Skip to content

Commit

Permalink
Removes links to slack
Browse files Browse the repository at this point in the history
Since we haven't decided where to put the community. Pushing
to github discussions instead.
  • Loading branch information
skrawcz authored and elijahbenizzy committed Mar 20, 2024
1 parent b164b02 commit afafe25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/contributing/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Please read the `code of conduct <https://github.com/dagworks-inc/burr/tree/main
prior to contributing. Then follow these guidelines:

#. Create a fork of the repository.
#. Ensure all tests pass
#. Make a PR to the main repository
#. Ping one of the maintainers to review your PR (best way to reach us is via the `slack community <https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg>`_)
#. Ensure all tests pass.
#. Make a PR to the main repository.
#. Ping one of the maintainers to review your PR.

-----------------------
Contribution guidelines
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Developing / Contributing

Instructions to develop/get started with `Burr`! If you don't know where
to start, you can always reach out to us:
- Join our `slack community <https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg>`_
- Start an issue or discussion on our `GitHub <https://github.com/dagworks-inc/burr>`_.
- Reach out to us by `email <mailto:founders@dagworks.io>`_

.. toctree::
Expand Down
3 changes: 2 additions & 1 deletion docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ You'll find this documentation separated into three sections.

We also ask that you:

- Join the `Hamilton slack <https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg>`_ (currently we're combining the help-channel for the two products)
- Report any bugs, issues, or feature requests via `GitHub Issues <https://github.com/DAGWorks-Inc/burr/issues>`_ or
`GitHub Discussions <https://github.com/DAGWorks-Inc/burr/discussions>`_.
- Give us a star on `GitHub <https://github.com/dagworks-inc/burr>`_ if you like the project!
2 changes: 1 addition & 1 deletion telemetry/ui/src/components/nav/appcontainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const AppContainer = (props: { children: React.ReactNode }) => {
},
{
name: 'Get Help',
href: 'https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg',
href: 'https://github.com/DAGWorks-Inc/burr/discussions',
icon: ChatBubbleLeftEllipsisIcon,
linkType: 'external'
}
Expand Down

0 comments on commit afafe25

Please sign in to comment.