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
5. Create a pull request in the fortran-lang/fortran-lang.github.io from your modified fork branch
64
+
5. Create a pull request in the fortran-lang/fortran-lang.org from your modified fork branch
65
65
- (See [github help: creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) )
66
66
67
67
__Note: Before opening a pull request you must build your changes locally using Jekyll (see [README.md](README.md)) to verify that your changes build correctly and render as you expect.__
@@ -74,7 +74,7 @@ This avoids having to manually copy suggestions to your local copy and push back
74
74
If you use the "Commit suggestion" button, you will need to update the local copy on your computer using `git pull` if you
75
75
intend to push more edits from your computer.
76
76
77
-
Once your pull request is approved, usually by at least two other community members, it will be merged into the fortran-lang.github.io master branch by the maintainers at which point it will be published to the fortran-lang.org site.
77
+
Once your pull request is approved, usually by at least two other community members, it will be merged into the fortran-lang.org default branch by the maintainers at which point it will be published to the fortran-lang.org site.
78
78
79
79
If required, the repository maintainers can build a public preview of your proposed changes which will be available to view at `fortran-lang.org/pr/<pr_id>/` where `<pr_id>` is the numeric identifier of your pull request.
Copy file name to clipboardExpand all lines: PACKAGES.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Fortran-lang package index, as written in this document
61
61
62
62
## Package index requests
63
63
64
-
Package index requests are made by pull requests against the [fortran-lang.github.io repository](https://github.com/fortran-lang/fortran-lang.github.io/).
64
+
Package index requests are made by pull requests against the [fortran-lang.org repository](https://github.com/fortran-lang/fortran-lang.org/).
65
65
See [this guide](https://guides.github.com/activities/forking/) for guidance on forking and making pull requests.
66
66
67
67
Package details are listed in the `_data/package_index.yml` data file.
@@ -148,4 +148,4 @@ Community members reviewing packages should cover the following points:
148
148
- If license field is included: check that it matches repository license file
149
149
150
150
After merge:
151
-
- Check that package is available in expected category and search
151
+
- Check that package is available in expected category and search
0 commit comments