Commit 455abe8 1 parent 6da13de commit 455abe8 Copy full SHA for 455abe8
File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
- ## Pull Requests
2
-
3
- If you have a new feature in mind, please discuss the feature in an issue to ensure that your
4
- contributions will be accepted.
5
-
6
- 1 . Fork the repo and create your branch from ` main ` .
7
- 2 . If you've added code that should be tested, add tests.
8
- 3 . If you've changed APIs, update the documentation.
9
- 4 . Ensure the test suite passes with ` nix flake check ` .
10
-
11
1
## Commit Message
12
2
13
3
Commit message should follow [ conventional commit] ( https://www.conventionalcommits.org/en/v1.0.0/ ) .
@@ -23,8 +13,17 @@ type is one of the following.
23
13
| ` refactor ` | refactoring |
24
14
| ` chore ` | catch all |
25
15
16
+
17
+ ## Development
18
+
19
+ In syndicationd, we manage the development environment with [ Nix] ( https://nixos.org/ ) .
20
+ By executing ` nix develop ` , the necessary tools for development can be prepared.
21
+
22
+ To test code, execute ` just check `
23
+
24
+
26
25
## License
27
26
28
- By contributing to ` clc ` , you agree that your contributions will be dual-licensed under
27
+ By contributing to ` syndicationd ` , you agree that your contributions will be dual-licensed under
29
28
the terms of the [ ` LICENSE-MIT ` ] ( ./LICENSE-MIT ) and [ ` LICENSE-APACHE ` ] ( ./LICENSE-APACHE ) files in the
30
29
root directory of this source tree.
You can’t perform that action at this time.
0 commit comments