Add Question issue template, drop Discussions contact links#364
Merged
Conversation
GitHub Discussions was disabled in #219; Q&A and general discussion were folded into Issues. The new-issue chooser still pointed Question and Discussion contact links at /discussions URLs, which now 404. Replace them with a proper Question issue template that fits beside Bug Report, Feature Request, and Task. The general Discussion entry is dropped, since blank issues already cover free-form starts. Follow-up to #219 and #360. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
GitHub Discussions was disabled in #219; Q&A moved to Issues. Update the Contribute section link accordingly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GitHub Discussions was disabled in #219 — Q&A and general discussion were folded into Issues. A few references to
/discussionsURLs still remain across the repo and now 404.This PR cleans up the remaining references in the issue-template config and the README:
Follow-up to #219 and #360.
Changes
.github/ISSUE_TEMPLATE/question.mdwith the same shape as the other templates (auto-applies the existingquestionlabel).github/ISSUE_TEMPLATE/config.ymlREADME.md: Contribute section now points to Issues instead of DiscussionsHow to Test
On the branch, open
https://github.com/kakao/actionbase/issues/new/choose(or the equivalent on a fork) and confirm:questionlabel/discussionsURLs are goneThen visual-review the README preview — the Contribute section should link to Issues.
AI Assistance