Skip to content

Commit

Permalink
removed trailing space (entirely cosmetic)
Browse files Browse the repository at this point in the history
robbiemorrison committed Nov 2, 2023
1 parent e59ce1f commit 865e830
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
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 authoremail@example.com

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

0 comments on commit 865e830

Please sign in to comment.