Skip to content

Commit 93b5cea

Browse files
committed
feat(contribution): enrich contribution instructions
Refers to #549 Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent 4f856c3 commit 93b5cea

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CONTRIBUTING.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,21 @@ this project:
88
2. Copy the test/db.config.example.json to test/db.config.json
99

1010
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.
1313

1414
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.
1717

1818
5. Make the test pass.
1919

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.
2126

2227
At this point you're waiting on me. In a perfect world I'd commit to
2328
responding to your request in some short period of time. Unfortunately,

0 commit comments

Comments
 (0)