File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff 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
3131test that fails because it reproduces the issue, then fix the issue and finally run
3232the test to ensure that the issue has been resolved. This helps us to prevent
3333fixed 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
3942changes.
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 ) .
You can’t perform that action at this time.
0 commit comments