2
2
ミラー元 https://github.com/Hilbis/Hilbish 前回の同期 2025-07-18 16:52:02 +00:00

chore: merge from dev

このコミットが含まれているのは:
TorchedSammy 2021-04-08 10:34:03 -04:00
コミット 9e253c739e
2個のファイルの変更15行の追加0行の削除

5
.github/pull_request_template.md vendored ノーマルファイル
ファイルの表示

@ -0,0 +1,5 @@
---
- [ ] I have reviewed CONTRIBUTING.md.
- [ ] My commits and title use the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) format.
- [ ] I have documented any breaking changes according to [SemVer](https://semver.org/).
---

10
CONTRIBUTING.md ノーマルファイル
ファイルの表示

@ -0,0 +1,10 @@
# Contributing
## Pull Request Process
1. Ensure that any new install or build dependencies are documented in the README.md and PR request.
2. Update the README.md with details of changes to the shell, this includes useful file locations
and breaking changes.
3. The versioning scheme we use is [SemVer](http://semver.org/) and the commit scheme we use is
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please document any
backwards incompatible changes and be sure to name your commits correctly.