Skip to content

Commit 0719c48

Browse files
Improve CONTRIBUTING.md formatting (vmware-archive#367) [skip ci]
* Improve CONTRIBUTING.md formatting. Co-authored-by: Jonathan Sharpe <[email protected]>
1 parent 2c3fc5e commit 0719c48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* chromedriver
99
* tmux
1010

11-
To avoid having to install and manage these dependencies you can use the Postfacto [docker image](https://hub.docker.com/r/postfacto/dev/) for development:
11+
To avoid having to install and manage these dependencies you can use the Postfacto [Docker image](https://hub.docker.com/r/postfacto/dev/) for development:
1212

1313
```bash
1414
./docker.sh
@@ -25,7 +25,7 @@ Before development you'll need to install library dependencies (gems and npm pac
2525

2626
## Running locally
2727

28-
You can run Postfacto locally at [http://localhost:3000]() by running:
28+
You can run Postfacto locally at <http://localhost:3000> by running:
2929

3030
```bash
3131
./run.sh
@@ -39,9 +39,9 @@ Or to use real authentication (this will use no authentication unless `config.js
3939

4040
---
4141

42-
The admin dashboard will be available at [http://localhost:4000/admin]().
42+
The admin dashboard will be available at <http://localhost:4000/admin>.
4343

44-
A default admin user '[email protected]' with password 'password' will be created
44+
A default admin user `[email protected]` with password `password` will be created
4545

4646
You can create other admin users using the following rake task in the `api` directory:
4747

@@ -115,7 +115,7 @@ Note: if you would like to submit an "_obvious fix_" for something like a typo,
115115

116116
## Working on features
117117

118-
If you're interested on working on a feature for us we have a [Backlog](https://github.com/pivotal/postfacto/projects/1) of work for people to pick up at anytime. Have a look at both the Backlog' and 'Icebox' sections and if something catches your eye leave a comment and we can chat about assigning it to you. If the feature you had in mind isn't already there then [get in touch](https://github.com/pivotal/postfacto/issues/new)! We're always eager to hear about new ideas for Postfacto.
118+
If you're interested on working on a feature for us we have a [Backlog](https://github.com/pivotal/postfacto/projects/1) of work for people to pick up at any time. Have a look at both the 'Backlog' and 'Icebox' sections and if something catches your eye leave a comment and we can chat about assigning it to you. If the feature you had in mind isn't already there then [get in touch](https://github.com/pivotal/postfacto/issues/new)! We're always eager to hear about new ideas for Postfacto.
119119

120120
## Code reviews
121121

0 commit comments

Comments
 (0)