I made a pull request where I created concept and concept exercise for it, issue. Please, review it.
@iHiD can we move this to the Go category?
I thought the github hook for PR’s would have the link for the new message go to the language channel/category. At least that is how it works on the Ruby track.
Hi, did I indicate something wrong? This is my first contribution, I want to do more in the future
No, I think the link that you clicked on from the automated message brought you here, but it is likely that it should go to the Go category at Go - Exercism so that people can choose to focus (and get alerted) there rather than this more general (sometimes not specific track related) bug and feature request channel.
So not on you at all, you did the right thing when notified.
Both tracks use github-actions/.github/workflows/community-contributions.yml at main · exercism/github-actions · GitHub. I think the issue is the PR title is getting encoded in a way that breaks the new post creation. Since both tracks use the same base GHA action and a normal title like “testpost” works in the URL, I think the issue is the &category=go
isn’t getting parsed correctly. See Exercism which was from another recent Go PR. That one populates the category correctly.
It’s the hash in Closes #2185
, which splits the link into a large anchor and a short URL.