Skip to content

Commit af8f9d5

Browse files
committed
Modify the PR and Issue templates
1 parent 01b8d7b commit af8f9d5

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

.github/ISSUE_TEMPLATE.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
**I'm submitting a ...**
2-
- [ ] bug report
3-
- [ ] feature request
1+
<!-- Hello! If you're filing a bug, please include every step so as to help us reproduce it on our machines. If you're unsure about how to file an issue, use the issue template. If you need any help, check out the documentation or hit us up on chat. You can ignore or delete this text, it is commented and won't appear when the issue is submitted or previewed.
42
5-
**Current behavior:**
6-
<!-- How the bug manifests. -->
3+
Chat: https://gitter.im/addy-org/Lobby
4+
Documentation: https://addy.wiki
5+
-->
76

8-
**Expected behavior:**
9-
<!-- Behavior would be without the bug. -->
7+
### Overview Description
108

11-
**Steps to reproduce:**
9+
# Steps to Reproduce
10+
-
11+
-
12+
-
13+
14+
# Actual Results
15+
16+
# Expected Results
17+
18+
# Reproducibility
19+
20+
# Additional Information:

.github/PULL_REQUEST_TEMPLATE.MD

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
#### Checklist
1+
<!--
2+
Thanks for your contribution!
3+
4+
Please take a quick look at those things down there. They're quite important.
5+
Really! We wrote them for you. Yes you! With utmost care. Read them.
6+
-->
7+
8+
#### Checklist (Mandatory)
29

310
- [ ] My branch is up-to-date with the Upstream `master` branch.
411
- [ ] I have added necessary documentation (if appropriate)
5-
12+
- [ ] I read the [commit guidelines](http://addy.wiki/commit-guidelines) and I've followed
13+
them.
14+
- [ ] I have tested the code locally
615

716
**Changes proposed in this pull request**
817
-

0 commit comments

Comments
 (0)