Skip to content

Commit 56f290f

Browse files
committed
update contributing guidelines
1 parent eb4d95f commit 56f290f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,22 @@ $ yarn test
2525
## Guidelines
2626

2727
- Please try to [combine multiple commits before
28-
pushing](http://stackoverflow.com/questions/6934752/combining-multiple-commits-before-pushing-in-git)
28+
pushing](http://stackoverflow.com/questions/6934752/combining-multiple-commits-before-pushing-in-git).
2929

3030
- Please use `TDD` when fixing bugs. This means that you should write a unit
3131
test that fails because it reproduces the issue, then fix the issue and finally run
3232
the test to ensure that the issue has been resolved. This helps us to prevent
3333
fixed bugs from happening again in the future.
34+
3435
- Always format your code using `yarn run autoformat`.
36+
3537
- Please keep the test coverage at 100%. Write additional unit test if
36-
necessary
38+
necessary.
39+
3740
- Please create an issue before sending a PR if your commit is going to change the
38-
public interface of SignalsJS or it includes significant architecture
41+
public interface of the package or it includes significant architecture
3942
changes.
43+
4044
- Feel free to ask for help from other members of the RobotlegsJS team via the
41-
chat or github issues.
45+
[gitter chat](https://gitter.im/RobotlegsJS/RobotlegsJS) or
46+
[github issues](https://github.com/RobotlegsJS/SignalsJS/issues).

0 commit comments

Comments
 (0)