Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
docs(readme): removes spectrum links
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Mar 5, 2020
1 parent daab1c8 commit 88afbf9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -20,7 +20,6 @@ Steps to reproduce the behavior:
Paste your code here:

```js

```

## Expected behavior
Expand All @@ -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_
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -26,7 +26,6 @@ Steps to reproduce the behavior:
Paste your code here:

```js

```

## Expected behavior
Expand All @@ -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_
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88afbf9

Please sign in to comment.