-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from robbiemorrison/copy-edits-2
fixed markdown issues, updated copyright years and software artefact definition, plus minor edits
- Loading branch information
Showing
7 changed files
with
57 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Minor changes such as markup and typo fixes may be submitted directly to this re | |
Always write a clear log message for your commits. One-line messages are fine for small changes, but significant changes should look like this: | ||
|
||
$ git commit -m "Subject of the commit | ||
> | ||
> | ||
> One ore more paragraph(s) describing what changed and its impact." | ||
|
||
A properly formed Git commit subject line should always be able to complete the following sentence: if applied, this commit will "Subject of the commit". For example : | ||
|
@@ -34,7 +34,6 @@ A properly formed Git commit subject line should always be able to complete the | |
|
||
Git itself uses this approach. When you merge something it will generate a commit message like "Merge branch...", or when reverting "Revert...". | ||
|
||
|
||
## Contribution License | ||
|
||
All contributions to the SWHID standard documents are submitted under the [Community Specification License 1.0](https://github.com/swhid/governance/blob/main/1._Community_Specification_License_1.0.md). | ||
|
@@ -46,13 +45,12 @@ You understand and agree that this project and the contribution are public and t | |
To certify that your contribution complies with the above contribution conditions, a `Signed-off-by` line like the following (replace with your own identity): | ||
|
||
Signed-off-by: Author Name [email protected] | ||
|
||
must be included in every commit message. | ||
Changes made through the web interface include this line. If you use the command line, you can do this by passing the `-s` flag to `git commit`. | ||
|
||
More information on the decision making process can be found in the [SWHID governance documents](https://github.com/swhid/governance/). | ||
|
||
|
||
[issues]: https://github.com/swhid/specification/issues/ | ||
[pull-requests]: https://github.com/swhid/specification/pulls/ | ||
[swhid-list]: https://groups.google.com/g/swhid-discuss | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.