This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matteo Vivona
committed
Aug 7, 2019
1 parent
9b3d594
commit 8f42efc
Showing
6 changed files
with
146 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 👉 [Please follow one of these issue templates](https://github.com/hospitalrun/hospitalrun-frontend/issues/new/choose) 👈 | ||
|
||
#### You have already researched for similar issues? | ||
|
||
It's not uncommon that somebody already opened an issue or in best case it's already fixed but not merged. That's the reason why you should [search](https://github.com/hospitalrun/hospitalrun-frontend/issues) at first before submitting a new one. | ||
|
||
#### Are you sure this is an issue with the fastify or are you just looking for some help? | ||
|
||
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-frontend/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). | ||
|
||
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
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. | ||
|
||
**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, | ||
locked, and assigned the `missing discussion` label.** | ||
|
||
## 🐛 Bug Report | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
## To Reproduce | ||
|
||
Steps to reproduce the behavior: | ||
|
||
Paste your code here: | ||
|
||
```js | ||
|
||
``` | ||
|
||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
Paste the results here: | ||
|
||
```js | ||
|
||
``` | ||
|
||
## Your Environment | ||
|
||
- *node version*: 6,8,10 | ||
- *fastify version*: >=1.0.0 | ||
- *os*: Mac, Windows, Linux | ||
- *any other relevant information* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
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. | ||
|
||
**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, | ||
locked, and assigned the `missing discussion` label.** | ||
|
||
## 🚀 Feature Proposal | ||
|
||
A clear and concise description of what the feature is. | ||
|
||
## Motivation | ||
|
||
Please outline the motivation for the proposal. | ||
|
||
## Example | ||
|
||
Please provide an example for how this feature would be used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: 💬 Questions / Help | ||
about: If you have questions, please check our Spectrum channel | ||
--- | ||
|
||
## 💬 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
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. | ||
|
||
**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, | ||
locked, and assigned the `missing discussion` label.** | ||
|
||
## 💥 Regression Report | ||
|
||
A clear and concise description of what the regression is. | ||
|
||
## Last working version | ||
|
||
Worked up to version: | ||
|
||
Stopped working in version: | ||
|
||
## To Reproduce | ||
|
||
Steps to reproduce the behavior: | ||
|
||
Paste your code here: | ||
|
||
```js | ||
|
||
``` | ||
|
||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
Paste the results here: | ||
|
||
```js | ||
|
||
``` | ||
|
||
## Your Environment | ||
|
||
- *node version*: 6,8,10 | ||
- *fastify version*: >=1.0.0 | ||
- *os*: Mac, Windows, Linux | ||
- *any other relevant information* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: 👮 Security Issue | ||
about: Responsible Disclosure | ||
--- | ||
|
||
## 👮 [Responsible Disclosure](https://github.com/nodejs/security-wg/blob/master/processes/responsible_disclosure_template.md) | ||
|
||
Do not open issues that might have security implications. It is critical that security related issues | ||
are reported privately so we have time to address them before they become public knowledge. | ||
|
||
Vulnerabilities can also be reported by emailing [email protected] |