mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Trivial: Add a link to commit message guidelines
This should make it more obvious what is expected from a good commit message.
This commit is contained in:
parent
0d408e8bd5
commit
4c86807d09
1 changed files with 1 additions and 1 deletions
|
@ -55,9 +55,9 @@ Before submitting a PR there are some things you can check which will hopefully
|
|||
a pull request to [the website](https://github.com/dlang/dlang.org) should be submitted in parallel.
|
||||
|
||||
- Follow the usual git good practice:
|
||||
- [Provide descriptive commit messages](https://chris.beams.io/posts/git-commit/)
|
||||
- Avoid changes not relevant to the issue (i.e. style issues)
|
||||
- Separate commit for separate concerns
|
||||
- Descriptive commit messages ease review and catching bugs
|
||||
- Keep pull requests focused on one single topic or bug. For example, if your fix requires a refactoring, then the refactoring should be submitted as a separate pull request.
|
||||
|
||||
### Find bugs to work on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue