Skip to content

Commit fa2044a

Browse files
authored
updates contributing guide to use 'good first issue' instead of StarterBug to be consistent with the rest of swiftlang repositories (#937)
* updates contributing guide to use 'good first issue' instead of StarterBug to be consistent with the rest of swiftlang repositories * updating local check-source to accomodate 2025 in years Resolves: rdar://147877372
1 parent b272b2c commit fa2044a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ npm run lint:fix
184184
## Your First Contribution
185185

186186
Unsure of where to begin contributing to Swift-DocC-Render? You can start by looking at
187-
the bugs in the `Swift-DocC-Render` issues list with the `StarterBug` label on
188-
[GitHub](https://github.com/apple/swift-docc-render/issues?q=is%3Aissue+is%3Aopen+label%3AStarterBug).
187+
the bugs in the `Swift-DocC-Render` issues list with the `good first issue` label on
188+
[GitHub](https://github.com/swiftlang/swift-docc-render/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22).
189189

190190
Once you've found an issue to work on,
191191
follow the above instructions for [Building Swift-DocC-Render](#build-and-run-swift-docc-render).
192192
193-
<!-- Copyright (c) 2021 Apple Inc and the Swift Project authors. All Rights Reserved. -->
193+
<!-- Copyright (c) 2025 Apple Inc and the Swift Project authors. All Rights Reserved. -->

bin/check-source

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1818

1919
function replace_acceptable_years() {
2020
# this needs to replace all acceptable forms with 'YEARS'
21-
sed -e 's/20[12][78901234]-20[12][8901234]/YEARS/' -e 's/20[12][8901234]/YEARS/'
21+
sed -e 's/20[12][789012345]-20[12][89012345]/YEARS/' -e 's/20[12][89012345]/YEARS/'
2222
}
2323

2424
printf "=> Checking license headers… "

0 commit comments

Comments
 (0)