Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes links to slack #83

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading