This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme, add contributing guide
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
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 @@ | ||
# How to contribute to Ludo | ||
|
||
## You want to report a bug? | ||
Preferably add a screenshot. | ||
Describe steps to reproduce the bug. | ||
English, please. | ||
|
||
## You want to send a pull request? | ||
Make sure there is a relative issue and send a comment there to acquire the task if it's not assigned to others or create a new one. | ||
Write a descriptive commit message and try to squash commits. | ||
There should be no error in terminal (e.g. TypeScript errors). | ||
Keep coding style and quality. |
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