From f7a3faa3e089fe165befef806ad12d2f09b6f688 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 2 Jun 2023 13:16:52 -0400 Subject: [PATCH] docs: Update the issue tracker section of the README. (#32354) * docs: Update the issue tracker section of the README. Fixes https://github.com/openedx/edx-platform/issues/32235 Ideally, we'd update the whole readme to better match the new maintainers standards and we should still do that but for now we'll just update this egregiously incorrect section quickly. Co-authored-by: Robert Raposa --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 63fda67a49..7e957e4f2f 100644 --- a/README.rst +++ b/README.rst @@ -106,12 +106,12 @@ For more information about these options, see the `Getting Help`_ page. Issue Tracker ************* -We use JIRA for our issue tracker, not GitHub issues. You can search -`previously reported issues`_. If you need to report a problem, -please make a free account on our JIRA and `create a new issue`_. +We use Github Issues for our issue tracker. You can search +`previously reported issues`_. If you need to report a bug, or want to discuss +a new feature before you implement it, please `create a new issue`_. -.. _previously reported issues: https://openedx.atlassian.net/projects/CRI/issues -.. _create a new issue: https://openedx.atlassian.net/secure/CreateIssue.jspa?issuetype=1&pid=11900 +.. _previously reported issues: https://github.com/openedx/edx-platform/issues +.. _create a new issue: https://github.com/openedx/edx-platform/issues/new/choose How to Contribute