exercism / prolog

Exercism exercises in Prolog.
https://exercism.org/tracks/prolog
MIT License
29 stars 37 forks source link

Fix small grammar error in queen attack exercise #247

Closed aage closed 1 year ago

github-actions[bot] commented 1 year ago

Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

kytrinyx commented 1 year ago

This is a great catch, thank you! It's an even bigger catch than you might realize, because every single track that implements this exercise has the same problem :)

Would you be willing to submit the fix upstream in the shared problem specifications repository? https://github.com/exercism/problem-specifications/blob/main/exercises/queen-attack/description.md

(The PR will be closed automatically, but I will reopen it. No need to start a discussion in the forum.)

aage commented 1 year ago

Hey @kytrinyx , thank you! I will submit a PR tonight and give you a heads up.

aage commented 1 year ago

@kytrinyx I've submitted a PR: https://github.com/exercism/problem-specifications/pull/2282 Could you have a look?

kytrinyx commented 1 year ago

Perfect, thanks! That repo is... special. It's going to take three approvals before we can merge it, but this is totally uncontroversial, so I expect that we'll get it sorted quickly, and then this repo (and all the others) can be updated to bring in the fix.