mirror of https://github.com/n2geoff/testit.git
contrib fixes
This commit is contained in:
parent
6c437a619e
commit
e72a99fec1
|
@ -1,6 +1,6 @@
|
|||
# Contributing
|
||||
|
||||
So you want to contribute, nice. **Thank you**.
|
||||
So you want to contribute, awesome. **Thank you**.
|
||||
|
||||
Bug reports and code and documentation patches are all welcome. You can help this project also by using the development version and by reporting any bugs you might encounter.
|
||||
|
||||
|
@ -38,7 +38,7 @@ npm test
|
|||
|
||||
## Reporting a bug
|
||||
|
||||
Use the [GitHub issue tracker](https://github.com/n2geoff/js-lib/issues) to report any bug you find.
|
||||
Use the [GitHub issue tracker](https://github.com/n2geoff/testit/issues/new) to report any bug you find.
|
||||
Bugs description should include:
|
||||
|
||||
* How to reproduce the bug;
|
||||
|
@ -48,11 +48,9 @@ Would be nice to have some code showing how to reproduce the code, you may use [
|
|||
|
||||
## Request a feature
|
||||
|
||||
Use the [GitHub issue tracker](https://github.com/n2geoff/js-lib/issues) to request a new feature.
|
||||
Use the [GitHub issue tracker](https://github.com/n2geoff/testit/issues/new) to request a new feature.
|
||||
|
||||
Keep in mind, this is a pure javascript library
|
||||
|
||||
Feel free to port it to your favorite framework, such as [RiotJS](http://riotjs.com), Angular or VueJs in a new repository.
|
||||
Keep in mind, this is a pure javascript library, no dependencies as minimal as possible
|
||||
|
||||
## Commit message
|
||||
|
||||
|
|
Loading…
Reference in New Issue