Skip to content

Commit

Permalink
Improve README.MD Badges, Remove Gitter and Remove Daily Pipeline - F…
Browse files Browse the repository at this point in the history
…ixes #336 (#338)

* Removed references to Gitter and cleaned up badges

* Remove Daily Build YAML

* Fix YAML

* Change Build to use Variable Group

* Prevent PR from running by default
  • Loading branch information
PlagueHO authored Mar 20, 2020
1 parent 4e68c38 commit c5fed66
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 558 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Issue

Before submitting your issue for the CosmosDB project, please take a moment to provide the following details:
Before submitting your issue for the CosmosDB project, please take a moment to
provide the following details:

- [ ] Version of PowerShell you're using
- [ ] PowerShell host you're using (eg. Console Host, ISE, Visual Studio)
- [ ] Operating system you're running
- [ ] Version of CosmosDB PowerShell Module you're using (use `Get-Module -Name CosmosDB`)

If you have a general question or suggestion, feel free to post on the [CosmosDB PowerShell Module Gitter Chat at https://gitter.im/PlagueHO/CosmosDB](https://gitter.im/PlagueHO/CosmosDB). This is also a great place to just say Hi, ask any questions you might have or get help.

Thanks for contributing your feedback and support! You can optionally submit a Pull Request against this project, if you have a fix you'd like to share.
Thanks for contributing your feedback and support! You can optionally submit a
Pull Request against this project, if you have a fix you'd like to share.
12 changes: 8 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@

Thanks for submitting a Pull Request to the CosmosDB project!

Please make sure you have read the [Contributing.md](\.github\CONTRIBUTING.md) document.
Please make sure you have read the [Contributing.md](\.github\CONTRIBUTING.md)
document.

## Bug Fixes

Use the pound / hash sign to indicate which GitHub issues this Pull Request fixes, if applicable.
Use the pound / hash sign to indicate which GitHub issues this Pull Request
fixes, if applicable.

- Fixes #1
- Fixes #2
- Fixes #3

## Improvements / Enhancements

List out any code changes or enhancements you've made. This includes refactoring and removal of extraneous code. :)
List out any code changes or enhancements you've made. This includes refactoring
and removal of extraneous code. :)

- Enhancement 1
- Enhancement 2
- Enhancement 3

To improve visibility of this Pull Request, make sure to mention one of the project administrators, using `@githubusername` syntax.
To improve visibility of this Pull Request, make sure to mention one of the
project administrators, using `@githubusername` syntax.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.6.1] - 2020-03-19

### Changed

- Improved badge layout in README.MD and removed CodeCov.io badge - [Issue #336](https://github.com/PlagueHO/CosmosDB/issues/336).
- Removed references to Gitter and Gitter badge - [Issue #337](https://github.com/PlagueHO/CosmosDB/issues/337).
- Removed Azure Pipeline daily build YAML because the main
pipeline build YAML will be used instead.

### Removed

- Remove AppVeyor CI pipeline - fixes [Issue #329](https://github.com/PlagueHO/CosmosDB/issues/329).
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@
[![Minimum Supported Windows PowerShell Version](https://img.shields.io/badge/WindowsPowerShell-5.1-blue.svg)](https://github.com/PlagueHO/CosmosDB)
[![Minimum Supported PowerShell Core Version](https://img.shields.io/badge/PSCore-6.0-blue.svg)](https://github.com/PlagueHO/CosmosDB)
[![Minimum Supported PowerShell Version](https://img.shields.io/badge/PS-7.0-blue.svg)](https://github.com/PlagueHO/CosmosDB)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dscottraynsford/GitHub/4/master)](https://dscottraynsford.visualstudio.com/GitHub/_test/analytics?definitionId=4&contextType=build)
[![Join the chat at https://gitter.im/PlagueHO/CosmosDB](https://badges.gitter.im/PlagueHO/CosmosDB.svg)](https://gitter.im/PlagueHO/CosmosDB?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1ee50b5eb15b47c188b3bdf7a5f8ee1d)](https://www.codacy.com/app/PlagueHO/CosmosDB?utm_source=github.com&utm_medium=referral&utm_content=PlagueHO/CosmosDB&utm_campaign=Badge_Grade)

# CosmosDB PowerShell Module

## Module Build Status

| Branch | Azure Pipelines CI | Code Coverage |
| ------ | --------------------------------------- | -------------------------------------- |
| master | [![ap-image-master][]][ap-site-master] | [![cc-image-master][]][cc-site-master] |
| Branch | Azure Pipelines | Automated Tests | Code Quality |
| ------ | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| master | [![ap-image-master][]][ap-site-master] | [![ts-image-master][]][ts-site-master] | [![cq-image-master][]][cq-site-master] |

## Table of Contents

Expand Down Expand Up @@ -1003,5 +1000,7 @@ For a list of changes to versions, see the [CHANGELOG.md](CHANGELOG.md) file.

[ap-image-master]: https://dev.azure.com/dscottraynsford/GitHub/_apis/build/status/PlagueHO.CosmosDB?branchName=master
[ap-site-master]: https://dev.azure.com/dscottraynsford/GitHub/_build/latest?definitionId=4
[cc-image-master]: https://codecov.io/gh/PlagueHO/CosmosDB/branch/master/graph/badge.svg
[cc-site-master]: https://codecov.io/gh/PlagueHO/CosmosDB/branch/master
[ts-image-master]: https://img.shields.io/azure-devops/tests/dscottraynsford/GitHub/4/master
[ts-site-master]: https://dev.azure.com/dscottraynsford/GitHub/_build/latest?definitionId=4&branchName=master
[cq-image-master]: https://api.codacy.com/project/badge/Grade/1ee50b5eb15b47c188b3bdf7a5f8ee1d
[cq-site-master]: https://www.codacy.com/app/PlagueHO/CosmosDB?utm_source=github.com&utm_medium=referral&utm_content=PlagueHO/CosmosDB&utm_campaign=Badge_Grade
Loading

0 comments on commit c5fed66

Please sign in to comment.