+14
-13
CONTRIBUTING.md
+14
-13
CONTRIBUTING.md
···+* [Submit an issue](https://github.com/NixOS/nixpkgs/issues) - assuming one does not already exist+* Include information what version of nixpkgs and Nix are you using (nixos-version or git revision)-* You can make branch from a commit of your local `nixos-version`. That will help you to avoid additional local compilations. Because you will recieve some packages from cache server.+* You can make branch from a commit of your local `nixos-version`. That will help you to avoid additional local compilations. Because you will recieve packages from binary cache.···-* If you removed pkgs, made some major changes etc., write about them in `nixos/doc/manual/release-notes/rl-unstable.xml`.+* If you removed pkgs, made some major NixOS changes etc., write about them in `nixos/doc/manual/release-notes/rl-unstable.xml`.···* `nix-build -A pkg-attribute-name <path to your local nixpkgs folder>/default.nix` and check results in the folder `result`. It will appear in the same directory where you did `nix-build`.* If you did `nix-env -i pkg-name` you can do `nix-env -e pkg-name` to uninstall it from your system.-* You can add new module to you `nixos-configuration file` (usually it's `/etc/nixos/configuration.nix`.+* You can add new module to your NixOS configuration file (usually it's `/etc/nixos/configuration.nix`.* If you have commits `pkg-name: oh, forgot to insert whitespace`: squash commits in this case. Use `git rebase -i`.···* Notify maintainers of the package. For example add to the message: `cc @jagajaga @domenkozar`