forked from UnitexGramLab/gramlab-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc enhance] Update contribution guidelines
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,7 @@ with your changes. The recommended [workflow](http://rypress.com/tutorials/git/r | |
git config --global user.email "[email protected]" | ||
``` | ||
1. **Commit** your code referring in the [commit message](https://help.github.com/articles/closing-issues-via-commit-messages) | ||
the issue you worked on | ||
1. **Commit** your code following the [Commit Message Guidelines](https://github.com/UnitexGramLab/unitex-doc-contributor-guidelines/blob/master/pages/05.guidelines/01.commits/docs.md) | ||
1. Make sure your fork is **up to date** | ||
|