diff --git a/docs/contributing/contributing.rst b/docs/contributing/contributing.rst index a25c5edd..d2785199 100644 --- a/docs/contributing/contributing.rst +++ b/docs/contributing/contributing.rst @@ -6,9 +6,9 @@ Please read the `code of conduct `_) +#. Ensure all tests pass. +#. Make a PR to the main repository. +#. Ping one of the maintainers to review your PR. ----------------------- Contribution guidelines diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst index c3361029..932fab6e 100644 --- a/docs/contributing/index.rst +++ b/docs/contributing/index.rst @@ -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 `_ +- Start an issue or discussion on our `GitHub `_. - Reach out to us by `email `_ .. toctree:: diff --git a/docs/main.rst b/docs/main.rst index 2ee12ff9..c6db8533 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -12,5 +12,6 @@ You'll find this documentation separated into three sections. We also ask that you: -- Join the `Hamilton slack `_ (currently we're combining the help-channel for the two products) +- Report any bugs, issues, or feature requests via `GitHub Issues `_ or +`GitHub Discussions `_. - Give us a star on `GitHub `_ if you like the project! diff --git a/telemetry/ui/src/components/nav/appcontainer.tsx b/telemetry/ui/src/components/nav/appcontainer.tsx index 7f9de1b2..676150bf 100644 --- a/telemetry/ui/src/components/nav/appcontainer.tsx +++ b/telemetry/ui/src/components/nav/appcontainer.tsx @@ -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' }