##// END OF EJS Templates
meta-tags: cleanup support for metatags....
meta-tags: cleanup support for metatags. - fixes problem of html-escape + supported link - no longer extract url from description, you have to use new url => tag - tags are extracted to the beginning of the description during rendering - show helpers in proper places in groups/repos/forks

File last commit:

r1120:d4155363 default
r2091:90bf6103 default
Show More
checklist-pull-request.rst
17 lines | 309 B | text/x-rst | RstLexer
/ docs / contributing / checklist-pull-request.rst
docs: fixed small wanrings/errors during build.
r1120 .. _checklist-pull-request:
=======================
Pull Request Checklists
=======================
Checklists for Pull Request
===========================
- Informative description
- Linear commit history
- Rebased on top of latest changes
- Add ticket references. eg fixes #123, references #123 etc.