diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5088b0..01dbe31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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