File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,21 @@ this project:
8
8
2 . Copy the test/db.config.example.json to test/db.config.json
9
9
10
10
3 . Run the tests. Pull requests without tests are much less likely to be
11
- merged, and it's great to know you're starting with a clean slate: ` npm test ` .
12
- Be sure to check the README for setting up your test databases first.
11
+ merged, and it's great to know you're starting with a clean slate: ` npm test ` .
12
+ Be sure to check the README for setting up your test databases first.
13
13
14
14
4 . Add a test for your change. Refactoring and documentation changes
15
- require no new tests. If you are adding functionality or fixing a bug,
16
- please include a test.
15
+ require no new tests. If you are adding functionality or fixing a bug,
16
+ please include a test.
17
17
18
18
5 . Make the test pass.
19
19
20
- 6 . Push to your fork and submit a pull request.
20
+ 6 . Create a commit that complies with our conventions, which you can view
21
+ [ here] ( https://github.com/conventional-changelog/conventional-changelog/tree/35e60b5be6027fb2784c5103eee111f6f99b045e/packages/conventional-changelog-angular )
22
+ and last but not least also comply to the [ DCO] ( https://github.com/probot/dco#how-it-works ) .
23
+ Which easiest work with just commiting via ` git commit -s -m 'your commit message' ` .
24
+
25
+ 7 . Push to your fork and submit a pull request.
21
26
22
27
At this point you're waiting on me. In a perfect world I'd commit to
23
28
responding to your request in some short period of time. Unfortunately,
You can’t perform that action at this time.
0 commit comments