Route support to support@nemar.org and GitHub issues - #244
Merged
Conversation
Replace the dead legacy support form link with a visible support@nemar.org mailto, and add secondary guidance to file bugs/feature requests as GitHub issues (nemar-cli for CLI/API/backend, website for site issues, or the dataset's own repo for dataset-specific questions).
Links the org-wide policies (privacy, contributor terms, GDPR, takedown), Code of Conduct, Contributing, and Security policy, plus support contact info.
Deploying nemar-website with
|
| Latest commit: |
269a031
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4e8a02cc.nemar-website.pages.dev |
| Branch Preview URL: | https://fix-support-contact.nemar-website.pages.dev |
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
src/pages/support.astro: replaced the dead legacy support form link(
nemar.org/feedback/report_problems) with a visiblemailto:support@nemar.orglink as the primary support route, and addedsecondary guidance to file bugs/feature requests as GitHub issues:
nemarOrg/nemar-clinemarOrg/websitedataset detail page)
README.md: added a "Community and policies" section linking the NEMARpolicies page, org-wide Code of Conduct / Contributing / Security policy
(
nemarOrg/.github), and the support contact.Forum references found
grep -rni forum src/turned up four hits, three of which are pre-existingcode comments (not user-facing copy) explaining the earlier removal of a
"Community"/"Forum" nav entry (website#222) and were left as-is since they
accurately describe history, not a live feature:
src/components/Footer.astro:57-58src/components/Nav.astro:15The fourth is the new line this PR adds to
support.astroitself("NEMAR does not run a forum...") explaining where to go instead.
No other forum references exist in
src/.Test plan
bunx biome checkon both touched files: cleanbun run build: passessupport.astrorendering againstBase/ExternalLinkconventions used elsewhere on the site (no layout/styling changes beyond
accommodating the extra paragraph)