Skip to content

Commit ced3aef

Browse files
committed
Fix references to non-existing GitHub issue labels
1 parent 729f87f commit ced3aef

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ discuss the change before plowing into writing code.
4444

4545
If you'd like to help out but aren't sure what to work on, look for issues with
4646
the
47-
[awaiting pr](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22awaiting+pr%22)
47+
[awaiting pull request](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22awaiting+pull+request%22)
4848
label. Issues that are suitable for newcomers to the codebase have the
49-
[newcomer](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22awaiting+pr%22+label%3Anewcomer)
49+
[newcomer friendly](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22awaiting+pull+request%22+label%3a%22newcomer+friendly%22)
5050
label. Best to post a comment to the issue before you start work, in case anyone
5151
has already started.
5252

doc/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the needed files to start a project correctly.
5353
- The `stack build` command will build the minimal project.
5454
- `stack exec my-project-exe` will execute the command.
5555
- If you just want to install an executable using stack, then all you have to do
56-
is`stack install <package-name>`.
56+
is `stack install <package-name>`.
5757

5858
If you want to launch a REPL:
5959

@@ -116,7 +116,10 @@ installed.
116116
4. Once `stack` finishes building, check the stack version with
117117
`stack exec stack -- --version`. Make sure the version is the latest.
118118
5. Look for issues tagged with
119-
[`newcomer` and `awaiting-pr` labels](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer+label%3A%22awaiting+pr%22).
119+
[newcomer friendly](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3a%22newcomer+friendly%22)
120+
and
121+
[awaiting pull request](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22awaiting+pull+request%22)
122+
labels.
120123

121124
Build from source as a one-liner:
122125

@@ -173,4 +176,4 @@ commercial Haskell users, and has since become a thriving open source
173176
project meeting the needs of Haskell users of all stripes.
174177

175178
If you'd like to get involved with Stack, check out the
176-
[newcomers label on the Github issue tracker](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer).
179+
[newcomer friendly](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3a%22newcomer+friendly%22) label on the Github issue tracker.

0 commit comments

Comments
 (0)