You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-14885: [Docs] Make changes to the New Contrib Guide (Jira -> GitHub) (#14889)
This PR is part of the work to update the documentation as we are moving from Jira issue tracker to GitHub issues:
#14822Closes#14885
* Closes: #14885
Lead-authored-by: Alenka Frim <[email protected]>
Co-authored-by: Alenka Frim <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Co-authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/developers/guide/documentation.rst
+6-17Lines changed: 6 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,26 +37,15 @@ incomplete or inaccurate, share your hard-earned knowledge
37
37
with the rest of the community.
38
38
39
39
If you didn't come across something to improve in the
40
-
documentation itself, you can search for an issue on JIRA.
40
+
documentation itself, you can search for an issue in GitHub.
41
41
42
42
.. note::
43
-
When searching for JIRA issue that deals with documentation,
44
-
try selecting **Components** from the **More** tab in JIRA search
45
-
and select **Documentation** from the list.
43
+
When searching for an issue that deals with documentation,
44
+
navigate to `GitHub labels <https://github.com/apache/arrow/labels>`_
45
+
and select **Component: Documentation** or search for **Documentation**
46
+
in the "Search all labels" window.
46
47
47
-
See `Example search. <https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20%3D%20Open%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20Documentation%20AND%20assignee%20in%20(EMPTY)%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC>`_
Then choose Documentation from the Components list.
48
+
See `Example search. <https://github.com/apache/arrow/issues?q=is%3Aopen+is%3Aissue+label%3A%22Component%3A+Documentation%22+>`_
60
49
61
50
Documentation improvements are also a great way to gain some
62
51
experience with our submission and review process without
0 commit comments