DM3.2: Add D9 micro-task contribution guide and PR template#26
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
3 tasks
Agent-Logs-Url: https://github.com/TOTOGT/DM3-lab/sessions/146c3fba-6ca6-4d1f-975d-9f323f6256b5 Co-authored-by: TOTOGT <266586635+TOTOGT@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add community contribution guide for D9 tasks
DM3.2: Add D9 micro-task contribution guide and PR template
Apr 3, 2026
TOTOGT
approved these changes
Apr 3, 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.
Contributors had no guidance on how to run D9 numerical scripts reproducibly, format analytic notes, or structure PRs for the DM3 scoreboard workflow.
CONTRIBUTING.md— new D9 sectioncollatz_c9_2_sampling.py, output directory setup, seed-locking requirement, connectome sim entry points\label/\refrules, preferred packages,.bibrequirement, doc naming scheme (docs/<topic>_<initials>_<YYYY-MM>.md).github/PULL_REQUEST_TEMPLATE.md— new filePre-populates every PR with grouped checklists:
sorry-free# Reproduction command block in every PR: python scripts/collatz_c9_2_sampling.py \ --N 1000 --M 50 --window-type dyadic --start 1 --end 1024 \ --sample-rate 0.1 --seed 42 --output scripts/out/my_run