-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from OHIF/v3-stable
V3 stable
- Loading branch information
Showing
369 changed files
with
21,420 additions
and
12,334 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
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 @@ | ||
custom: https://giving.massgeneral.org/ohif |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,86 @@ | ||
name: 'Bug report' | ||
description: Create a report to help us improve | ||
title: '[Bug] ' | ||
labels: ['Community: Report :bug:', 'Awaiting Reproduction'] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
👋 Hello, and thank you for contributing to our project! Your support is greatly appreciated. | ||
🔍 Before proceeding, please make sure to read our [Rules of Conduct](https://github.com/OHIF/Viewers/blob/master/CODE_OF_CONDUCT.md) and familiarize yourself with our [development process](https://v3-docs.ohif.org/development/our-process). | ||
❓ If you're here to seek general support or ask a question, we encourage you to visit our [community discussion board](https://community.ohif.org/) | ||
🐞 For bug reports, please complete the following template in as much detail as possible. This will help us reproduce and address the issue efficiently. | ||
🧪 Finally, ensure that you're using the latest version of the software and check if your issue has already been reported to avoid duplicates. | ||
- type: textarea | ||
id: bug_description | ||
attributes: | ||
label: Describe the Bug | ||
description: 'A clear and concise description of what the bug is.' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction_steps | ||
attributes: | ||
label: Steps to Reproduce | ||
description: 'Please describe the steps to reproduce the issue.' | ||
placeholder: "1. First step\n2. Second step\n3. ..." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: current_behavior | ||
attributes: | ||
label: The current behavior | ||
description: | ||
'A clear and concise description of what happens instead of the expected | ||
behavior.' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected_behavior | ||
attributes: | ||
label: The expected behavior | ||
description: | ||
'A clear and concise description of what you expected to happen.' | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: os | ||
attributes: | ||
label: 'OS' | ||
description: 'Your operating system.' | ||
placeholder: 'e.g., Windows 10, macOS 10.15.4' | ||
validations: | ||
required: true | ||
- type: input | ||
id: node-version | ||
attributes: | ||
label: 'Node version' | ||
description: 'Your Node.js version.' | ||
placeholder: 'e.g., 16.14.0' | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser | ||
attributes: | ||
label: 'Browser' | ||
description: 'Your browser.' | ||
placeholder: 'e.g., Chrome 83.0.4103.116, Firefox 77.0.1, Safari 13.1.1' | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: > | ||
> :warning: Reports we cannot reproduce are at risk of being marked | ||
stale and > closed. The more information you can provide, the more | ||
likely we are to look > into and address your issue. |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🤗 Support Question | ||
url: https://community.ohif.org/ | ||
about: Please use our forum if you have questions or need help. |
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,36 @@ | ||
name: Feature request | ||
description: Create a feature request | ||
labels: ['Community: Request :hand:'] | ||
title: '[Feature Request] ' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
👋 Hello and thank you for your interest in our project! | ||
🔍 Before you proceed, please read our [Rules of Conduct](https://github.com/OHIF/Viewers/blob/master/CODE_OF_CONDUCT.md). | ||
🚀 If your request is specific to your needs, consider contributing it yourself! Read our [contributing guides](https://v3-docs.ohif.org/development/contributing) to get started. | ||
🖊️ Please provide as much detail as possible for your feature request. Mock-up screenshots, workflow or logic flow diagrams are very helpful. Discuss how your requested feature would interact with existing features. | ||
⏱️ Lastly, tell us why we should prioritize your feature. What impact would it have? | ||
- type: textarea | ||
attributes: | ||
label: 'What feature or change would you like to see made?' | ||
description: | ||
'Please include as much detail as possible including possibly mock up | ||
screen shots, workflow or logic flow diagrams etc.' | ||
placeholder: '...' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 'Why should we prioritize this feature?' | ||
description: | ||
'Discuss if and how the requested feature interacts with existing | ||
features.' | ||
placeholder: '...' | ||
validations: | ||
required: true |
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
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
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
Oops, something went wrong.