From 1f8bbdf5bbd8c59ee8c8459b1e1cadc926ef4f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 08:09:29 -0700 Subject: [PATCH] add pr section in contrib guide --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16a8c26..3a21fb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,10 @@ The following is a set of guidelines for contributing to this repository, which This repo is a GitHub Action, meaning it integrates with the GitHub Actions CI/CD pipeline. It's mean to take formatted reports with code coverage stats and upload them to codecov.io. What's essentially happening in the background is that Actions is spinning up a Linux Docker container with the contents of this repository. Inside that container, we then call a shell scipt that runs Codecov's Bash uploader. +## PRs and Support + +Feel free to clone, modify code and request a PR to this repository. All PRs will be reviewed by the Codecov team. If your PR has been sitting for a while, ping support at support@codecov.io + ## Improvements Here's a list of things that would extend the functionality of this Action: @@ -16,4 +20,6 @@ Here's a list of things that would extend the functionality of this Action: * **Codecov YAML location**: No way to indicate a path to the `codecov.yml` file. Obtain from user input. * **Upload flags**: Cannot currently specify any flags. Obtain from user input. -This is primarily an effort in bash scripting and getting the information above from a user through to make a correct curl call \ No newline at end of file +This is primarily an effort in bash scripting and getting the information above from a user through to make a correct curl call. + +Thank you ahead of time OS community members! \ No newline at end of file