The Markdown files in this repo may not appear correctly in Pagure due to this bug.
Over time, I’ve declared the copying information for files in many different ways. Every method has advantages and disadvantages. I’ve settled on the following system:
.spdx-meta” added to the end.The goal of this project is to provide a tool that checks to make sure that a project conforms to that system.
If you decide to contribute to this project, then you may want pre-commit to automatically check your contributions. To do so:
pre-commit --version
b. If you see something along the lines of “pre-commit 2.15.0”, then the pre-commit command is installed. If you don’t, then follow these instructions to install the pre-commit command.pre-commit installNow, when ever you git commit, pre-commit will run a series of tests and stop you if any of them fail.