Add contribution guidelines and recommendations documents - #18
Merged
Conversation
Rename HOW-TO-CONTRIBUTE.md to CONTRIBUTING.md so GitHub surfaces it on the new-issue and new-PR forms; it is currently the only gate on contribution quality, since there is no branch protection, PR CI, or PR template yet. Replace first-name maintainer references with the public GitHub handles (@carolina-moron, @alx-du) and point contributors at review roles rather than one person. Rekey the section B drafts from CAR-nn to WF-nn so they read as questions about the maintenance workflow rather than about an individual. Record the blocker on UPD-002: the gh token has no workflow scope, so any push touching .github/workflows/* is rejected (BACKLOG.md section 8). That gates the pull-request CI item and the required-build control that depends on it, so it now leads the recommended implementation order. Correct the README site map: cohort history moved to the Home route via CohortsShowcase, the 404 note now clearly belongs to /about, and src/lib/ is listed because CONTRIBUTING.md requires asset() for public/ paths. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
UPD-005 described the snapshot as touching hundreds of files during normal regeneration without saying why, which led to it being read as staleness. The cause was the random Next.js build ID embedded in every prerendered document, and it is now pinned in the snapshot copy, so the item's premise and its acceptance criteria needed correcting. Also records the blocker that would otherwise defeat the proposed drift check: the repository has no .gitattributes while Git for Windows defaults to core.autocrlf=true, so a Windows checkout reports hundreds of modified snapshot files that have no content change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Aug 9, 2026
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.
This pull request introduces several key documents to enhance the contribution process and site management for the Ethical Tech CoLab website:
Additionally, the README.md has been updated to include links to these new documents, ensuring that contributors can easily access the necessary guidelines. No backlog entries or GitHub issues were created as part of this update.