From cdd5b8adab16cae94271c3a5a3e2a913e7ff1734 Mon Sep 17 00:00:00 2001 From: Collider LI Date: Fri, 6 Jan 2017 21:49:15 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d09bb1a6a5e..f543654326d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,11 @@ First of all, please be tolerate. I'm not a professional in Cocoa development or If you believe the code structure could be improved, please raise an issue. +## Issues + +- Please use English for both title and detail. 请在标题和正文都使用英文。 +- Before opening an issue, please check whether there already exists a similar one. + ## Some Guidelines - IINA is for modern macOS. @@ -58,3 +63,8 @@ Commit changes, test, push, and submit a pull request. If you want to build dylibs on your own, please refer to `README.md`. +**Tips** + +- If you found master has been updated during your change, remember to do a rebase before opening pull request. + +