Get In Touch: Difference between revisions
imported>Makefu No edit summary |
imported>Ixxie |
||
Line 51: | Line 51: | ||
git push $YOUR_GITHUB_NAME submit/your-topic-name | git push $YOUR_GITHUB_NAME submit/your-topic-name | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Why create your own branch? You can follow upstream (master) by running <code>git merge master</code>. | Why create your own branch? You can follow upstream (master) by running <code>git merge master</code>. | ||
Line 57: | Line 56: | ||
You can always switch back to master by <code>git checkout master</code>. | You can always switch back to master by <code>git checkout master</code>. | ||
=== Create a pull request on GitHub === | |||
Go to [https://github.com/nixos/nixpkgs the Nixpkgs repository] and push the ''create pull request'' button. Add a description of your work and submit. | |||
== Becoming a Nixpkgs maintainer == | == Becoming a Nixpkgs maintainer == |