Modifying Localization Files – Best Practices #73
-
|
I would like to modify some text in the localization files. Since I’m fairly new to GitHub, I’m wondering what best practices I should follow. I don’t want to parse every file in one go, but prefer to approach it as a long-term project. I understand that I need to modify my fork of the project and then submit pull requests. But how frequently should I submit them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You can create a pull request , and convert it to a draft , and then submit the following commits. When you are ready, you can mark it as "ready for review". btw, If you want to stay in sync with the master branch while maintaining your PR, it's best to create a branch first and commit your changes on that branch. You can safely submit directly to the master branch if you're not familiar with Git—since the project isn't expected to have many concurrent contributors right now. |
Beta Was this translation helpful? Give feedback.
-
|
Since you mentioned you're new to GitHub, I assume you're not familiar with the git tool and are working through the Web UI.
|
Beta Was this translation helpful? Give feedback.


Since you mentioned you're new to GitHub, I assume you're not familiar with the git tool and are working through the Web UI.