Skip to content

Commit

Permalink
Fix markdown lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 8, 2024
1 parent 2f40070 commit 02e2732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This section aims to familiarise developers to the Polkadot Staking Dashboard [[GitHub](https://github.com/paritytech/polkadot-staking-dashboard), [Demo](https://paritytech.github.io/polkadot-staking-dashboard/#/overview)] for the purpose of contributing to the project.

Reach out to [email protected] for clarification of any content within this document.
Reach out to <[email protected]> for clarification of any content within this document.

## Submitting Pull Requests

This project follows the Conventional Commits specification. Pull requests are merged and squashed, with the pull request title being used as the commit message. Commit messages should adhere to the following structure:

```
```text
<type>(<scope>): <summary>
```

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
![ci](https://github.com/gluwa/creditcoin-staking-dashboard/actions/workflows/ci.yml/badge.svg) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# Creditcoin Staking Dashboard

#### Production:
![ci](https://github.com/gluwa/creditcoin-staking-dashboard/actions/workflows/ci.yml/badge.svg) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

https://staking.creditcoin.org
**Production URL:** <https://staking.creditcoin.org>

## Validator Operator Setup Guide

Expand Down Expand Up @@ -37,7 +35,7 @@ Next, add your operator details to the `ValidatorCommunity` object. Only provide

The following example defines 2 validators on the Creditcoin Mainnet, and 1 on the Creditcoin Testnet:

```
```typescript
export const ValidatorCommunity = [
...
{
Expand Down

0 comments on commit 02e2732

Please sign in to comment.