Skip to content

Commit efdf354

Browse files
[Docs] Updating Getting started documentation from JIRA to Swift Issues
1 parent 3a9c801 commit efdf354

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

docs/HowToGuides/FirstPullRequest.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ contribution process.
1515

1616
In case you don't have something specific you'd like to work on, such as
1717
implementing something for a Swift Evolution pitch, you could start off by
18-
working on a bug labeled `StarterBug` on [Swift JIRA][StarterBug]. If the
19-
bug hasn't been assigned to someone, check the comments in case someone has
18+
working on a bug labeled `StarterBug` on [Swift repository 'Issues' tab][StarterBug].
19+
If the issue hasn't been assigned to someone, check the comments in case someone has
2020
already started working on it. If not, feel free to assign it to yourself and
2121
start working on it!
2222

23-
[StarterBug]: https://bugs.swift.org/issues/?jql=labels%20%3D%20StarterBug%20AND%20(status%20%3D%20Open%20OR%20status%20%3D%20Reopened)%20AND%20project%20%3D%20Swift
23+
[StarterBug]: https://github.com/apple/swift/issues?q=is%3Aissue+is%3Aopen+label%3AStarterBug
2424

2525
## Getting Help
2626

@@ -159,10 +159,10 @@ to merge your changes. :tada:
159159

160160
That's totally okay! There is no shame in that. You only have limited time and
161161
energy in a day. If you can, leave a comment on the bug report/pull request
162-
that you will not be able to continue and unassign yourself from the bug on
163-
JIRA. Don't worry about trying to explain _why_ you aren't able to contribute
164-
further. We understand. Unanticipated things come up all the time and you
165-
should do what _works for you_.
162+
that you will not be able to continue and unassign yourself from the issue on
163+
Github. Don't worry about trying to explain _why_ you aren't
164+
able to contribute further. We understand. Unanticipated things come up all
165+
the time and you should do what _works for you_.
166166

167167
This point also applies if you don't have time right now but hope to get to
168168
something in the near future. Please don't feel sad or apologetic!

docs/HowToGuides/GettingStarted.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Double-check that running `pwd` prints a path ending with `swift`.
119119
- If `update-checkout` failed, double-check that the absolute path to your
120120
working directory does not have non-ASCII characters.
121121
- If `update-checkout` failed and the absolute path to your working directory
122-
had spaces in it, please [file a bug report][Swift JIRA] and change the path
122+
had spaces in it, please [file a bug report][Swift Issues] and change the path
123123
to work around it.
124124
- Before running `update-checkout`, double-check that `swift` is the only
125125
repository inside the `swift-project` directory. Otherwise,
@@ -293,9 +293,8 @@ care when moving across branches.
293293
[meet the minimum required versions](#spot-check-dependencies).
294294
- Check if there are spaces in the paths being used by `build-script` in
295295
the log. While `build-script` should work with paths containing spaces,
296-
sometimes bugs do slip through, such as
297-
[SR-13441](https://bugs.swift.org/browse/SR-13441).
298-
If this is the case, please [file a bug report][Swift JIRA] and change the path
296+
sometimes bugs do slip through, such as [#55883](https://github.com/apple/swift/issues/55883).
297+
If this is the case, please [file a bug report][Swift Issues] and change the path
299298
to work around it.
300299
- Check that your `build-script` invocation doesn't have typos. You can compare
301300
the flags you passed against the supported flags listed by
@@ -305,15 +304,15 @@ care when moving across branches.
305304
and looking at the first error may be more helpful than simply looking
306305
at the last error.
307306
- Check if others have encountered the same issue on the Swift forums or on
308-
[Swift JIRA][].
307+
[Swift repository 'Issues' tab][Swift Issues].
309308
- Create a new Swift forums thread in the Development category. Include
310309
information about your configuration and the errors you are seeing.
311310
- You can [create a gist](https://gist.github.com) with the entire build
312311
output and link it, while highlighting the most important part of the
313312
build log in the post.
314313
- Include the output of `utils/update-checkout --dump-hashes`.
315314
316-
[Swift JIRA]: https://bugs.swift.org
315+
[Swift Issues]: https://github.com/apple/swift/issues
317316
318317
## Editing code
319318
@@ -621,4 +620,4 @@ Make sure you check out the following resources:
621620
If you see mistakes in the documentation (including typos, not just major
622621
errors) or identify gaps that you could potentially improve the contributing
623622
experience, please start a discussion on the forums, submit a pull request
624-
or file a bug report on [Swift JIRA][]. Thanks!
623+
or file a bug report on [Swift repository 'Issues' tab][Swift Issues]. Thanks!

0 commit comments

Comments
 (0)