# Setting up SourceCred Initiatives ## `test-initiative.json` ```json [ { "type": "sourcecred/initiativeFile", "version": "0.1.0" }, { "title": "#initiative connected to test nodes", "timestampIso": "2019-08-08T22:01:57.722Z", "weight": [42, 69], "completed": true, "dependencies": [ "https://sourcecred-test.discourse.group/t/this-post-will-be-a-wiki/19", "https://github.com/sourcecred-test/example-github/pull/9" ], "references": [ "https://sourcecred-test.discourse.group/t/my-first-test-post/11", "https://github.com/sourcecred-test/example-github/issues/13" ], "contributions": [], "champions": [ "https://github.com/decentralion", "https://sourcecred-test.discourse.group/u/dl-proto" ] } ] ```