Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SourceCred


Collective - Host: opensource - https://opencollective.com/sourcecred - Website: https://SourceCred.io - Code: https://github.com/sourcecred

Setup travis CI testing (#58)

Observe that it passed on this commit, but failed builds [#2: Break Tests][2], [#3: Break Flow][...

github.com/sourcecred/odyssey-hackathon - 6ecf282956a995aa979a7754876d7b22fd99a127 authored almost 7 years ago by Dandelion Mané <[email protected]>
Replace lingering `mealGraph`s in test case (#57)

Summary:
In merging #54, there was a semantic merge conflict that was not also a
textual merge...

github.com/sourcecred/odyssey-hackathon - 58410c62fadd58d863782be54b02329554427715 authored almost 7 years ago by William Chargin <[email protected]>
Replace lingering `mealGraph`s in test case (#57)

Summary:
In merging #54, there was a semantic merge conflict that was not also a
textual merge...

github.com/sourcecred/sourcecred - 58410c62fadd58d863782be54b02329554427715 authored almost 7 years ago by William Chargin <[email protected]>
Make `Address`, `Node`, `Edge` read-only and exact (#56)

Summary:
Again: we assume these invariants, so we may as well encode them.
We should just keep...

github.com/sourcecred/sourcecred - 97446138ab6b8c926fcb29b3737e1d7295c59bcf authored almost 7 years ago by William Chargin <[email protected]>
Make `Address`, `Node`, `Edge` read-only and exact (#56)

Summary:
Again: we assume these invariants, so we may as well encode them.
We should just keep...

github.com/sourcecred/odyssey-hackathon - 97446138ab6b8c926fcb29b3737e1d7295c59bcf authored almost 7 years ago by William Chargin <[email protected]>
Check for `null`/`undefined` in graph functions (#55)

Summary:
These will make nicer error functions in cases where static analysis
doesn’t detect t...

github.com/sourcecred/odyssey-hackathon - f305a48391acbff29ca1cd2786e67c7fef6626e4 authored almost 7 years ago by William Chargin <[email protected]>
Check for `null`/`undefined` in graph functions (#55)

Summary:
These will make nicer error functions in cases where static analysis
doesn’t detect t...

github.com/sourcecred/sourcecred - f305a48391acbff29ca1cd2786e67c7fef6626e4 authored almost 7 years ago by William Chargin <[email protected]>
Create an 'advancedMealGraph' test case (#54)

Create an 'advancedMealGraph' test case

The advancedMealGraph will be a grab-all that holds a...

github.com/sourcecred/sourcecred - ca3502009be957bbb0d7f4f4cd9d47d054bdedb2 authored almost 7 years ago by Dandelion Mané <[email protected]>
Create an 'advancedMealGraph' test case (#54)

Create an 'advancedMealGraph' test case

The advancedMealGraph will be a grab-all that holds a...

github.com/sourcecred/odyssey-hackathon - ca3502009be957bbb0d7f4f4cd9d47d054bdedb2 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add `getAllNodes` and `getAllEdges` functions (#53)

Summary:
Without these functions, it is not possible to meaningfully operate on
an arbitrary g...

github.com/sourcecred/odyssey-hackathon - cae3a92dc970c17f46d4c9df40d4d9c212f65b6c authored almost 7 years ago by William Chargin <[email protected]>
Add `getAllNodes` and `getAllEdges` functions (#53)

Summary:
Without these functions, it is not possible to meaningfully operate on
an arbitrary g...

github.com/sourcecred/sourcecred - cae3a92dc970c17f46d4c9df40d4d9c212f65b6c authored almost 7 years ago by William Chargin <[email protected]>
Make node and edge types exact (#51)

Summary:
We’ve realized that `u: Edge<T>` implies `u: Node<T>`. That certainly
wasn’t what we ...

github.com/sourcecred/sourcecred - 01510ca63f511335b4125bb5d1f414bcc3a9687d authored almost 7 years ago by William Chargin <[email protected]>
Make node and edge types exact (#51)

Summary:
We’ve realized that `u: Edge<T>` implies `u: Node<T>`. That certainly
wasn’t what we ...

github.com/sourcecred/odyssey-hackathon - 01510ca63f511335b4125bb5d1f414bcc3a9687d authored almost 7 years ago by William Chargin <[email protected]>
Add "license" field to package.json (#52)

github.com/sourcecred/odyssey-hackathon - d26b264e8d5b33f7ee1001638e49989c2b9c8c34 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add "license" field to package.json (#52)

github.com/sourcecred/sourcecred - d26b264e8d5b33f7ee1001638e49989c2b9c8c34 authored almost 7 years ago by Dandelion Mané <[email protected]>
Promote `Graph` to a class with useful methods (#49)

Summary:
We had planned to expose our core types as simple Plain Old JavaScript
Objects, with ...

github.com/sourcecred/sourcecred - 09156bf3f491e51f1e01af6f89d09284e6df1cb6 authored almost 7 years ago by William Chargin <[email protected]>
Promote `Graph` to a class with useful methods (#49)

Summary:
We had planned to expose our core types as simple Plain Old JavaScript
Objects, with ...

github.com/sourcecred/odyssey-hackathon - 09156bf3f491e51f1e01af6f89d09284e6df1cb6 authored almost 7 years ago by William Chargin <[email protected]>
Pull in-edges and out-edges up to top-level graph (#48)

Summary:
The main problem with having these fields on the node is that this
presents the illus...

github.com/sourcecred/odyssey-hackathon - f5d486087dfa6cd0ca89e09e41386b044e09d91d authored almost 7 years ago by William Chargin <[email protected]>
Pull in-edges and out-edges up to top-level graph (#48)

Summary:
The main problem with having these fields on the node is that this
presents the illus...

github.com/sourcecred/sourcecred - f5d486087dfa6cd0ca89e09e41386b044e09d91d authored almost 7 years ago by William Chargin <[email protected]>
Remove weights from the weighted graph (#47)

Summary:
This is an experiment. There are a couple diffferent meanings of
“weight” in play: mo...

github.com/sourcecred/sourcecred - 66243a16c1ad5c843e0e6e3a06e9140c7c552090 authored almost 7 years ago by William Chargin <[email protected]>
Remove weights from the weighted graph (#47)

Summary:
This is an experiment. There are a couple diffferent meanings of
“weight” in play: mo...

github.com/sourcecred/odyssey-hackathon - 66243a16c1ad5c843e0e6e3a06e9140c7c552090 authored almost 7 years ago by William Chargin <[email protected]>
Rename `sourceId`/`destId` to `src`/`dst` (#46)

Summary:
The “ID” parts were left-over from the Great Address Migration, and we
think that abb...

github.com/sourcecred/odyssey-hackathon - 43450f18b1fc9061843015bbc74fbb8b3b3e255f authored almost 7 years ago by William Chargin <[email protected]>
Rename `sourceId`/`destId` to `src`/`dst` (#46)

Summary:
The “ID” parts were left-over from the Great Address Migration, and we
think that abb...

github.com/sourcecred/sourcecred - 43450f18b1fc9061843015bbc74fbb8b3b3e255f authored almost 7 years ago by William Chargin <[email protected]>
Remove outdated design documents (#45)

design.md and overview.md both describe a vision of sourcecred
in which it is a measure of cred...

github.com/sourcecred/sourcecred - cde98cd67b83278046e6e3ffe7f8c7df782ded3e authored almost 7 years ago by Dandelion Mané <[email protected]>
Remove outdated design documents (#45)

design.md and overview.md both describe a vision of sourcecred
in which it is a measure of cred...

github.com/sourcecred/odyssey-hackathon - cde98cd67b83278046e6e3ffe7f8c7df782ded3e authored almost 7 years ago by Dandelion Mané <[email protected]>
Add tiny-example-repository example data (#44)

Summary:
The sourcecred/tiny-example-repository repository stores some example
data that we ca...

github.com/sourcecred/odyssey-hackathon - 01df727c3934cba79746f211b82ba6070063f072 authored almost 7 years ago by William Chargin <[email protected]>
Add tiny-example-repository example data (#44)

Summary:
The sourcecred/tiny-example-repository repository stores some example
data that we ca...

github.com/sourcecred/sourcecred - 01df727c3934cba79746f211b82ba6070063f072 authored almost 7 years ago by William Chargin <[email protected]>
Change order of repositoryName and pluginName

github.com/sourcecred/sourcecred - 9dc9d5e4f39668c597a7abd2f9fcf6709934d8b2 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add inEdges and outEdges for Nodes.

github.com/sourcecred/sourcecred - 58ad1eb6355d89bd04618f65579abd8f80e201df authored almost 7 years ago by Dandelion Mané <[email protected]>
Graph concept renames

- ID -> Address
- ID.name -> Address.id
- GraphEdge -> Edge
- GraphNode -> Node

github.com/sourcecred/sourcecred - 2992a311573bbc37aba605496862988e93e7e383 authored almost 7 years ago by Dandelion Mané <[email protected]>
Graph concept renames

- ID -> Address
- ID.name -> Address.id
- GraphEdge -> Edge
- GraphNode -> Node

github.com/sourcecred/odyssey-hackathon - 2992a311573bbc37aba605496862988e93e7e383 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add inEdges and outEdges for Nodes.

github.com/sourcecred/odyssey-hackathon - 58ad1eb6355d89bd04618f65579abd8f80e201df authored almost 7 years ago by Dandelion Mané <[email protected]>
Change order of repositoryName and pluginName

github.com/sourcecred/odyssey-hackathon - 9dc9d5e4f39668c597a7abd2f9fcf6709934d8b2 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add conversion functions for id (#38)

Test Plan:
Run `yarn test` and note that tests pass.

wchargin-branch: id-conversion

github.com/sourcecred/odyssey-hackathon - 791cad90599b417d167e51442c898c89d935f7b1 authored almost 7 years ago by William Chargin <[email protected]>
Add conversion functions for id (#38)

Test Plan:
Run `yarn test` and note that tests pass.

wchargin-branch: id-conversion

github.com/sourcecred/sourcecred - 791cad90599b417d167e51442c898c89d935f7b1 authored almost 7 years ago by William Chargin <[email protected]>
Move package json to root (#37)

Reorganize the code so that we have a single package.json file, which is at the root.
All sourc...

github.com/sourcecred/sourcecred - bc2377448fdeedfbc759b7888ec6d5bad8ff3d9d authored almost 7 years ago by Dandelion Mané <[email protected]>
Move package json to root (#37)

Reorganize the code so that we have a single package.json file, which is at the root.
All sourc...

github.com/sourcecred/odyssey-hackathon - bc2377448fdeedfbc759b7888ec6d5bad8ff3d9d authored almost 7 years ago by Dandelion Mané <[email protected]>
Create script to scrape data from GitHub repos (#36)

Summary:
This tool grabs all the information that we think will be relevant for a
first-pass i...

github.com/sourcecred/odyssey-hackathon - c5be6eceda9d695e3cb3fc47f76a9bc85ed1995b authored almost 7 years ago by William Chargin <[email protected]>
Create script to scrape data from GitHub repos (#36)

Summary:
This tool grabs all the information that we think will be relevant for a
first-pass i...

github.com/sourcecred/sourcecred - c5be6eceda9d695e3cb3fc47f76a9bc85ed1995b authored almost 7 years ago by William Chargin <[email protected]>
Update README.md (#31)

This reflects our current vision that SourceCred is aimed at valuing open-source contributions v...

github.com/sourcecred/sourcecred - d41872b7b7fb3c3af82df156ac1244bf3fa3e1ce authored almost 7 years ago by Dandelion Mané <[email protected]>
Update README.md (#31)

This reflects our current vision that SourceCred is aimed at valuing open-source contributions v...

github.com/sourcecred/odyssey-hackathon - d41872b7b7fb3c3af82df156ac1244bf3fa3e1ce authored almost 7 years ago by Dandelion Mané <[email protected]>
Add types for GitHub plugin. (#35)

github.com/sourcecred/odyssey-hackathon - 9878313ef3e39d5d758ec8e21899d48578426e6f authored almost 7 years ago by Dandelion Mané <[email protected]>
Add types for GitHub plugin. (#35)

github.com/sourcecred/sourcecred - 9878313ef3e39d5d758ec8e21899d48578426e6f authored almost 7 years ago by Dandelion Mané <[email protected]>
Add initial graph data types (#34)

github.com/sourcecred/sourcecred - 2c083425fb778c65142d5fce765a2bdc9847f861 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add initial graph data types (#34)

github.com/sourcecred/odyssey-hackathon - 2c083425fb778c65142d5fce765a2bdc9847f861 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add prettier to backend (#33)

Summary:
Follows the lead of #18.

Test Plan:
Verify that non-pretty files abort the commit:...

github.com/sourcecred/odyssey-hackathon - d48e8e7f26364d18b1c8ab58ed53fb71c1ff4708 authored almost 7 years ago by William Chargin <[email protected]>
Add prettier to backend (#33)

Summary:
Follows the lead of #18.

Test Plan:
Verify that non-pretty files abort the commit:...

github.com/sourcecred/sourcecred - d48e8e7f26364d18b1c8ab58ed53fb71c1ff4708 authored almost 7 years ago by William Chargin <[email protected]>
Setup flow for backend. (#32)

github.com/sourcecred/sourcecred - 5f55804677413181c63bac08d6f8d6afb639b5c1 authored almost 7 years ago by Dandelion Mané <[email protected]>
Setup flow for backend. (#32)

github.com/sourcecred/odyssey-hackathon - 5f55804677413181c63bac08d6f8d6afb639b5c1 authored almost 7 years ago by Dandelion Mané <[email protected]>
Initial commit of the backend project. (#30)

Sets up package.json, .gitignore, and adds octokit/rest.js as a dependency.

github.com/sourcecred/odyssey-hackathon - 4dbb5cd21a7c14196a3be59ef083c3a4aa22bf0c authored almost 7 years ago by Dandelion Mané <[email protected]>
Initial commit of the backend project. (#30)

Sets up package.json, .gitignore, and adds octokit/rest.js as a dependency.

github.com/sourcecred/sourcecred - 4dbb5cd21a7c14196a3be59ef083c3a4aa22bf0c authored almost 7 years ago by Dandelion Mané <[email protected]>
Upgrade: babel-plugin-flow-react-proptypes@^18.0.0 (#27)

Summary:
Generated: `yarn add --dev babel-plugin-flow-react-proptypes@^18.0.0`.

This pulls i...

github.com/sourcecred/sourcecred - 32220148c08d88f6a35e29f7e168b6f59b532e25 authored almost 7 years ago by William Chargin <[email protected]>
Upgrade: babel-plugin-flow-react-proptypes@^18.0.0 (#27)

Summary:
Generated: `yarn add --dev babel-plugin-flow-react-proptypes@^18.0.0`.

This pulls i...

github.com/sourcecred/odyssey-hackathon - 32220148c08d88f6a35e29f7e168b6f59b532e25 authored almost 7 years ago by William Chargin <[email protected]>
Run `yarn prettify` for the first time. (#22)

github.com/sourcecred/odyssey-hackathon - b367da8568f1a6f8485c7cc00b7372f8d4aeeac3 authored almost 7 years ago by Dandelion Mané <[email protected]>
Run `yarn prettify` for the first time. (#22)

github.com/sourcecred/sourcecred - b367da8568f1a6f8485c7cc00b7372f8d4aeeac3 authored almost 7 years ago by Dandelion Mané <[email protected]>
Frontend visual cleanup (#21)

* Use font roboto

* Change title.

* Add grid gap

* Restyle app; blue header, and css->i...

github.com/sourcecred/sourcecred - de359dbaa4293be6475b78b2f05c29e542ced62c authored almost 7 years ago by Dandelion Mané <[email protected]>
Frontend visual cleanup (#21)

* Use font roboto

* Change title.

* Add grid gap

* Restyle app; blue header, and css->i...

github.com/sourcecred/odyssey-hackathon - de359dbaa4293be6475b78b2f05c29e542ced62c authored almost 7 years ago by Dandelion Mané <[email protected]>
Set up prettier as an autoformatter (#18)

Setup prettier precommit, with yarn prettify to reformat.

- Prettier runs as a precommit hook...

github.com/sourcecred/odyssey-hackathon - 167289a75a7dfbba9a1bce1124e80c6ddee0716f authored almost 7 years ago by Dandelion Mané <[email protected]>
Set up prettier as an autoformatter (#18)

Setup prettier precommit, with yarn prettify to reformat.

- Prettier runs as a precommit hook...

github.com/sourcecred/sourcecred - 167289a75a7dfbba9a1bce1124e80c6ddee0716f authored almost 7 years ago by Dandelion Mané <[email protected]>
Autogenerate PropTypes from Flow types (#20)

Summary:
Closes #17; see discussion there.

This commit uses the `babel-plugin-flow-react-pro...

github.com/sourcecred/sourcecred - 5744d3c8600f7ac546a6041f9328b90b92d11531 authored almost 7 years ago by William Chargin <[email protected]>
Autogenerate PropTypes from Flow types (#20)

Summary:
Closes #17; see discussion there.

This commit uses the `babel-plugin-flow-react-pro...

github.com/sourcecred/odyssey-hackathon - 5744d3c8600f7ac546a6041f9328b90b92d11531 authored almost 7 years ago by William Chargin <[email protected]>
Eject from create-react-app (#19)

Summary:
This commit was created by performing the following steps:
- `rm -r node_modules`
...

github.com/sourcecred/odyssey-hackathon - ee59eb9b3011e951cd67e23a67efe98d866098f0 authored almost 7 years ago by William Chargin <[email protected]>
Eject from create-react-app (#19)

Summary:
This commit was created by performing the following steps:
- `rm -r node_modules`
...

github.com/sourcecred/sourcecred - ee59eb9b3011e951cd67e23a67efe98d866098f0 authored almost 7 years ago by William Chargin <[email protected]>
Add an end-to-end component test for App

Summary:
This should ensure that there aren’t any runtime PropTypes errors.

The change to reimp...

github.com/sourcecred/sourcecred - c1b37fa729a8d3802fe2c3a4ee4923e958ac4f8d authored almost 7 years ago by William Chargin <[email protected]>
Add PropTypes to existing React components

Test Plan:
Run `yarn start` and note that the app runs without any console
warnings, but that ch...

github.com/sourcecred/sourcecred - 1d0368411ce45a6a9a364eab032ac10ef950ba00 authored almost 7 years ago by William Chargin <[email protected]>
Add PropTypes to existing React components

Test Plan:
Run `yarn start` and note that the app runs without any console
warnings, but that ch...

github.com/sourcecred/odyssey-hackathon - 1d0368411ce45a6a9a364eab032ac10ef950ba00 authored almost 7 years ago by William Chargin <[email protected]>
Add an end-to-end component test for App

Summary:
This should ensure that there aren’t any runtime PropTypes errors.

The change to reimp...

github.com/sourcecred/odyssey-hackathon - c1b37fa729a8d3802fe2c3a4ee4923e958ac4f8d authored almost 7 years ago by William Chargin <[email protected]>
Remove console.log that alerts us of hacks (#15)

Summary:
It produces a lot of noise, and we know about it.

wchargin-branch: remove-spurious-log

github.com/sourcecred/odyssey-hackathon - 011e9a755befa499a1e2e254379f5b261bc5305c authored almost 7 years ago by William Chargin <[email protected]>
Remove console.log that alerts us of hacks (#15)

Summary:
It produces a lot of noise, and we know about it.

wchargin-branch: remove-spurious-log

github.com/sourcecred/sourcecred - 011e9a755befa499a1e2e254379f5b261bc5305c authored almost 7 years ago by William Chargin <[email protected]>
Initial prototype of the cred explorer (#14)

Sets up an initial cred explorer that looks at Git commit data

- uses git commit data as gene...

github.com/sourcecred/sourcecred - 22ddd15d780282e9cea0e9c77272308ec477ddc1 authored almost 7 years ago by Dandelion Mané <[email protected]>
Initial prototype of the cred explorer (#14)

Sets up an initial cred explorer that looks at Git commit data

- uses git commit data as gene...

github.com/sourcecred/odyssey-hackathon - 22ddd15d780282e9cea0e9c77272308ec477ddc1 authored almost 7 years ago by Dandelion Mané <[email protected]>
Frontend setup (#13)

* Initial infrastructure for sourcecred-explorer.

Setup npm, yarn, flow, jest using scaffoldi...

github.com/sourcecred/odyssey-hackathon - 91bdce2e5e4eddeb4a210137d20cfe14da407581 authored almost 7 years ago by Dandelion Mané <[email protected]>
Frontend setup (#13)

* Initial infrastructure for sourcecred-explorer.

Setup npm, yarn, flow, jest using scaffoldi...

github.com/sourcecred/sourcecred - 91bdce2e5e4eddeb4a210137d20cfe14da407581 authored almost 7 years ago by Dandelion Mané <[email protected]>
Tweak commit_graph_dump & store sample data. (#12)

commit_graph_dump is modified to use camelCase variables
in the output data.json. Saved the dat...

github.com/sourcecred/sourcecred - 5b3b345630f42cf09c1751348940cf9202f5cc47 authored almost 7 years ago by Dandelion Mané <[email protected]>
Tweak commit_graph_dump & store sample data. (#12)

commit_graph_dump is modified to use camelCase variables
in the output data.json. Saved the dat...

github.com/sourcecred/odyssey-hackathon - 5b3b345630f42cf09c1751348940cf9202f5cc47 authored almost 7 years ago by Dandelion Mané <[email protected]>
Check in experimental commit graph traversal (#8)

Summary:
This is a minimal script that will crawl the file-reachable commits in a
repository a...

github.com/sourcecred/odyssey-hackathon - 03198b0c8691f7d5e117f1648ac76bc10c2ea89f authored almost 7 years ago by William Chargin <[email protected]>
Check in experimental commit graph traversal (#8)

Summary:
This is a minimal script that will crawl the file-reachable commits in a
repository a...

github.com/sourcecred/sourcecred - 03198b0c8691f7d5e117f1648ac76bc10c2ea89f authored almost 7 years ago by William Chargin <[email protected]>
Split out useful & ethical. (#7)

github.com/sourcecred/sourcecred - 84ad9d57bf6e80528d38949a58c63d636993419e authored almost 7 years ago by Dandelion Mané <[email protected]>
Split out useful & ethical. (#7)

github.com/sourcecred/odyssey-hackathon - 84ad9d57bf6e80528d38949a58c63d636993419e authored almost 7 years ago by Dandelion Mané <[email protected]>
Make design goals grammatically consistent

Summary:
This changes the titles of two design goals so that they are all
adjectival: “SourceCre...

github.com/sourcecred/odyssey-hackathon - 65d711022e080b95386426cac4eb19ce61be0ee5 authored almost 7 years ago by William Chargin <[email protected]>
Make design goals grammatically consistent

Summary:
This changes the titles of two design goals so that they are all
adjectival: “SourceCre...

github.com/sourcecred/sourcecred - 65d711022e080b95386426cac4eb19ce61be0ee5 authored almost 7 years ago by William Chargin <[email protected]>
Add overview.md (#6)

github.com/sourcecred/sourcecred - 6bcc275c2d6bccd5bdb8ef269e6e6cfdf1de8fcf authored almost 7 years ago by Dandelion Mané <[email protected]>
Add overview.md (#6)

github.com/sourcecred/odyssey-hackathon - 6bcc275c2d6bccd5bdb8ef269e6e6cfdf1de8fcf authored almost 7 years ago by Dandelion Mané <[email protected]>
Simplify README, link to new docs

github.com/sourcecred/odyssey-hackathon - c9b2fcd21aaf14c4d68455d5eaca9410dce2ae9b authored almost 7 years ago by Dandelion Mané <[email protected]>
Simplify README, link to new docs

github.com/sourcecred/sourcecred - c9b2fcd21aaf14c4d68455d5eaca9410dce2ae9b authored almost 7 years ago by Dandelion Mané <[email protected]>
Enumerate design goals for SourceCred (#5)

* Add design goals

* Fix formatting on design.md

* It's also a protocol

* Fix formatting

github.com/sourcecred/sourcecred - 0874d89b31f90e44645e004125ef1b72d472f007 authored almost 7 years ago by Dandelion Mané <[email protected]>
Enumerate design goals for SourceCred (#5)

* Add design goals

* Fix formatting on design.md

* It's also a protocol

* Fix formatting

github.com/sourcecred/odyssey-hackathon - 0874d89b31f90e44645e004125ef1b72d472f007 authored almost 7 years ago by Dandelion Mané <[email protected]>
Initial draft of the README (#1)

* Initial commit of README

* Fix some typos, etc

* More tweaks.

* More iterations on ma...

github.com/sourcecred/odyssey-hackathon - 7dd9155833fe0717c51a36154c5635d4a4aa1689 authored almost 7 years ago by Dandelion Mané <[email protected]>
Initial draft of the README (#1)

* Initial commit of README

* Fix some typos, etc

* More tweaks.

* More iterations on ma...

github.com/sourcecred/sourcecred - 7dd9155833fe0717c51a36154c5635d4a4aa1689 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add LICENSE

github.com/sourcecred/sourcecred - 9cba0e9e212a287ce26e8d7c2d273e1025c9f9bf authored almost 7 years ago by Dandelion Mané <[email protected]>
Add LICENSE

github.com/sourcecred/odyssey-hackathon - 9cba0e9e212a287ce26e8d7c2d273e1025c9f9bf authored almost 7 years ago by Dandelion Mané <[email protected]>