From 0093aa43de472b3b7f9f94e3dd56710da953e2a4 Mon Sep 17 00:00:00 2001 From: Floze <88098863+floze-the-genius@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:10:28 +0400 Subject: [PATCH] docs: update Commit changes button location --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5045de771..f25b3af23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,8 +85,8 @@ An image showing how to preview changes in GitHub. The file content is displayed ### How to commit your changes -When you are done editing the file, scroll down to the bottom of the page. You will see a section called "Commit changes". -Here you can write a title and a description for your changes. Make sure to write a clear and concise title that describes the changes you made. +When you are done editing the file, click the "Commit changes..." button in the top-right corner of the editor. +A "Commit changes" dialog will open where you can write a title and an optional description for your changes. Make sure to write a clear and concise title that describes the changes you made. ```{figure} images/contributing/commit-changes.png ---