Skip to content

Commit e1d2b13

Browse files
author
aghArdeshir
authored
Move contribution-related topics altogether to the end of README
For me, as a user of `intercom-node` package, when I open README.md, the first thing I need to see, is how to install and use this package. If I ever happen to need to contribute to this package, I will probably look elsewhere; a CONTRIBUTING.md file probably. But for now, just to make it easier for other developers to follow the usage guide, I moved it to the end of README.md, next to **Pull Requests** section
1 parent 9ef9ff3 commit e1d2b13

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ yarn add intercom-client
2121

2222
**This client is intended for server side use only. Please use the [Intercom Javascript SDK](https://developers.intercom.com/installing-intercom/docs/intercom-for-web) for client-side operations.**
2323

24-
## Testing
25-
26-
```bash
27-
yarn test
28-
```
29-
30-
## Running the code locally
31-
32-
Compile using babel:
33-
34-
```bash
35-
yarn prepublish
36-
```
3724

3825
## Usage
3926

@@ -1243,6 +1230,20 @@ IdentityVerification.userHash({
12431230

12441231
Apache-2.0
12451232

1233+
## Testing
1234+
1235+
```bash
1236+
yarn test
1237+
```
1238+
1239+
## Running the code locally
1240+
1241+
Compile using babel:
1242+
1243+
```bash
1244+
yarn prepublish
1245+
```
1246+
12461247
## Pull Requests
12471248

12481249
- **Add tests!** Your patch won't be accepted if it doesn't have tests.

0 commit comments

Comments
 (0)