summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-23 22:38:00 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-23 22:38:00 +0000
commitfaa5f31c4901212372d2dcf7080d9f0a23d5f195 (patch)
treecda02ce149a95cfa5d20f01943eceae7ff256b7b /Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
parent21d19604dc80efef1747f4a048c9dae5e8e810b1 (diff)
gregorio 4.1.0-beta1
git-svn-id: svn://tug.org/texlive/trunk@39470 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md b/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
index a70eb74467f..45690814455 100644
--- a/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
+++ b/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
@@ -4,7 +4,7 @@
You can report a bug and request a new feature on the [bug tracker](https://github.com/gregorio-project/gregorio/issues).
-Please search for existing issues before reporting a new one.
+Please search for existing issues before reporting a new one.
Please do not use the issue tracker for personal support requests, instead use the mailing-list (https://gna.org/mail/?group=gregorio) or IRC: #gregorio on freenode.
@@ -63,7 +63,7 @@ Gregorio provides an [`.editorconfig` file](../.editorconfig), using an [editorc
Python files must output no error when inspected by `pylint`.
-TeX code must use LuaTeX (more than TeX + eTeX + Omega + PDFTeX) primitives as much as possible, and, when not possible, use code compiling under PlainTeX.
+TeX code must use LuaTeX (more than TeX + eTeX + Omega + PDFTeX) primitives as much as possible, and, when not possible, use code compiling under PlainTeX. All lines inside macro definitions must end with `%` to avoid spurious spaces. To check that no line has been forgotten, please check that `grep -nE '^( |\\(|g|e|x)def)[^%]+$' tex/*.tex tex/*.sty` returns only Lua and metapost code or other lines where `%` is not needed.
### Tests