From 2d6ad28fe499aa88058b0d056d1ff0c4cf1e4270 Mon Sep 17 00:00:00 2001 From: Rich <33289025+rijobro@users.noreply.github.com> Date: Tue, 15 Dec 2020 11:51:23 +0000 Subject: [PATCH 1/2] Update docs for GitHub Discussion tab Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/question.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..0c8d7058e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,12 @@ +--- +name: Question +about: Question relating to MONAI +title: '' +labels: '' +assignees: '' +--- + +**Please use MONAI's Discussion tab** +For questions relating to MONAI usage, please do not create an issue. + +Instead, use [MONAI's GitHub Discussion tab](https://github.com/Project-MONAI/MONAI/discussions). This can be found next to Issues and Pull Requests along the top of our repository. \ No newline at end of file diff --git a/README.md b/README.md index bda37a31b7..d887cb4c74 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For guidance on making a contribution to MONAI, see the [contributing guidelines ## Community Join the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9). -Ask and answer questions over on the [PyTorch Forums](https://discuss.pytorch.org/) or [StackOverflow](https://stackoverflow.com/tags/monai). Make sure to tag @monai. +Ask and answer questions over on [MONAI's GitHub Discussion tab](https://github.com/Project-MONAI/MONAI/discussions). ## Links - Website: https://monai.io/ From efb08cf0f6c5a0fec926275f126573fad255e497 Mon Sep 17 00:00:00 2001 From: Rich <33289025+rijobro@users.noreply.github.com> Date: Tue, 15 Dec 2020 11:54:25 +0000 Subject: [PATCH 2/2] discussion -> discussions Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/question.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 0c8d7058e1..9c2dd97bb2 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -6,7 +6,7 @@ labels: '' assignees: '' --- -**Please use MONAI's Discussion tab** +**Please use MONAI's Discussions tab** For questions relating to MONAI usage, please do not create an issue. -Instead, use [MONAI's GitHub Discussion tab](https://github.com/Project-MONAI/MONAI/discussions). This can be found next to Issues and Pull Requests along the top of our repository. \ No newline at end of file +Instead, use [MONAI's GitHub Discussions tab](https://github.com/Project-MONAI/MONAI/discussions). This can be found next to Issues and Pull Requests along the top of our repository. \ No newline at end of file diff --git a/README.md b/README.md index d887cb4c74..1741f2c518 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For guidance on making a contribution to MONAI, see the [contributing guidelines ## Community Join the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9). -Ask and answer questions over on [MONAI's GitHub Discussion tab](https://github.com/Project-MONAI/MONAI/discussions). +Ask and answer questions over on [MONAI's GitHub Discussions tab](https://github.com/Project-MONAI/MONAI/discussions). ## Links - Website: https://monai.io/