Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.77 KB

CONTRIBUTING.md

File metadata and controls

46 lines (32 loc) · 2.77 KB

Contributing

The SPDX specification is maintained by the SPDX legal and tech teams. Design and planning is primarily done via the team mailing lists and meetings.

Contribution License Agreement

Contributions to this repo are made pursuant to the SPDX Community Specification Contributor License Agreement 1.0. You do not need to submit a signed copy of the contributor license agreement; by making a contribution to this repo, you agree to the terms set forth in that agreement.

Submitting changes

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
> 
> A paragraph 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 :

if applied, this commit will Add chapter on Security Vunerabilities in SPDX
if applied, this commit will Delete section with deprecated SPDX attributes 
if applied, this commit will Fix grammar in Package Version field description

Git itself uses this approach. When you merge something it will generate a commit message like "Merge branch...", or when reverting "Revert...".

Minor Changes

Minor changes such as markup and typo fixes may be submitted directly to this repository (either as issues or pull-requests) without previous discussion. Please submit all minor changes against the development/v2.3 branch which is the current version of the SPDX specification.

Major Changes

Any change that break backwards compatibility or requires significant tooling changes is considered a major change. You may want to discuss major changes on the mailing list first to get design feedback before investing time in a pull request. Please submit all major changes against the development/v3.0 which is the next major version of the specification.

Target Milestones

When submitting an issue or pull request, please add a suggested release milestone. This will ensure the issue or pull request is reviewed for inclusion in that release.

If your issue or pull request is independent of a release, you can use the release-independent milestone.