-
Notifications
You must be signed in to change notification settings - Fork 866
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge dev into master, release 0.6.0
- Loading branch information
Showing
127 changed files
with
31,834 additions
and
222,869 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "docs/metrics/upstream"] | ||
path = docs/metrics/upstream | ||
url = https://github.com/chaoss/metrics.git |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.6" | ||
# command to install dependencies | ||
install: "pip install ." | ||
# command to run tests | ||
script: "python -m pytest" | ||
script: "python -m pytest ./test" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,26 +6,18 @@ Fork, then clone the repo: | |
|
||
git clone [email protected]:your-username/augur.git | ||
|
||
Make your change and push to your fork. Then, [submit a pull request][pr]. | ||
Make your change. | ||
|
||
[pr]: https://github.com/thoughtbot/factory_girl_rails/compare/ | ||
When you are done making changes, run `make docs` to rebuild the documentation. | ||
|
||
At this point you're waiting on us. We like to at least comment on pull requests | ||
within three business days (and, typically, one business day). | ||
Push to your fork. | ||
|
||
Some things that will increase the chance that your pull request is accepted: | ||
Then, [submit a pull request](https://github.com/OSSHealth/augur/compare) | ||
|
||
* Inform the [mailing list][ml] of your pull request. | ||
* Use [Markdown][md] (we can fix this for you) | ||
|
||
[ml]: https://lists.linuxfoundation.org/pipermail/oss-health-metrics/ | ||
[commit]: https://guides.github.com/features/mastering-markdown/#syntax | ||
At this point you're waiting on us. We like to at least comment on pull requests | ||
within three business days (and, typically, one business day). | ||
|
||
# Additional Resources | ||
|
||
* [CHAOSS Website][chaoss] | ||
* [CHAOSS Metrics Wiki][wiki] | ||
|
||
|
||
[chaoss]: https://chaoss.community/ | ||
[wiki]: https://wiki.linuxfoundation.org/chaoss/metrics | ||
* [CHAOSS Website](https://chaoss.community/) | ||
* [CHAOSS Metrics Wiki](https://github.com/chaoss/metrics) |
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.