From 3006486b22fdf3ec5db816b1102b0bafa9a9437c Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:40:22 -0700 Subject: [PATCH] docs(readme): use github fork link The fork button at the top of github is https://github.com/OWNER/REPO/fork. Using this link makes it slightly easier for newer contributors to do the right thing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 880babb4..4cfcefe0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Now you can access the running site from your browser: http://127.0.0.1:9292 If you'd like to fix a bug, or make an improvement, or add a new feature, it's easy! Just send us a Pull Request. -1. Fork it () +1. Fork it (https://github.com/neocities/neocities/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)