Skip to content

docs: fix code of conduct link in issue template#106

Open
Lovlace777 wants to merge 1 commit into
appwrite:mainfrom
Lovlace777:lovelace/fix-code-of-conduct-link
Open

docs: fix code of conduct link in issue template#106
Lovlace777 wants to merge 1 commit into
appwrite:mainfrom
Lovlace777:lovelace/fix-code-of-conduct-link

Conversation

@Lovlace777

@Lovlace777 Lovlace777 commented Jun 17, 2026

Copy link
Copy Markdown

Summary

  • Updates the documentation issue template to link to this repository's Code of Conduct.
  • Replaces the old appwrite/appwrite URL, which redirects to a missing page.
  • Keeps the change limited to the issue template URL.

Validation

  • curl.exe -L -I https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md -> 404 after redirect to https://github.com/appwrite/appwrite/blob/main/CODE_OF_CONDUCT.md.
  • curl.exe -L -I https://github.com/appwrite/runtimes/blob/main/CODE_OF_CONDUCT.md -> 200.
  • PowerShell content check confirmed the new URL is present and the old URL is absent.
  • git diff --check passed.
  • composer validate --strict was not run because Composer is not available in the local PATH; this change only updates a GitHub issue-template link.

Notes

@greptile-apps

greptile-apps Bot commented Jun 17, 2026

Copy link
Copy Markdown

Greptile Summary

  • Updates .github/ISSUE_TEMPLATE/documentation.yaml to point the Code of Conduct link at this repository's CODE_OF_CONDUCT.md on main.
  • Keeps the change scoped to the documentation issue template URL.

Confidence Score: 5/5

Safe to merge: the change is limited to a documentation issue-template link and does not affect runtime behavior.

The diff is small, scoped, and matches the stated intent of replacing a stale Code of Conduct URL with the repository-local document.

T-Rex T-Rex Logs

What T-Rex did

  • Viewed the pre-change diff artifact and confirmed line 29 referenced the master CODE_OF_CONDUCT.md URL, redirected to the main branch, and ended in a 404.
  • Viewed the post-change diff artifact and confirmed line 29 now references the runtimes CODE_OF_CONDUCT.md URL on the main branch with a final status of 200.
  • Noted that both diff artifacts reported exit code 0 and were limited to the line 29 URL replacement.

View all artifacts

T-Rex Ran code and verified through T-Rex

Reviews (1): Last reviewed commit: "docs: fix code of conduct link in issue ..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📚 Documentation: Broken link to 'Code of Conduct'

1 participant