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
There should be an issue open that discusses this change. Open an new issue if
43
+
There should be an issue open that discusses this change. Open a new issue if
44
44
one does not already exist:
45
45
46
46
[](https://github.com/codemeta/codemeta.github.io/issues)
47
47
48
-
(Optional) Create a new branch for your change. This keeps your `master` branch
49
-
clear of changes, which can make it difficult to keep it in sync with the
50
-
original repository. The following would create a branch named for issue #999:
48
+
(Optional) Create a new branch for your change. This keeps your `master`
49
+
branch clear of changes, which can make it difficult to keep it in sync with
50
+
the original repository. The following would create a branch named for issue
51
+
#999:
51
52
52
53
```
53
54
git checkout -b "issue-999"
54
55
```
55
56
56
-
Make your changes as discussed and commit them to your local copy. Include the
57
+
Make your changes as discussed, then run Hugo to make sure the changes are
58
+
correct and nothing has broken.
59
+
[Refer to the staging instructions](https://github.com/codemeta/codemeta.github.io?tab=readme-ov-file#staging-the-site)
60
+
for how to preview your changes locally.
61
+
62
+
Add and commit your changed files to your local repository copy. Include the
57
63
issue number somewhere in a commit message, prefixed with a `#`, eg, `#999`.
58
64
This will prompt GitHub to create a link back to the issue.
59
65
@@ -69,8 +75,8 @@ git push origin issue-999
69
75
GitHub will prompt you to open a Pull Request. Open the Pull Request against
70
76
the `master` branch.
71
77
72
-
If the maintainers agree with your change, it will be merged. Otherwise it
73
-
will be discussed and possibly edited in the Pull Request process.
78
+
If the maintainers agree with your change, it will be merged. If they do not,
79
+
it will be discussed and possibly edited in the Pull Request process.
74
80
75
81
### Updating Scripts
76
82
@@ -150,8 +156,8 @@ The cards are generated sorted by name.
150
156
#### RSMD Carousel
151
157
152
158
If the [Research Software Metadata Guidelines](https://fair-impact.github.io/RSMD-guidelines/)
153
-
working group releases new Aspects promoting CodeMeta, they should be added to
154
-
carousel on the front page. The carousel is built from `/data/rsmd.json`.
159
+
working group releases new Aspects promoting CodeMeta, they should be added
160
+
to carousel on the front page. The carousel is built from `/data/rsmd.json`.
0 commit comments