Skip to content

Commit cc047d5

Browse files
authored
Merge pull request #84 from jsanter27/main
New issue templates for questions
2 parents eca40c4 + 4961a08 commit cc047d5

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/question.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Question
3+
about: General questions about ZEBRA and how it works
4+
title: "[QUESTION]"
5+
labels: question
6+
assignees: behives, jsanter27
7+
8+
---
9+
10+
**Question**
11+
A clear and concise question about ZEBRA, how it works, or any other topic relating to it.
12+
13+
**Additional context**
14+
Add any other context, screenshots, or code snippets relating to the question.

.github/workflows/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
script: |
6969
cd /root/zebra
7070
git pull origin main
71-
71+
npm --prefix src install
72+
forever --uid prod restart
7273
7374

0 commit comments

Comments
 (0)