Skip to content

Commit b79ce78

Browse files
committed
Update CONTRIBUTING.md
1 parent 1820c79 commit b79ce78

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22

33
## Getting Started
44

5-
### 1. Clone the repository
6-
75
Clone the repository and move into it:
86

97
```shell
108
git clone git@github.com:dnsimple/dnsimple-python.git
119
cd dnsimple-python
1210
```
1311

14-
### 2. Install dependencies
15-
1612
[Poetry](https://python-poetry.org/) is used by this library, so ensure you have it installed.
1713

1814
Make sure you have Python installed.
@@ -29,23 +25,18 @@ To start a shell in the virtual environment:
2925
poetry shell
3026
```
3127

32-
### 3. Testing
28+
## Testing
3329

34-
[Run the test suite](#testing) to check everything is working as expected and to install the project specific
35-
dependencies (the first time you'll run the script all the dependencies will be installed for you).
30+
Submit unit tests for your changes. You can test your changes on your machine by running the test suite.
3631

3732
To run the test suite:
3833

3934
```shell
4035
make test
4136
```
4237

38+
When you submit a PR, tests will also be run on the [continuous integration environment via GitHub Actions](https://github.com/dnsimple/dnsimple-python/actions).
39+
4340
## Changelog
4441

4542
We follow the [Common Changelog](https://common-changelog.org/) format for changelog entries.
46-
47-
## Testing
48-
49-
Submit unit tests for your changes. You can test your changes on your machine by [running the test suite](#testing).
50-
51-
When you submit a PR, tests will also be run on the [continuous integration environment via GitHub Actions](https://github.com/dnsimple/dnsimple-python/actions).

0 commit comments

Comments
 (0)