Fixed Markdown ordered list numbering.
Ensures ordered lists start at one instead of zero. [ci skip]
This commit is contained in:
@@ -5,16 +5,16 @@ appreciated. The following sections detail what you need to know in order to con
|
||||
|
||||
## Code
|
||||
|
||||
0. Read the project README before starting.
|
||||
0. Fork the `master` branch of this repository and clone the fork locally.
|
||||
0. Ensure there are no setup, usage, and/or test issues.
|
||||
0. Add tests for new functionality and ensure they pass.
|
||||
0. Submit a pull request, follow the instructions it provides, and ensure the build passes.
|
||||
1. Read the project README before starting.
|
||||
1. Fork the `master` branch of this repository and clone the fork locally.
|
||||
1. Ensure there are no setup, usage, and/or test issues.
|
||||
1. Add tests for new functionality and ensure they pass.
|
||||
1. Submit a pull request, follow the instructions it provides, and ensure the build passes.
|
||||
|
||||
## Issues
|
||||
|
||||
0. Submit an issue via the GitHub Issues tab (assuming one does not
|
||||
already exist) and follow the instructions it provides.
|
||||
- Submit an issue via the GitHub Issues tab (assuming one does not
|
||||
already exist) and follow the instructions it provides.
|
||||
|
||||
## Feedback
|
||||
|
||||
|
||||
@@ -61,8 +61,8 @@ the two projects are meant to be used:
|
||||
|
||||
## Requirements
|
||||
|
||||
0. [macOS High Sierra](https://www.apple.com/macos) (with latest software updates applied)
|
||||
0. [Xcode](https://developer.apple.com/xcode) (with accepted license agreement)
|
||||
1. [macOS High Sierra](https://www.apple.com/macos) (with latest software updates applied)
|
||||
1. [Xcode](https://developer.apple.com/xcode) (with accepted license agreement)
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user