Skip to content

Commit 562e790

Browse files
authored
Merge pull request #1 from codevor/develop
Updated README
2 parents c286c2f + 8e47ad7 commit 562e790

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing
2+
3+
1. Fork it!
4+
2. Create your feature branch: `git checkout -b my-new-feature`
5+
3. Commit your changes: `git commit -m 'Add some feature'`
6+
4. Push to the branch: `git push origin my-new-feature`
7+
8+
_Remember that we have a pre-push hook with steps that analyzes and prevents mistakes._
9+
10+
**After your pull request is merged**, you can safely delete your branch.

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
1-
# js-http-status
2-
A simple way to catch HTTP statuses with JavaScript.
1+
# JS HTTP Status
2+
3+
[![License][license-badge]][license-url]
4+
5+
> A simple way to catch HTTP statuses with JavaScript.
6+
7+
## Installation
8+
9+
> Under Construction
10+
11+
## Usage
12+
13+
> Under Construction
14+
15+
## Contributing
16+
17+
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
18+
19+
## Changelog
20+
21+
This project adheres to [Semantic Versioning](https://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/codevor/js-http-status/releases) page.
22+
23+
## Bugs and Sugestions
24+
25+
Report bugs or do suggestions using the [issues](https://github.com/codevor/js-http-status/issues).
26+
27+
## References
28+
29+
- [HTTP Statuses](https://httpstatuses.com/);
30+
31+
## License
32+
33+
[MIT License](LICENSE) © [Brusher Bits](https://github.com/codevor)
34+
35+
[license-badge]: https://img.shields.io/github/license/codevor/js-http-status.svg
36+
[license-url]: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)