Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

How do I conrtribute on sourcehut? #160

Answered by Semisol
unbeatable-101 asked this question in Q&A
Discussion options

You must be logged in to vote

https://git-send-email.io/ for an interactive demo

Or do the following:

  1. Make sure you have SMTP access to the mail account your Git instance uses
  2. Configure SMTP in git using the instructions at https://git-send-email.io/#step-2 (don't click next, just follow this)
  3. Clone the repo
  4. Add the patch
  5. Commit it
  6. Send it over git send-email --to="~tenacity/[email protected]" HEAD^ (to send the last commit, to send say the last N commits replace HEAD^ with HEAD~N)
  7. If you get any requests for changes, do the same command again but append -v2 (increase it for every update)
  8. After it gets accepted, enjoy

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fossdd
Comment options

Answer selected by unbeatable-101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants