Skip to content

Commit

Permalink
docs: add vim modeline and hard wrap lines
Browse files Browse the repository at this point in the history
  • Loading branch information
m15a committed May 10, 2024
1 parent b5b78f8 commit 90c7732
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ and this project adheres to [Semantic Versioning][2].
[0.2.1]: https://github.com/m15a/purescript-choku/tree/v0.2.1
[0.2.0]: https://github.com/m15a/purescript-choku/tree/v0.2.0
[0.1.0]: https://github.com/m15a/purescript-choku/tree/v0.1.0

<!-- vim: set tw=72 spell: -->
22 changes: 13 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,25 @@ Follow the style of [conventional commits][1]:
<optional footer>
```

where `[optional scope]` should be enclosed by parentheses, e.g., `(readme)`,
and `[optional bang]` should be `!` if any, indicating that the commit contains
breaking changes.
where `[optional scope]` should be enclosed by parentheses, e.g.,
`(readme)`, and `[optional bang]` should be `!` if any, indicating that
the commit contains breaking changes.

### Types

- **fix**: Fix a bug.
- **feat**: Introduce a new feature.
- **refactor**: Change codes but do neither fix any bug nor introduce new features.
- **style**: Just format codes. Small refactoring (e.g., changing a variable name)
could be included, though.
- **refactor**: Change codes but do neither fix any bug nor introduce
new features.
- **style**: Just format codes. Small refactoring (e.g., changing a
variable name) could be included, though.
- **test**: Add, fix, change, or refactor test codes.
- **docs**: Add, fix, change, or improve writing of documentation.
- **ci**: Add, fix, change, or refactor CI stuff (e.g, GitHub workflows).
- **tools**: Add, fix, change, or refactor development tools (e.g, formatters).
- **release**: Bump version of this repository itself. Any Git tag should be
attached to these commits.
- **tools**: Add, fix, change, or refactor development tools (e.g,
formatters).
- **release**: Bump version of this repository itself. Any Git tag
should be attached to these commits.

### Scopes

Expand All @@ -41,3 +43,5 @@ breaking changes.
- **deps**: Node or Spago dependencies.

[1]: https://www.conventionalcommits.org/en/v1.0.0/

<!-- vim: set tw=72 spell: -->
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ $ spago install choku
[MIT](LICENSE)

[1]: https://en.wiktionary.org/wiki/%E3%83%81%E3%83%A7%E3%83%BC%E3%82%AF

<!-- vim: set tw=72 spell: -->

0 comments on commit 90c7732

Please sign in to comment.