Skip to content

Commit bb9b549

Browse files
authored
Merge pull request #1 from InnerSourceCommons/readme-within-isc-org
Initializing README - move of repo to ISC org
2 parents 6195f31 + a36f6bb commit bb9b549

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# For further syntax options see:
2+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence, # these users
6+
# will be requested for review when someone opens a pull request.
7+
* @3cpt

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# repo-score-py
1+
# repo-activity-score
2+
3+
The goal of this repository is to collect reference implementations of the [Repository Activity Score](https://patterns.innersourcecommons.org/p/repository-activity-score).
4+
5+
Currently we got only a single implementation (in Python), but are considering to add similar versions for JavaScript, Go and C#. Feel free to contribute other implementations! :)
6+
7+
## How to run this
8+
9+
TBD: how to run the current implementation
10+
11+
## Limitations
12+
13+
These implementations assume that the repositories for which you want to calculate the Repository Activity Score are hosted in GitHub i.e. the respective metadata is available via the GitHub Search API and GitHub stats/participation API.
14+
15+
However it should be possible with relatively low effort to adapt these implementations to other version control systems.
16+
17+
## Educational purposes only
18+
19+
These implementations are provided as reference implementations and with that for educational purposes only.
20+
21+
## License
22+
23+
[MIT License](LICENSE).

0 commit comments

Comments
 (0)