Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit 2ae0ce0

Browse files
committed
changed contribution guidelines
1 parent e839d3c commit 2ae0ce0

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<p align="center">
2-
<a href="https://jestjs.io"><img src="https://img.shields.io/badge/tested_with-jest-99424f.svg?style=for-the-badge&logo=jest" alt="Tested with Jest"></a>
3-
<a href="https://www.npmjs.com"><img src="https://img.shields.io/librariesio/release/npm/secure-rm?style=for-the-badge&logo=npm" alt="Dependencies"></a>
4-
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/secure-rm?style=for-the-badge" alt="Node version"></a>
5-
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/language-typescript-blue?style=for-the-badge" alt="language"></a>
2+
<a href="https://libraries.io/npm/secure-rm"><img src="https://img.shields.io/librariesio/release/npm/secure-rm?style=for-the-badge&logo=npm" alt="Dependencies"></a>
3+
<img src="https://img.shields.io/github/contributors/secure-rm/core?style=for-the-badge" alt="Contributors">
4+
<img src="https://img.shields.io/github/last-commit/secure-rm/core/develop?style=for-the-badge" alt="Last commit">
5+
<img src="https://img.shields.io/npm/collaborators/secure-rm?style=for-the-badge" alt="npm collaborators">
66
</p>
77
<p align="center">
8-
<img src="https://img.shields.io/github/contributors/oganexon/secure-rm?style=for-the-badge" alt="Contributors">
9-
<img src="https://img.shields.io/github/last-commit/oganexon/secure-rm/develop?style=for-the-badge" alt="Last commit">
10-
<img src="https://img.shields.io/npm/collaborators/secure-rm?style=for-the-badge" alt="npm collaborators">
8+
<a href="https://jestjs.io"><img src="https://img.shields.io/badge/-jest-99424f?style=for-the-badge&logo=jest" alt="Tested with Jest"></a>
9+
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/-node-gray?style=for-the-badge&logo=node.js" alt="Node version"></a>
10+
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/-typescript-blue?style=for-the-badge&logo=typescript" alt="language"></a>
1111
</p>
1212

1313
# Contributing / Developing
@@ -49,7 +49,7 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
4949

5050
This project uses the framework [Jest](https://jestjs.io/). Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
5151

52-
Simply run `jest` to run the tests.
52+
Simply run `npm test` to run the tests.
5353

5454
There are not enough tests, you can add more.
5555

@@ -63,7 +63,8 @@ You can install a [plugin](https://standardjs.com/awesome.html#editor-plugins) f
6363

6464
### Pull request
6565

66-
Please follow the [pull request template](./github/PULL_REQUEST_TEMPLATE/pull_request_template.md).
66+
Please PR to the `develop` branch!
67+
Then follow the [pull request template](.github/PULL_REQUEST_TEMPLATE/pull_request_template.md).
6768

6869
### Deploying / Publishing
6970

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ See the [changelog](/CHANGELOG.md) or [releases](https://github.com/oganexon/sec
9494
## 🏗 Contributing
9595

9696
<p align="center">
97-
<a href="https://jestjs.io"><img src="https://img.shields.io/badge/tested_with-jest-99424f.svg?style=flat-square&logo=jest" alt="Tested with Jest"></a>
98-
<a href="https://www.npmjs.com"><img src="https://img.shields.io/librariesio/release/npm/secure-rm?style=flat-square&logo=npm" alt="Dependencies"></a>
99-
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/secure-rm?style=flat-square" alt="Node version"></a>
100-
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/github/languages/top/oganexon/secure-rm?style=flat-square" alt="language"></a>
97+
<a href="https://libraries.io/npm/secure-rm"><img src="https://img.shields.io/librariesio/release/npm/secure-rm?style=flat-square&logo=npm" alt="Dependencies"></a>
98+
<img src="https://img.shields.io/github/contributors/secure-rm/core?style=flat-square" alt="Contributors">
99+
<img src="https://img.shields.io/github/last-commit/secure-rm/core/develop?style=flat-square" alt="Last commit">
100+
<img src="https://img.shields.io/npm/collaborators/secure-rm?style=flat-square" alt="npm collaborators">
101101
</p>
102102
<p align="center">
103-
<img src="https://img.shields.io/github/contributors/oganexon/secure-rm?style=flat-square" alt="Contributors">
104-
<img src="https://img.shields.io/github/last-commit/oganexon/secure-rm/develop?style=flat-square" alt="Last commit">
105-
<img src="https://img.shields.io/npm/collaborators/secure-rm?style=flat-square" alt="npm collaborators">
103+
<a href="https://jestjs.io"><img src="https://img.shields.io/badge/-jest-99424f?style=flat-square&logo=jest" alt="Tested with Jest"></a>
104+
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/-node-gray?style=flat-square&logo=node.js" alt="Node version"></a>
105+
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/-typescript-blue?style=flat-square&logo=typescript" alt="language"></a>
106106
</p>
107107

108108
See [contributing guidelines](/CONTRIBUTING.md)

0 commit comments

Comments
 (0)