You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,10 +167,21 @@ Using dedicated branch
167
167
168
168
Create a new branch and point submodules to revisions with your changes. Then pick one of the following methods.
169
169
170
+
To change a submodule:
171
+
172
+
- Change submodule's remote to point to your fork: ``git submodule set-url -- SUBMODULE_PATH URL``. Use https URL, which is available on github when you click green "❬❭ Code ▾" button.
- Change current directory to the submodule directory and switch revision to one you want to use. The URL you've added above has been assigned to remote "origin".
- If you want to change more than one submodule, repeat two previous steps for all other submodules you want to change.
177
+
- Change current directory to the top-level ``yosys-systemverilog`` working directory. Stage all performed changes, i.e. ``.gitmodules`` file and directories of every changed submodule. Commit changes.
- Commit and push your changes to your ``yosys-systemverilog`` fork.
180
+
170
181
Create a Pull Request
171
182
"""""""""""""""""""""
172
183
173
-
Just that. Create a (WIP) Pull Request using your new branch.
184
+
Just that. Create a (Draft/WIP) Pull Request using your new branch. Mention in the description what are you testing, just to let everyone know what this PR is for. E.g. paste a link to the main PR that you are testing.
0 commit comments