Skip to content

Commit 38c90c6

Browse files
committed
github templates
1 parent d80bffb commit 38c90c6

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
* **I'm submitting a ...**
2+
- [ ] bug report
3+
- [ ] feature request
4+
- [ ] support request
5+
6+
7+
8+
* **What is the current behavior?**
9+
10+
11+
12+
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem**
13+
14+
15+
16+
* **What is the expected behavior?**
17+
18+
19+
20+
* **What is the motivation / use case for changing the behavior?**
21+
22+
23+
24+
* **Please tell us about your environment:**
25+
26+
- Plugin Manager: [antigen | zplug | oh-my-zsh | ... ]
27+
- ZSH Version
28+
29+
30+
31+
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, etc)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
* **Please check if the PR fulfills these requirements**
2+
- [ ] Docs have been added / updated in README.md (for features)
3+
4+
5+
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
6+
7+
8+
9+
* **What is the current behavior?** (You can also link to an open issue here)
10+
11+
12+
13+
* **What is the new behavior (if this is a feature change)?**
14+
15+
16+
17+
* **Does this PR introduce a breaking change?** (What changes might users need to make in their configuration due to this PR?)
18+
19+
20+
21+
* **Other information**:

0 commit comments

Comments
 (0)