Skip to content

chore: add Makefile; REUSE v3.3 compliance, update README#48

Merged
synackd merged 6 commits intomainfrom
refactor/reuse-and-makefile
Mar 10, 2026
Merged

chore: add Makefile; REUSE v3.3 compliance, update README#48
synackd merged 6 commits intomainfrom
refactor/reuse-and-makefile

Conversation

@synackd
Copy link
Collaborator

@synackd synackd commented Mar 9, 2026

Pull Request Template

Thank you for your contribution! Please ensure the following before submitting:

Checklist

  • My code follows the style guidelines of this project
  • I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • I have run make test (or equivalent) locally and all tests pass
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Description

Add a Makefile to:

  • Automate binary and container builds
  • Make Goreleaser builds easier (make goreleaser-* targets set environment variables automatically)
  • Add make test to comply with the "I have run make test" in the PR template
  • Add other helpful targets such as lint

Add REUSE v3.3 compliance to conform to the PR template.

Update the documentation in accordance with the above, as well as updating old links and instructions, etc.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

For more info, see Contributing Guidelines.

synackd added 5 commits March 9, 2026 11:22
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
Copy link
Contributor

@davidallendj davidallendj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I made sure that the make command worked with all of the rules and the testing section works too.

@synackd synackd merged commit 5c45a14 into main Mar 10, 2026
4 checks passed
@synackd synackd deleted the refactor/reuse-and-makefile branch March 10, 2026 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants