Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Abdelwahab HEBA
kaldi_2015
Commits
8d43d2e3
Commit
8d43d2e3
authored
Jul 24, 2015
by
Jan "yenda" Trmal
Browse files
Merge pull request #20 from jtrmal/readme-add-patches
adding info about the coding convetions
parents
9d21f32a
2c45e78c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
README.txt
README.txt
+6
-1
No files found.
README.txt
View file @
8d43d2e3
...
...
@@ -27,5 +27,10 @@ Kaldi forum, mailing-lists: http://kaldi-asr.org/forums.html
Development pattern for contributors:
A) create a personal fork of the kaldi-asr/kaldi repository in github,
B) make your changes in a named branch different from "master", e.g. you create a branch "my-awesome-feature"
B) make your changes in a named branch different from "master", e.g. you create
a branch "my-awesome-feature".
C) generate a pull request through the web interface of github
D) as a general rule, please follow Google C++ Style Guide. There are a few
exceptions in Kaldi -- please consult http://kaldi-asr.org/doc/style.html
You can use the Google's cpplint.py to verify that your code is free
of some basic mistakes.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment