-
Notifications
You must be signed in to change notification settings - Fork 125
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
1 parent
cd75327
commit 13386ae
Showing
8 changed files
with
177 additions
and
186 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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
### I want to create a PR. | ||
|
||
1. Please create a issue first | ||
1. Don't use internal package | ||
1. Don't use package manager | ||
1. Single function better than multiple functions | ||
1. Single file better than multiple files | ||
1. Single directory better than multiple multiple directories | ||
1. Prefer struct and function to be exported. | ||
1. Please create PR on `develop` branch | ||
1. Keep it simple, stupid | ||
1. Please create a issue first | ||
2. Don't use internal package | ||
3. Don't use package manager | ||
4. Single function better than multiple functions | ||
5. Single file better than multiple files | ||
6. Single directory better than multiple multiple directories | ||
7. Prefer struct and function to be exported. | ||
8. Keep it simple, stupid |
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
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
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
Oops, something went wrong.