Skip to content

Commit 6ef8fb4

Browse files
committed
.github templates
1 parent 0c761f7 commit 6ef8fb4

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Make sure the title of the issue explains the problem you are having. Also, the description of the issue must clearly explain what is broken, not what you want us to implement. Go through this checklist and make sure you answer "YES" to all points:
2+
3+
- You have all pre-requisites listed in README.md installed
4+
- You are sure that you are not reporting a duplicate (search all issues)
5+
- You say "is broken" or "doesn't work" in the title
6+
- You tell us what you are trying to do
7+
- You explain the results you are getting
8+
- You suggest an alternative result you would like to see
9+
10+
This article will help you understand what we are looking for: http://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html
11+
12+
Thank you for your contribution!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Many thanks for your contribution, we truly appreciate it. We will appreciate it even more, if you make sure that you can say "YES" to each point in this short checklist:
2+
3+
- You made a small amount of changes (less than 100 lines, less than 10 files)
4+
- You made changes related to only one bug (create separate PRs for separate problems)
5+
- You are ready to defend your changes (there will be a code review)
6+
- You don't touch what you don't understand
7+
- You ran the build locally and it passed
8+
9+
This article will help you understand what we are looking for: http://www.yegor256.com/2015/02/09/serious-code-reviewer.html
10+
11+
Thank you for your contribution!

0 commit comments

Comments
 (0)