This chapter introduces the process for editing an existing file directly in our Ways of Working document.
Navigating and Editing a File on our Ways of Working¶
To begin editing:
- Go to our Ways of Working website.
- Open the specific page you wish to modify.
- Click on the pencil icon (✏️) to open the GitHub web editor.
- Create a fork of the project if you have not yet; you will be prompted to.
- On the chosen page, click on the GitHub edit icon. It is also a pencil (✏️) icon.
- Make your changes in the specific file and preview them.
- Once edits are complete, click the “Commit changes...” button on the top right-hand corner of your screen.
- Provide a short but clear commit message and a longer description if necessary.
- Choose the option to create a new branch for your changes.
- After committing, GitHub will prompt you to open a Pull Request (PR).
- Title the PR as
[WIP] Edit filename.md
to indicate it’s a Work In Progress.
The next step is to have your changes reviewed and merged - if accepted.
Requesting Review and Merging¶
- Request a review by tagging a reviewer (e.g.,
@Precious
). - Address any review comments and push follow-up commits to the same branch.
- Once ready, change the PR title to
[Ready for review] Edit filename.md
. - After approval, your PR would be merged into the main branch.
- The changes will now be live in the GitHub repository and reflected wherever the content is published.
If you encounter any issues, please tag Precious Onyewuchi (preshh0) on GitHub.