mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
feat: add projectmanagement and pack
This commit is contained in:
2
templates/md/assigneeFooter.md
Normal file
2
templates/md/assigneeFooter.md
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
|
||||
8
templates/md/assigneeHeader.md
Normal file
8
templates/md/assigneeHeader.md
Normal 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
1
templates/md/header.md
Normal file
@@ -0,0 +1 @@
|
||||
# Meeting {{ meetingDay }}
|
||||
1
templates/md/issue.md
Normal file
1
templates/md/issue.md
Normal 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 }} |
|
||||
Reference in New Issue
Block a user