This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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: | ||
|
||
- You have all pre-requisites listed in README.md installed | ||
- You are sure that you are not reporting a duplicate (search all issues) | ||
- You say "is broken" or "doesn't work" in the title | ||
- You tell us what you are trying to do | ||
- You explain the results you are getting | ||
- You suggest an alternative result you would like to see | ||
|
||
This article will help you understand what we are looking for: http://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html | ||
|
||
Thank you for your contribution! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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: | ||
|
||
- You made a small amount of changes (less than 100 lines, less than 10 files) | ||
- You made changes related to only one bug (create separate PRs for separate problems) | ||
- You are ready to defend your changes (there will be a code review) | ||
- You don't touch what you don't understand | ||
- You ran the build locally and it passed | ||
|
||
This article will help you understand what we are looking for: http://www.yegor256.com/2015/02/09/serious-code-reviewer.html | ||
|
||
Thank you for your contribution! |