From cb3a3d9b6eea625a0c948e0ce00207474cdfffb3 Mon Sep 17 00:00:00 2001 From: jeremy Date: Thu, 8 Aug 2024 10:31:19 +0700 Subject: [PATCH] fix missing question mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f48af7..09a3cd7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Yes # Q: How long have you been programming? According to my best knowledge, since 2006. -# Q: Why do you make Pull Requests to your own repos +# Q: Why do you make Pull Requests to your own repos? My repos usually have a CI configured to keep the master branch always buildable and I want to make sure that my changes don't break anything by going through the same process as any contributor would. # Q: How do you stay motivated?