diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ddea20f1..824ae2eb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,6 +9,6 @@ It's not uncommon that somebody already opened an issue or in best case it's alr Issues should only be posted in this repository after you have been able to reproduce them and confirm that they are a bug or incorrect/missing information in the [docs](https://github.com/HospitalRun/hospitalrun-docs). For all other questions, requests, help resolving an issue, or if you are not sure if this is -the right place, please do not open an issue here. Instead, try to find a solution in our [Spectrum channel](https://spectrum.chat/hospitalrun). +the right place, please do not open an issue here. Instead, try to find a solution in our [Slack workspace](https://hospitalrun-slack.herokuapp.com/). If you have issues with the [hospitalrun.io](https://www.hospitalrun.io) site, please open an issue [here](https://github.com/HospitalRun/hospitalrun.github.io/issues). diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index e5d56551..ac0703a3 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -3,7 +3,7 @@ name: 🐛 Bug report about: Create a report to help us improve --- -Before you submit an issue we recommend you drop into our [Spectrum channel](https://spectrum.chat/hospitalrun) and ask any questions you have or mention any problems you've had getting started with HospitalRun. +Before you submit an issue we recommend you drop into our [Slack workspace](https://hospitalrun-slack.herokuapp.com/) and ask any questions you have or mention any problems you've had getting started with HospitalRun. **Please read this entire template before posting any issue. If you ignore these instructions and post an issue here that does not follow the instructions, your issue might be closed, @@ -20,7 +20,6 @@ Steps to reproduce the behavior: Paste your code here: ```js - ``` ## Expected behavior @@ -30,11 +29,10 @@ A clear and concise description of what you expected to happen. Paste the results here: ```js - ``` ## Your Environment -- *node version*: 6,8,10 -- *os*: Mac, Windows, Linux -- *any other relevant information* +- _node version_: 6,8,10 +- _os_: Mac, Windows, Linux +- _any other relevant information_ diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1ea93f4c..d171f64b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Spectrum Channel - url: https://spectrum.chat/hospitalrun - about: Please ask and answer questions here - name: Slack Workspace url: https://hospitalrun-slack.herokuapp.com/ about: Please ask and answer questions here diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index e417e7be..9343dda9 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -3,7 +3,7 @@ name: 🚀 Feature Proposal about: Submit a proposal for a new feature --- -Before you submit an issue we recommend you drop into our [Spectrum channel](https://spectrum.chat/hospitalrun) and ask any questions you have or mention any problems you've had getting started with HospitalRun. +Before you submit an issue we recommend you drop into our [Slack workspace](https://hospitalrun-slack.herokuapp.com/) and ask any questions you have or mention any problems you've had getting started with HospitalRun. **Please read this entire template before posting any issue. If you ignore these instructions and post an issue here that does not follow the instructions, your issue might be closed, diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 15747fb4..6065d899 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,10 +1,10 @@ --- name: 💬 Questions / Help -about: If you have questions, please check our Spectrum channel +about: If you have questions, please check our Slack workspace --- ## 💬 Questions and Help ### Please note that this issue tracker is not a help forum and this issue may be closed. -Before you submit an issue we recommend you drop into our [Spectrum channel](https://spectrum.chat/hospitalrun) and ask any questions you have or mention any problems you've had getting started with HospitalRun. +Before you submit an issue we recommend you drop into our [Slack workspace](https://hospitalrun-slack.herokuapp.com/) and ask any questions you have or mention any problems you've had getting started with HospitalRun. diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index f3759704..4e5bc3e9 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -3,7 +3,7 @@ name: 💥 Regression Report about: Report unexpected behavior that worked in previous versions --- -Before you submit an issue we recommend you drop into our [Spectrum channel](https://spectrum.chat/hospitalrun) and ask any questions you have or mention any problems you've had getting started with HospitalRun. +Before you submit an issue we recommend you drop into our [Slack workspace](https://hospitalrun-slack.herokuapp.com/) and ask any questions you have or mention any problems you've had getting started with HospitalRun. **Please read this entire template before posting any issue. If you ignore these instructions and post an issue here that does not follow the instructions, your issue might be closed, @@ -26,7 +26,6 @@ Steps to reproduce the behavior: Paste your code here: ```js - ``` ## Expected behavior @@ -36,11 +35,10 @@ A clear and concise description of what you expected to happen. Paste the results here: ```js - ``` ## Your Environment -- *node version*: 6,8,10 -- *os*: Mac, Windows, Linux -- *any other relevant information* +- _node version_: 6,8,10 +- _os_: Mac, Windows, Linux +- _any other relevant information_ diff --git a/README.md b/README.md index 2e63c464..8682b048 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Contributions are always welcome. Before contributing please read our [contribut 6. You will be able to test components with storybook and enjoy live reloading! ## Working on an Issue + In order to optimize the workflow and to prevent multiple contributors working on the same issue without interactions, a contributor must ask to be assigned to an issue by one of the core team members: it's enough to ask it inside the specific issue. ## How to commit