docs: Fix broken community support link in issue template #223
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.
Description
This pull request fixes a broken link in the issue creation template (
.github/ISSUE_TEMPLATE/config.yml). The "Community Support" contact link was pointing tohttps://github.com/google-health/langextract/discussions, which resulted in a 404 error for users trying to access the discussions page.The link has been corrected to point to the correct discussions URL for the repository:
https://github.com/google/langextract/discussions. Please note that this link will still result in a 404 error until the repository's "Discussions" tab is enabled by a maintainer.Fixes #220
(Bug fix)
How Has This Been Tested?
I verified the fix by manually navigating to the corrected URL on a different repository (
https://github.com/google/mangle/discussions) to ensure it leads to the correct page.Since this is a simple URL change in a configuration file, no additional code tests were required.
Checklist:
- [x] I have read and acknowledged Google's Open Source Code of conduct.
- [x] I have read the Contributing page, and I either signed the Google Individual CLA or am covered by my company's Corporate CLA.
- [x] I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach.
- [x] I have made any needed documentation changes, or noted in the linked issue(s) that documentation elsewhere needs updating.
- [ ] I have added tests, or I have ensured existing tests cover the changes
- [x] I have followed Google's Python Style Guide and ran
pylintover the affected code.Note to maintainers: I noticed that the repository's "Discussions" tab is not yet enabled. Enabling it would make the "Community Support" link functional.