{"id":23899090,"url":"https://github.com/gonative-cc/contributig","last_synced_at":"2026-03-01T19:32:35.565Z","repository":{"id":264852246,"uuid":"894472247","full_name":"gonative-cc/contributig","owner":"gonative-cc","description":"Guidelines and resources for Native org contributions","archived":false,"fork":false,"pushed_at":"2025-09-08T11:50:54.000Z","size":41,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T19:29:06.248Z","etag":null,"topics":["blockchain","contributors","security"],"latest_commit_sha":null,"homepage":"https://www.gonative.cc/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gonative-cc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":"DCO.txt","cla":null}},"created_at":"2024-11-26T12:17:38.000Z","updated_at":"2025-10-05T21:15:59.000Z","dependencies_parsed_at":"2025-05-08T19:33:17.244Z","dependency_job_id":"f6635e87-c77e-49b6-839d-07936e878ef3","html_url":"https://github.com/gonative-cc/contributig","commit_stats":null,"previous_names":["gonative-cc/contributig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gonative-cc/contributig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fcontributig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fcontributig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fcontributig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fcontributig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonative-cc","download_url":"https://codeload.github.com/gonative-cc/contributig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fcontributig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29981416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","contributors","security"],"created_at":"2025-01-04T18:15:49.799Z","updated_at":"2026-03-01T19:32:35.545Z","avatar_url":"https://github.com/gonative-cc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo!](assets/logo.png)\n\n# Contribute to Native\n\nThis repository contains shared resources about contribution and security policies:\n\n- [Contributor Code of Conduct](CODE_OF_CONDUCT.md)\n- [Contributing Guidelines](CONTRIBUTING.md)\n- [Security and Reporting](SECURITY.md)\n- [How to comment your code](code-comments.md)\n- [Best practices: Go](best-practices-go.md)\n- [Best practices: Move](best-practices-move.md)\n- [Best practices: JS and TS](best-practices-js-ts.md)\n\n## Network\n\n- [Native Network](https://github.com/gonative-cc/network-docs/): documentation about our blockchain network.\n- [GoNative](https://github.com/gonative-cc/gonative): blockchain node implementation.\n\n## Developer Certificate of Origin\n\nThe Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. See the [full text of the DCO](DCO.txt).\n\n**We require all contributors** to affirm [Developer Certificate of Origin](https://developercertificate.org/) (DCO) on Pull Requests. It requires:\n\n1. all commit **messages** to contain the Signed-off-by line with an email address that matches the commit author: `Signed-off-by: Author Name \u003cauthoremail@example.com\u003e`. You can do this automatically by using the -s flag (i.e., `git commit -s`). Example message:\n\n   ```\n   This is my commit message\n\n   Signed-off-by: Random J Developer \u003crandom@developer.example.org\u003e\n   ```\n\n   - To add your Signed-off-by line to every commit in your branch you can run\n\n     ```\n     git rebase HEAD~\u003cnumber of commits in your branch\u003e --signoff\n     git push --force-with-lease\n     ```\n\n2. Sign all your commits. You can accomplish this by:\n\n   - Set `commit.gpgsign = true` in your `.gitconfig`. The easiest way is to set it globally: `git config --global commit.gpgsign true`.\n   - add `-S` option when running `git` command, eg: `git commit -S -m \"YOUR_COMMIT_MESSAGE\"`\n   - [Adding signing key](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) to your GitHub, for commits done through GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonative-cc%2Fcontributig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonative-cc%2Fcontributig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonative-cc%2Fcontributig/lists"}