Update CONTRIBUTING.md

pull/4166/head
Louis Lam 6 months ago committed by GitHub
parent 8aa497fb89
commit 20a68a16f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,12 +75,12 @@ Before deep into coding, discussion first is preferred. Creating an empty pull r
1. Fork the project 1. Fork the project
2. Clone your fork repo to local 2. Clone your fork repo to local
3. Create a new branch 3. Create a new branch
4. Create an empty commit: `git commit -m "[empty commit] pull request for <YOUR TASK NAME>" --allow-empty` 4. Create an empty commit: `git commit -m "<YOUR TASK NAME>" --allow-empty`
5. Push to your fork repo 5. Push to your fork repo
6. Create a pull request: https://github.com/louislam/uptime-kuma/compare 6. Prepare a pull request: https://github.com/louislam/uptime-kuma/compare
7. Write a proper description 7. Write a proper description. You can mention @louislam in it, so @louislam will get the notification.
8. Click "Change to draft" 8. Create your pull request as a Draft
9. Discussion 9. Wait for the discussion
## Project Styles ## Project Styles

Loading…
Cancel
Save