feat: add projectmanagement and pack

This commit is contained in:
Karl-Philipp Wulfert
2018-11-29 13:36:34 +01:00
commit 19fd0f6e4c
28 changed files with 4801 additions and 0 deletions

View File

@@ -0,0 +1,2 @@

View File

@@ -0,0 +1,8 @@
## <img src="{{ assignee.avatar_url }}" height="30" /> {{ assignee.name }}
### open: {{ issueCounts.opened }}, closed: {{ issueCounts.closed }}
quota closed: {{ quota }}%
| __title__ | __status__ | __project__ | __weeks__ |
| --- | --- | --- | --- |

1
templates/md/header.md Normal file
View File

@@ -0,0 +1 @@
# Meeting {{ meetingDay }}

1
templates/md/issue.md Normal file
View File

@@ -0,0 +1 @@
| __[{{ if issue.state !== 'closed' }} {{ issue.title }} {{ else }} ~~{{ issue.title }}~~ {{ fi }}]({{ issue.web_url }})__<br />__Labels:__ {{ issue._labels }} | {{ if branchExists }} <img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-branch-512.png" height="30" /> {{ fi}} {{ if mergeRequestUrl !== undefined }} <a href="{{ mergeRequestUrl }}"> <img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-merge-512.png" height="30"/> </a> {{ fi }} | [{{ project }}](https://gitlab.tubit.tu-berlin.de/{{ project }}) | {{ weeksOpen }} |