##// END OF EJS Templates
pull-requests: add merge check that detects WIP marker in title. This will prevent merges in such case....
pull-requests: add merge check that detects WIP marker in title. This will prevent merges in such case. Usually WIP in title means unfinished task that needs still some work. This pattern is present in Gitlab/Github and is already quite common.

File last commit:

r3191:23b5897f default
r4099:c12e69d0 default
Show More
README.txt
7 lines | 216 B | text/plain | TextLexer
rcextensions: added basic readme so copied rcextensions.tmpl have some starting point
r3191 This is template rcextensions.
To edit rcextensions please edit hooks.py file.
The examples/ directory contain some basic example how to use hooks.
Changes to rcextensions requires restart of RhodeCode instances.