mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
doc: extract Commit Convention section (#518)
This commit is contained in:
parent
825490bb5e
commit
9b5a65b681
3 changed files with 3 additions and 6 deletions
|
@ -45,7 +45,6 @@ in pkgs.stdenvNoCC.mkDerivation {
|
||||||
cp ${../README.md} src/README.md
|
cp ${../README.md} src/README.md
|
||||||
cp ${../gnome.png} src/gnome.png
|
cp ${../gnome.png} src/gnome.png
|
||||||
cp ${../kde.png} src/kde.png
|
cp ${../kde.png} src/kde.png
|
||||||
cp ${../CONTRIBUTING.md} src/contributing.md
|
|
||||||
|
|
||||||
# mdBook doesn't support this Markdown extension yet
|
# mdBook doesn't support this Markdown extension yet
|
||||||
substituteInPlace **/*.md \
|
substituteInPlace **/*.md \
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
- [Contributing](contributing.md)
|
- [Commit Convention](commit_convention.md)
|
||||||
- [Adding modules](modules.md)
|
- [Adding modules](modules.md)
|
||||||
- [Testbeds](testbeds.md)
|
- [Testbeds](testbeds.md)
|
||||||
- [Style guide](styling.md)
|
- [Style guide](styling.md)
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# Contributing to Stylix
|
# Commit Convention
|
||||||
|
|
||||||
## Commit messages
|
|
||||||
|
|
||||||
To keep things consistent, commit messages should follow a format
|
To keep things consistent, commit messages should follow a format
|
||||||
[similar to Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions):
|
[similar to Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions):
|
||||||
|
@ -31,7 +29,7 @@ punctuation.
|
||||||
Most commits to `master` will also include a pull request number in brackets
|
Most commits to `master` will also include a pull request number in brackets
|
||||||
after the summary. GitHub adds this automatically when creating a squash merge.
|
after the summary. GitHub adds this automatically when creating a squash merge.
|
||||||
|
|
||||||
### Old commits
|
## Old commits
|
||||||
|
|
||||||
Commits before 2024 did not follow any particular format.
|
Commits before 2024 did not follow any particular format.
|
||||||
Some have emojis from [GitMoji](https://gitmoji.dev).
|
Some have emojis from [GitMoji](https://gitmoji.dev).
|
Loading…
Reference in a new issue